mmcache installation question

neorder

Verified User
Joined
Oct 1, 2003
Messages
392
i used to install mmcache without any problem, but it looks i am having problem this time.

according to http://www.directadmin.com/forum/showthread.php?s=&threadid=3900&highlight=mmcache

i should have these installed, they are:

apache 1.3.xx
mod_php
autoconf
automake
libtool
m4

my question is when i run
$PHP_PREFIX/bin/phpize

the error came out:
/usr/local//bin/phpize: line 57: aclocal: command not found

i then go to open this phpize and found line 57 is:

aclocal || exit 1

-----------------------------------------------------------

so my question is what is this aclocal??

thanks
 
Here's what RedHat says about alocal.

Otherwise, google doesn't say much :( .
What OS do you use?

Jeff
 
I think there is a tutorial in the How-to forum on how to install it and if I recall correctly it had an alternate way of installing it. But beware that it might cause apache segfault errors. This has happened to several people and probably won't be fixed until (if) the next version.
 
Back
Top