Installation Error - mcrypt

thehostworks

Verified User
Joined
May 30, 2003
Messages
25
Trying to make mCrypt...
make all-recursive
make[1]: Entering directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7'
Making all in modules
make[2]: Entering directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7/modules'
Making all in algorithms
make[3]: Entering directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7/modules/algorithms'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -g -O2 -MT des.lo -MD -MP -MF ".deps/des.Tpo" \
-c -o des.lo `test -f 'des.c' || echo './'`des.c; \
then mv ".deps/des.Tpo" ".deps/des.Plo"; \
else rm -f ".deps/des.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -g -O2 -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -fPIC -DPIC -o des.lo
des.c: In function `_mcrypt_desinit':
des.c:204: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[3]: *** [des.lo] Error 1
make[3]: Leaving directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7/modules/algorithms'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/customapache/libmcrypt-2.5.7'
make: *** [all] Error 2

*** The make has failed, do you want to try to make again? (y,n):
 
I ran the install again, and heres what the Service Monitor says, I cannot start any of the stoped ones, any ideas?

Dave
 

Attachments

  • untitled-2.jpg
    untitled-2.jpg
    31.8 KB · Views: 299
Back
Top