[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Web Server not responding



OK here is what you need to do:

Create a symlink for the missing library:

ln -s /usr/lib/libgd.so.1.8 /usr/lib/libgd.so.1

then run

/sbin/ldconfig

that will make library available to the system.

Then do not forget to remove the hashes from your /etc/httpd/conf/httpd.conf

-or-

If you have made a backup copy, just simply when under /etc/httpd/conf/

cp /etc/httpd/conf/httpd.conf.back.Feb1603 httpd.conf

finally restart httpd:

/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start

now you webserver should run without errors and with PHP support.

aljuhani@xxxxxxxxx

>===== Original Message From cobalt-users@xxxxxxxxxxxxxxx =====
>Dear Aljuhani,
>
>What should I do for php?
>
>
>
>----- Original Message -----
>From: "aljuhani" <aljuhani@xxxxxxxxx>
>To: <cobalt-users@xxxxxxxxxxxxxxx>
>Sent: Monday, February 17, 2003 6:42 PM
>Subject: RE: [cobalt-users] Web Server not responding
>
>
>> Do you have php websites?
>> Can you check if the PHP is OK.
>>
>> what we have done solves the web server problem but it may disable php.
>>
>> The error were caused by a missing library /etc/httpd/modules/libphp4.so.
>>
>> aljuhani@xxxxxxxxx
>>
>> >===== Original Message From cobalt-users@xxxxxxxxxxxxxxx =====
>> >Dear Aljuhani,
>> >
>> >Thank you very much.
>> >You really helped me.
>> >I did all things that you have told me, and It is working now.
>> >
>> >Best Regards,
>> >Shaya
>> >
>> >
>> >
>> >----- Original Message -----
>> >From: "aljuhani" <aljuhani@xxxxxxxxx>
>> >To: <cobalt-users@xxxxxxxxxxxxxxx>
>> >Sent: Monday, February 17, 2003 5:55 PM
>> >Subject: RE: [cobalt-users] Web Server not responding
>> >
>> >
>> >> Did you upgrade the PHP?
>> >>
>> >> OK quick solution.
>> >>
>> >> cd /etc/httpd/conf/
>> >>
>> >> make backup copy of the httpd.conf
>> >>
>> >> cp httpd.conf http.conf.back.Feb1603
>> >>
>> >> then open the httpd.conf in editor:
>> >>
>> >> pico httpd.conf
>> >>
>> >> search for the line "LoadModule php4_module modules/libphp4.so"
>> >>
>> >> comment out that line (place a hash at the begining of the line) such
>as
>> >> below:
>> >>
>> >> #LoadModule php4_module modules/libphp4.so
>> >> #AddModule mod_php4.c
>> >>
>> >> Now exit the pico by pressing (ctrl+x) then choose yes to safe.
>> >>
>> >> Restart the httpd.
>> >>
>> >> /etc/rc.d/init.d/httpd start
>> >>
>> >> Yes I installed that patch without any problems.
>> >>
>> >> Regards,
>> >>
>> >> aljuhani@xxxxxxxxx
>> >>
>> >>
>> >> ==Original Message==
>> >> Dear aljuhani,
>> >>
>> >> Thank you for your help.
>> >> I have done what you said., and I got:
>> >> Syntax error on line 58 of /etc/httpd/conf/httpd.conf:
>> >> Cannot load /etc/httpd/modules/libphp4.so into server: libgd.so.1:
>cannot
>> >> open shared object file: No such file or directory.
>> >>
>> >> and I haven't change in httpd.conf any thing, but  only installed
>> >> RaQ4-en-OSUpdateRelease 2.0.
>> >> Please help me what I should do.
>> >>
>> >> Thank you
>> >> Shaya
>> >>
>> >> _____________________________________
>> >> cobalt-users mailing list
>> >> cobalt-users@xxxxxxxxxxxxxxx
>> >> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>> >> http://list.cobalt.com/mailman/listinfo/cobalt-users
>> >>
>> >>
>> >
>> >_____________________________________
>> >cobalt-users mailing list
>> >cobalt-users@xxxxxxxxxxxxxxx
>> >To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>> >http://list.cobalt.com/mailman/listinfo/cobalt-users
>>
>> _____________________________________
>> cobalt-users mailing list
>> cobalt-users@xxxxxxxxxxxxxxx
>> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>> http://list.cobalt.com/mailman/listinfo/cobalt-users
>>
>>
>
>_____________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users