Page 1 of 1

how compile a new mod_auth_mysql.c

PostPosted: 03. November 2008 17:15
by verdeporpora
hi,
I rewrite the mod_auth_mysql module.c
I need to recompile in .so
can anyone help me?

apxs works ?

thank's

PostPosted: 05. November 2008 17:11
by glitzi85
Yes, APXS should work. Just follow the Instructions:

http://httpd.apache.org/docs/2.2/programs/apxs.html

glitzi

PostPosted: 07. November 2008 10:31
by verdeporpora
I have xampp (version 1.6.6a) on windows xp .
i tried to run apxs.bat but it was an error:

C:\Programmi\xampp\apache\bin>apxs.bat -i -a -c mod_auth_mysql.c
Can't locate strict.pm in @INC (@INC contains: .) at apxs.bat line 35.
BEGIN failed--compilation aborted at apxs.bat line 35.

please help me.
thank's