Help!

RenDprogrammeur

New member
Joined
Sep 21, 2005
Messages
53
Location
Netherlands
My server is craches.

The websites on the servers still working but the directadmin and putty doesnt connect anymore after i did the ./build php y

It closed the connection after .


if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT mhash_save_restore_test.o -MD -MP -MF ".deps/mhash_save_restore_test.Tpo" \
-c -o mhash_save_restore_test.o `test -f 'mhash_save_restore_test.c' || echo './'`mhash_save_restore_test.c; \
then mv -f ".deps/mhash_save_restore_test.Tpo" ".deps/mhash_save_restore_test.Po"; \
else rm -f ".deps/mhash_save_restore_test.Tpo"; exit 1; \
fi
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o rest_test mhash_save_restore_test.o ../lib/libmhash.la
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT frag_test.o -MD -MP -MF ".deps/frag_test.Tpo" \
-c -o frag_test.o `test -f 'frag_test.c' || echo './'`frag_test.c; \
then mv -f ".deps/frag_test.Tpo" ".deps/frag_test.Po"; \
else rm -f ".deps/frag_test.Tpo"; exit 1; \
fi



What can i do to fix it ?
 
This is not a How-To, so I'm moving it to a more suitable section.

Have you tried contacting DA support?

Jeff
 
To return things to normal (get it working again) you can just remove your configure.php and run ./build clean, ./build update then './build php n'.

Of course this will give you a stock configuration, so if you are needing to customize PHP then it's not something we could assist with.

Mark
 
You should't insert php cod einto that script.

On the the configure command for the php installation should be in there.
 
Back
Top