AbeFroman

BANNED
Feb 16, 2002
644
1
318
Hi,

Can I use easyapache to install mhash() for php? Is it in the advanced options?

I am getting this error on my sign up form

Kids First Football and Fitness

Fatal error: Call to undefined function: mhash() in /home/kidsfirs/public_html/simlib.php on line 8
 

aqua4

Member
Jan 18, 2003
5
0
151
I am having the same problem. Also cannot add pspell. Anyone know how to get around this? :)
 
C

Carl Ramirez

Guest
Compiling mhash for my php.

While making the libraries,

/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c mhash.c
In file included from mhash.c:26:
libdefs.h:32:2: #error "Cannot find a 64 bit integer in your system, sorry."
libdefs.h:40:2: #error "Cannot find a 32 bit integer in your system, sorry."
libdefs.h:48:2: #error "Cannot find a 16 bit integer in your system, sorry."
libdefs.h:54:2: #error "Cannot find an 8 bit char in your system, sorry."
make[2]: *** [mhash.lo] Error 1

Any ideas??