This is a discussion on mod_auth_mysql within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi all, I'm not sure if this is the correct group but I'll try it anyway. I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I'm not sure if this is the correct group but I'll try it anyway. I'm trying to compile mod_auth_mysql (downloaded at www.mysql.com) for apache. I have apache 1.3.28 which runs perfectly fine. I have mod_so compiled as well. This is required for mod_auth_mysql. The configure of mod_auth_mysql goes allright but as soon I do the make it stops. This is what I get: /usr/local/apache/bin/apxs -i -a -n auth_mysql libauth_mysql.so [activating module `auth_mysql' in /usr/local/apache/conf/httpd.conf] cp libauth_mysql.so /usr/local/apache/libexec/libauth_mysql.so cp: cannot stat `libauth_mysql.so': No such file or directory apxs:Break: Command failed with rc=1 make: *** [install] Error 1 As you can see extending the httpd.conf file isn't a problem but as soon as it tries to copy the shared object lib if finds out it isn't there. I have no idea where to look. Hopefully one of you can point me in the right direction. Many thanks, Edward |