Posted by Jason Wong on 03/25/05 13:49
On Friday 25 March 2005 19:03, Merlin wrote:
> I want to install Turck MMCasche. The install instructions say that the
> path to the php install has to be declared. Now I was searching the
> linux system for the php install but could not find it! It is compiled
> as a module and there is a file /usr/local/bin/php but no directory.
>
> The instructions read:
>
> Step 1. Compiling Turck MMCache
>
> export PHP_PREFIX="/usr"
> $PHP_PREFIX/bin/phpize
> ./configure --enable-mmcache=shared
> --with-php-config=$PHP_PREFIX/bin/php-config make
>
> You must specify the real prefix where PHP is installed in the "export"
> command. It may be "/usr" "/usr/local", or something else.
In your case you have to set PHP_PREFIX to '/usr/local', and before you
can proceed you must make sure you have the file '/usr/local/bin/phpize'.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
New Year Resolution: Ignore top posted posts
[Back to original message]
|