php build error

splitech

Verified User
Joined
Sep 28, 2004
Messages
49
Hello,

Trying to update PHP and get a seg fault on build.

Using ./build php n

make: *** [ext/mbstring/libmbfl/mbfl/mbfilter_pass.lo] Segmentation fault
make: *** Waiting for unfinished jobs....

This happened once before can DA fix it?
 
Its not a da problem. Something is corrupted on your system or you have bad hardware.

Try:

./build clean
./build php n

More than likely you will have to backtrace the core dump to see what is going on.
 
Back
Top