Posted by J.O. Aho on 11/08/06 19:34
yangsuli@gmail.com wrote:
> "J.O. Aho ??:
> "
>> yangsuli@gmail.com wrote:
>>> It works perfectly well before
>>> but today my browser cannot get this php script
>>> i tried to run it in the localhost
>>> and it reported a seg fault :(
>> Do you get segfault with all scripts or just with the one?
>
> actually it is some of them.......:(
>> On what OS do you run your webserver/php on?
>> What webserver program do you use?
> OS ; RH AS3
> php4.3.4+apache+mysql5.0
I would resintall those RPMs
rpm -ivh --replacepkgs <package to install>
Your php and mysql aren't official RedHat AS3 packages and I think thats the
main problem you have is that php you installed isn't linked against the
packages that are installed on your system.
It could be better you downloaded the php 4.3.4 source rpm and rebuild it
against your system using rpmrebuild. You may need to do the same with mysql
too. Those packages may have required other packages to fill the dependency,
then you need to rebuild those too and packages depending on it (even if they
are official RH3AS packages).
//Aho
[Back to original message]
|