whtrbt
06-16-2003, 01:38 AM
I am trying to get PHP working with my Apache web server and am having some trouble.
I installed apache-1.3.4.19.i386.rpm onto my system running SuSE 7.2. This RPM comes on the install disks for SuSE. Now there are no problems with that, but when I try to install the php module, Apache won't start anymore. I tried toinstall mod_php4-4.0.4pl1-90.i386.rpm which is also on the SuSE disks. When I
start Apache it returns this error:
Syntax error on line 33 of /etc/httpd/suse_loadmodule.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libxmltok.so.1: cannot load
shared object file: No such file or directory
I when to rpmfind, looked up libxmltok, and installed libxmltok-1.0-2.i386.rpm
Now, Apache can't find libsablot.so.0
I get this from sablotron-0.96-1.i386.rpm from rpmfind
Apache wants libmcrypt.so.4
I get this from libmcrypt-2.5.5-1.i386.rpm
And then Apache wants libltdl.so.0
Can I somehow know everything that it will want rather than one by one. And can I get this stuff all at once?
I installed apache-1.3.4.19.i386.rpm onto my system running SuSE 7.2. This RPM comes on the install disks for SuSE. Now there are no problems with that, but when I try to install the php module, Apache won't start anymore. I tried toinstall mod_php4-4.0.4pl1-90.i386.rpm which is also on the SuSE disks. When I
start Apache it returns this error:
Syntax error on line 33 of /etc/httpd/suse_loadmodule.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libxmltok.so.1: cannot load
shared object file: No such file or directory
I when to rpmfind, looked up libxmltok, and installed libxmltok-1.0-2.i386.rpm
Now, Apache can't find libsablot.so.0
I get this from sablotron-0.96-1.i386.rpm from rpmfind
Apache wants libmcrypt.so.4
I get this from libmcrypt-2.5.5-1.i386.rpm
And then Apache wants libltdl.so.0
Can I somehow know everything that it will want rather than one by one. And can I get this stuff all at once?
