I've been trying to install the following:
Apache 1.3.14
mod_ssl 2.7.1
openssl 0.9.6
mm 1.1.3
php 4.0.4
Sablotron 0.44
Expat 1.1.2
No problem on first four or on installing Expat and Sablotron. Config for PHP looks like this:
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-sablot-errors-descriptive \
--with-sablot
Compile seems to work fine and install looks good, but on restarting Apache I get this:
Starting httpsd with SSL
/usr/local/apache/bin/apachectl startssl: httpd could not be started
Syntax error on line 211 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libxmltok.so.1: cannot open shared object file: No such file or directory
libxmltok.so.1 is in /usr/local/lib along with libxmlparse and libsablot.
/usr/local/lib is in /etc/ld.so.conf
The OS is RedHat 6.2 and the machine is an i686.
Any ideas? I've installed the Windows binaries successfully and have tested Sablot on my local machine and now I'd like to get my xls/xml/php stuff working on my server.
Thanks for the help!