Page 1 of 1

White page with SSH2+PHP4

PostPosted: 09. August 2006 15:45
by cybercandyman
Hello,

In first, excuse me for my poor english.
I'm looking for a solution since several day in order to get working xampp correctly.
I have to use SSH2 with PHP 4 on my redhat, so i have installed all the required library (openssl, openssl-devel ...) and edit my php.ini to load the ssh2.so.
with the following command
Code: Select all
php -m

the result show that the extension is loaded, but when i call my script, the result is a white page, no error !
For information, i have already an apache server 1.3 with php 4.3,ssh2 on the same computer and whith the same script the result is good.
If some one could help me,

Thanks :)

Cyril.

PostPosted: 10. August 2006 09:04
by cybercandyman
Always the same ...
but in the error_log an error is registered at each call of my script who contains the ssh2 connection :
Code: Select all
[notice] child pid $PID exit signal Segmentation fault (11)

any idea ?

++ Cyril.

PostPosted: 04. September 2006 10:37
by AngelSL
Its a Segmentation fault. Your module probaly wasen't installed properly, try re-installing