Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling with apxs for Windows using Cygwin - Compile Error #10

Open
GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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.

Original comment by [email protected] on 12 Nov 2010 at 7:10

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 6 Sep 2011 at 4:03

@GoogleCodeExporter
Copy link
Author

I'm looking for Windows x64 binary

Original comment by [email protected] on 24 Jan 2014 at 3:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant