Greetings
everyone,
I realize this
situation has come up before, but none of the suggestions I have seen have
worked for me.
I have created an
Apache 1.3.26 / mod_ssl 2.8.10 server. No problems creating it, and no
problems starting from the command line. I am however, unable to start
automatically at boot using a script in the rc3.d directory. When I try
to start it automatically using:
#!/bin/sh
#
# Start SSL-Aware Apache http daemon
#
# Start SSL-Aware Apache http daemon
#
echo "Start
SSL-Aware Apache httpd"
/opt/apache/bin/apachectl startssl
/opt/apache/bin/apachectl startssl
I get the following
error:
ld.so.1:
/opt/apache/bin/httpd: fatal: libexpat.so.0: open failed: No such file or
directory
Killed
/opt/apache/bin/apachectl startssl: httpd could not be started
Killed
/opt/apache/bin/apachectl startssl: httpd could not be started
Once the system is
booted up the LD_LIBRARY_PATH is
"/lib:/usr/lib:/usr/local/lib:/usr/openwin/lib", and I can run
"/opt/apache/bin/apachectl startssl" just fine. For automation reasons, I
need to boot at startup. Any suggestions?
Regards,
Lawrence
