Hi
OK. I compiled roxen webserver 5.2.191 from source. This is on FreeBSD 9
This is the config line I used:
./configure --prefix=/usr/public/roxen/roxen5
--with-mysql=/usr/public/mysql/mysql5.5 --with-pcre --without-gssapi
However, when I try and start up Roxen, this shows up in the debug log
: ******************************************************
23:25:17 : Roxen requires MySQL support in Pike since version 2.4.
0m 0.0s : Your Pike has been compiled without support for MySQL.
: Please install MySQL client libraries and reconfigure
: and rebuild Pike from source.
: ******************************************************
I would assume that if I tell Roxen to include mysql support, and it is
building pike, that it would include the mysql support in pike?
What can I do to see how pike was really built? This is in the config.log in
the pike/src directory
$ /space/kits/roxen-5.2.191-src/pike/src/configure
--prefix=/usr/public/roxen/roxen5 --with-mysql=/usr/public/mysql/mysql5.5
--with-pcre --without-gssapi --cache-file=../.././config.cache
--srcdir=/space/kits/roxen-5.2.191-src/pike/src
so it appears it was built that way...
Thanks for any insight
Chad