I need some help with starting apache....
I try to start apache (rcapache start) and I get the following error: mailserver:/etc # rcapache start Starting httpd [ PHP4 SSL ] Syntax error on line 8 of /etc/httpd/suse_loadmodule.conf: Cannot load /usr/lib/apache/libphp4.so into server: libICE.so.6: cannot open shared object file: No such file or directory failed mailserver:/etc # pico /etc/httpd/suse_loadmodule.conf What does this mean? The file, libphp4.so is there. Tom -- Tom Nielsen Neuro Logic Systems 805.389.5435 x18 www.neuro-logic.com
On Mon, 01 Mar 2004 17:04:44 -0800 Tom Nielsen <tom@neuro-logic.com> wrote:
Cannot load /usr/lib/apache/libphp4.so into server: libICE.so.6: cannot open shared object file: No such file or directory failed
libICE is part of XFree86-libs. Why does a web server require that is a mystery to me. Charles -- "Are [Linux users] lemmings collectively jumping off of the cliff of reliable, well-engineered commercial software?" (By Matt Welsh)
Oops, I mean php and not webserver. Charles -- "...Deep Hack Mode--that mysterious and frightening state of consciousness where Mortal Users fear to tread." (By Matt Welsh)
On Mon, Mar 01, 2004 at 05:04:44PM -0800, Tom Nielsen wrote:
I try to start apache (rcapache start) and I get the following error:
mailserver:/etc # rcapache start Starting httpd [ PHP4 SSL ]
Syntax error on line 8 of /etc/httpd/suse_loadmodule.conf: Cannot load /usr/lib/apache/libphp4.so into server: libICE.so.6: cannot open shared object file: No such file or directory failed mailserver:/etc # pico /etc/httpd/suse_loadmodule.conf
What does this mean? The file, libphp4.so is there.
It means the file libICE.so.6 is not there. Run yast or 'rpm -Va --nofiles' and make sure there are no unresolved dependencies. Peter
On Tue, 2004-03-02 at 02:42, poeml@cmdline.net wrote:
On Mon, Mar 01, 2004 at 05:04:44PM -0800, Tom Nielsen wrote:
I try to start apache (rcapache start) and I get the following error:
mailserver:/etc # rcapache start Starting httpd [ PHP4 SSL ]
Syntax error on line 8 of /etc/httpd/suse_loadmodule.conf: Cannot load /usr/lib/apache/libphp4.so into server: libICE.so.6: cannot open shared object file: No such file or directory failed mailserver:/etc # pico /etc/httpd/suse_loadmodule.conf
What does this mean? The file, libphp4.so is there.
It means the file libICE.so.6 is not there.
Run yast or 'rpm -Va --nofiles' and make sure there are no unresolved dependencies.
I ran rpm -Va --nofiles and got nothing returned. I tried starting apache via yast and got this message: /etc/init.d/apache start returned 1 (Unspecified error.) Starting httpd [ PHP4 SSL ] An SSL passphrase has not been entered and shmfs within 2 seconds. To increase this timeout, adjust HTTPD_START_TIMEOUT in /etc/sysconfig/apache . ..failed What the heck does this mean and is it related? Tom -- Tom Nielsen Neuro Logic Systems 805.389.5435 x18 www.neuro-logic.com
* Tom Nielsen <tom@neuro-logic.com> [03-02-04 11:31]:
I tried starting apache via yast and got this message:
/etc/init.d/apache start returned 1 (Unspecified error.) Starting httpd [ PHP4 SSL ] An SSL passphrase has not been entered and shmfs within 2 seconds. To increase this timeout, adjust HTTPD_START_TIMEOUT in /etc/sysconfig/apache . ..failed
What the heck does this mean and is it related?
Yup, means that you set a password (encrypted) in Yast when you setup Apache2. The password is required to start apache2. The two seconds is the timeout wait for password. I did this in 8.1 and could not figure how to start apache on boot, so had to start manually after boot so I could enter the password. I would suggest you start apache with '/usr/sbin/apache2 start', then present the password when requested. or/ change and/or remove the password, http://lists.suse.com/archive/suse-linux-e/2000-Apr/0650.html If it is accomplished in the same manner now. Google is your friend. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
On Tue, 2004-03-02 at 09:39, Patrick Shanahan wrote:
* Tom Nielsen <tom@neuro-logic.com> [03-02-04 11:31]:
I tried starting apache via yast and got this message:
/etc/init.d/apache start returned 1 (Unspecified error.) Starting httpd [ PHP4 SSL ] An SSL passphrase has not been entered and shmfs within 2 seconds. To increase this timeout, adjust HTTPD_START_TIMEOUT in /etc/sysconfig/apache . ..failed
What the heck does this mean and is it related?
Yup, means that you set a password (encrypted) in Yast when you setup Apache2. The password is required to start apache2. The two seconds is the timeout wait for password. I did this in 8.1 and could not figure how to start apache on boot, so had to start manually after boot so I could enter the password.
I would suggest you start apache with '/usr/sbin/apache2 start', then present the password when requested.
Hi there....village idiot here. I don't have apache2 installed. I have apache installed. So, rather than running "rcapache2 start", I have to run "rcapache start" What a bonehead I am!! Sorry to all that responded. Tom -- Tom Nielsen Neuro Logic Systems 805.389.5435 x18 www.neuro-logic.com
* Tom Nielsen <tom@neuro-logic.com> [03-02-04 13:40]:
Hi there....village idiot here.
no, see below
I don't have apache2 installed. I have apache installed. So, rather than running "rcapache2 start", I have to run "rcapache start" What a bonehead I am!!
Same problem, /usr/sbin/rcapache start. You apparently installed a protected password to start apache. Applicable to both apache/apache2. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
participants (4)
-
Charles Philip Chan
-
Patrick Shanahan
-
poeml@cmdline.net
-
Tom Nielsen