I'm having trouble getting apache to work with php and sablot.
What I have: Sparc Solaris 8, php 4.0.6, sablot 0.65, expat-1.95.1, gd-1.8.3, jpegsrc.v6b, libpng-1.0.11, libxml2-2.4.1, pdflib-4.0.1, zlib-1.1.3 and apache 1.3.20.
If I compile everything except sablot with php, it seems to work fine. When I include sablot, it compiles but apache will not start. I get the following error:
Syntax error on line 223 of /opt/local/httpd/apache_fp_1.3.20/conf/httpd.conf:
Cannot load /opt/local/httpd/apache/libexec/libphp4.so into server: ld.so.1: /opt/local/httpd/apache_fp_1.3.20/bin/httpd: fatal: relocation error: file /usr/local/lib/libsablot.so.0: symbol __builtin_new: referenced symbol not found
./apachectl startssl: httpd could not be started
Any ideas? With sablot I used
--with-sablot=/usr/local
--with-xslt-sablot
I can include my entire config, but it's pretty long.
Thanks - Ken