SSH problem CentOS 4.3

FransVanNispen

Verified User
Joined
Oct 14, 2005
Messages
19
Hi all,

Since we updated our servers to CentOS 4.3, we are unable to compile PHP over an ssh connection.

It will simply drop the connection while compiling PHP (and only PHP).

This happens on all of the updated servers.

Does anyone have a clue what might cause this, or how I could debug this problem?

Frans.
 
if you used the search funtion or even looked inside this forum you would of seen "customapache kills sshd". http://directadmin.com/forum/showthread.php?s=&threadid=9410

First of all does this happen when you use ./build php n or even buliding everything except zlib which in the above thread has been suggested as the cause.

If you need to rebuild zlib then you can either use a cron or just run the command using screen.

Regards,
Grant
 
Thanks GranTW.

I did use the search option, though appearently I'm not good enough at guessing the required keywords.
 
Back
Top