Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-15 Thread Simon Bertrang
On Thu, Feb 14, 2008 at 11:38:50AM +0100, Markus Liljergren wrote: I'm using pure MD5, which is probably why it fails. I would very much appreciate that patch. Here's a new diff that merges the previous patch from FreeBSD with another one i found that provides a few new things: - plain MD5

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-14 Thread Markus Liljergren
I'm using pure MD5, which is probably why it fails. I would very much appreciate that patch. Thanks in advance, Markus Simon Bertrang wrote: On Thu, Feb 14, 2008 at 01:55:07AM +0100, Markus Liljergren wrote: Hi Simon, I've been testing your patch, everything seems to work fine except

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-13 Thread Markus Liljergren
installed the mod_auth_mysql package after realizing the app did basic auth with this backend and when trying to start the server again I get: /usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' There's very little out there on Google that can advise what to do

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-04 Thread Simon Bertrang
get: /usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' There's very little out there on Google that can advise what to do and the maintainer of the package is listed as ports@ so I've posted here. Should I be posting

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-04 Thread Simon H
: undefined symbol 'mysql_connect' There's very little out there on Google that can advise what to do and the maintainer of the package is listed as ports@ so I've posted here. Should I be posting this to [EMAIL PROTECTED] Can anyone suggest a fix/workaround

mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-03 Thread Simon H
/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' There's very little out there on Google that can advise what to do and the maintainer of the package is listed as ports@ so I've posted here. Should I be posting this to [EMAIL PROTECTED] Can anyone suggest a fix

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-03 Thread L. V. Lammert
to start the server again I get: /usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' You don't have a mysql connection - check php_info(), .. are you running chroot'd? If so, test with -u or copy all your libraries into the chroot. Lee

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-03 Thread Simon H
/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' You don't have a mysql connection - check php_info(), .. are you running chroot'd? If so, test with -u or copy all your libraries into the chroot. Lee Any further ideas?

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-03 Thread Allen
auth with this backend and when trying to start the server again I get: /usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined symbol 'mysql_connect' You don't have a mysql connection - check php_info(), .. are you running chroot'd? If so, test with -u or copy

Re: mod_auth_mysql.so: undefined symbol 'mysql_connect'

2008-02-03 Thread Allen
On Feb 3, 2008 1:30 PM, Simon H [EMAIL PROTECTED] wrote: Thanks Allen but I'm running php4 not php5. This is an Apache module issue, not a php module issue. The app functions fine with data returning from the DB. It's been a while since I ran PHP4.x, but I think the steps are the same It