Re: Php5 site is not working..
Quote:
Originally Posted by
haiguri
COMMAND~: cp -f /PWServer/.setup/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5
COMMAND~: cp -f /PWServer/.setup/lib/libpcre.so.0 /usr/lib/libpcre.so.0
COMMAND~: cp -f /PWServer/.setup/lib/libtask.so /usr/lib/libtask.so
According to his tutorial, that's what I need to type for the 32bits Ubuntu, right?
I also need to remove completely the Apache2/php5 from my server.
Correct, those are the lib files I was talking about but you do not need to delete php5 or apache2. I would say that reinstalling them may not be a bad idea though since you've been messing with files now.
Like SylenThunder said make sure to chmod to 0755. If you extract the files from a compressed archive on the server it should maintain the permissions it had. Make sure to chmod -R 0755 /PWServer like the instructions say.
It looks like you're making good progress though, keep it up!