You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. ./configure
2. make
3. make install
4. apxs -c -i mod_auth_token.c
What is the expected output? What do you see instead?
./configure runs without error, but make and thus make install give this error:
"libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin-shared
libraries"
What version of the product are you using? On what operating system?
Apache 2.2, clean install. libtool 2.4. Windows 7 X64.
Please provide any additional information below.
The install does put "mod_auth_token.a" and "mod_auth_token.la" into my
"usr/local/apache2/modules" but I need the end product as a .so or .dll for
windows use.
Also, the install process looks for and cannot find a "dl name" in the created
.la file and thus it assumes I am creating a .so file. When it cannot find that
it errors and halts.
Any ideas?
Original issue reported on code.google.com by Morrowind789 on 7 Oct 2010 at 2:57
The text was updated successfully, but these errors were encountered:
I'm really sorry but this won't compile on cygwin because it does not allow
undefined symbols on shared libraries, i must modify the code to make it work.
Hello Guys,
I know its a little bit late to rise this subject
But please we would like to know is there a Windows 32 version for
Mod_Auth_Token ?
Found nothing on Web
== - php 5.3.4 ==
== - mysql 5.1.53 ==
== - apache 2.2.17 ==
== - phpmyadmin 3.3.8.1 ==
We've downloaded the tar archive but it's of course in UNIX
Many thanks for help
Regards
Original issue reported on code.google.com by
Morrowind789
on 7 Oct 2010 at 2:57The text was updated successfully, but these errors were encountered: