This is a discussion on Segmentation fault within the Linux Web Servers forums, part of the Web Server and Related Forums category; After recompiling PHP to the latest version, when I try to run a simple script that works with other servers, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
After recompiling PHP to the latest version, when I try to run a simple
script that works with other servers, I keep getting this "Segmentation fault" error. It is cryptic and I have no idea how to find out what is causing this. Can someone help? #php script.php Segmentation fault |
|
|||
|
Shabam wrote:
> After recompiling PHP to the latest version, when I try to run a simple > script that works with other servers, I keep getting this "Segmentation > fault" error. It is cryptic and I have no idea how to find out what is > causing this. Can someone help? > > #php script.php > Segmentation fault Seems to be something wrong with your compiled version of php, have you used the right version of system header files when you compiled php? Did you select some strange configuration options? //Aho |