Bradz wrote:
I do have apache2 running with php and perl. I hear that there might be some bugs with this combo.Alexander Dalloz wrote:
Am Sa, den 26.03.2005 schrieb bradz@xxxxxxx um 22:13:
I ran it, but it did not work.
/sbin/restorecon reset context /lib/libpcre.so.0.0.1:->system_u:object_r:shlib_t
Seems you miss the /lib/libpcre.so.0, which is a symbolic link to /lib/libpcre.so.0.0.1. Check for it's existance, else create it with
cd /lib; ln -s libpcre.so.0.0.1 libpcre.so.0
What update did you run?
Alexander
I just ran yum update
results $ ls libp*
libpamc.so.0 libpam_misc.so.0.77 libpcre.so.0 libpthread-0.10.so
libpamc.so.0.77 libpam.so.0 libpcre.so.0.0.1 libpthread.so.0
libpam_misc.so.0 libpam.so.0.77 libproc-3.2.3.so