Amin Lalji <[EMAIL PROTECTED]> writes: > Hi, > I am in the process of trying to compile PHP5 to work with libmysequoia. > I have yum installed: carob, libmysequoia, libmysequoia-devel, > mysql-devel-client > I have also installed log4cxx (0.9.7) --> per > https://forge.continuent.org/jira/browse/LMS-1 > I am able to run the PHP5 configuration script without any(more) issues. > For some reason, I still get the link: `/usr/lib/liblog4cxx.la' is not a valid > libtool archive error when running Make. > I am compiling this system on CentOS 4.4 for use with MySQL 5.1.15... > Any ideas?
Not really, but you don't really need to recompile PHP. Try something like that instead: --- /usr/sbin/apache2ctl 2007/03/08 19:41:34 1.1 +++ /usr/sbin/apache2ctl 2007/03/12 14:26:04 @@ -41,7 +41,8 @@ # -------------------- -------------------- # # the path to your httpd binary, including options if necessary -HTTPD='/usr/sbin/apache2' +MYLIBS="/tmp/libmysequoia.so:/tmp/libcarob.so:/usr/lib/php5/20051025/mysqli.so:/usr/lib/apache2/modules/libphp5.so" +HTTPD="env LD_PRELOAD=$MYLIBS /usr/sbin/apache2" # # pick up any necessary environment variables if test -f /etc/apache2/envvars; then _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
