Hello,
I'm kind of new to Plesk and have many other servers running cpanel. What strikes me the most is all those different file/log locations and I'm really puzzled.
I can't seem to find the real PHP install location and the first problem I get is installing mmcache -> http://www.vbulletin.com/forum/showthread.php?t=75878
Can someone direct me a litte doing the following?
This is what must be done (paths need to be changed offcourse)
export PHP_PREFIX="/usr"
$PHP_PREFIX/bin/phpize
./configure --enable-mmcache=shared --with-php-config=$PHP_PREFIX/bin/php-config
make
make install
This is what I do
root@primary [/home/turck-mmcache-2.4.6]# export PHP_PREFIX="/usr/local/psa/admin"
root@primary [/home/turck-mmcache-2.4.6]# $PHP_PREFIX/bin/phpize
/usr/local/psa/admin/bin/phpize: line 48: cd: /usr/local/psa/admin/lib/php/build: No such file or directory
/usr/local/psa/admin/bin/phpize: line 49: cd: /usr/local/psa/admin/lib/php/build: No such file or directory
/usr/local/psa/admin/bin/phpize: line 52: /usr/local/psa/admin/lib/php/build/phpize.m4: No such file or directory
aclocal: `configure.ac' or `configure.in' is required
root@primary [/home/turck-mmcache-2.4.6]#
What is wrong here?