Theoderich / mod-auth-token

Automatically exported from code.google.com/p/mod-auth-token
Apache License 2.0
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 teixeira...@gmail.com on 12 Nov 2010 at 7:10

GoogleCodeExporter commented 8 years ago
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 m_abdlma...@yahoo.fr on 6 Sep 2011 at 4:03

GoogleCodeExporter commented 8 years ago
I'm looking for Windows x64 binary

Original comment by thomas.b...@stellanow.com on 24 Jan 2014 at 3:14