On Sat, 2004-01-03 at 21:59, Ryan A wrote: > Hi guys, > I am trying to install Turck MMCache on our server but have no idea about > linux...I have gone through all the steps a fellow list user (R'twick) gave > me to install this, up till > > $PHP_PREFIX/bin/phpize > > when I type that it says: no file or directory by that name > > so after searching on the web for the correct command I did this: > find / -name phpize -print > > and even that came up blank....
Try one of these:
$ find / -name "php*"
$ which phpize
As root:
$ updatedb;locate phpize
--
Brian GnuPG -> KeyID: 0x04A4F0DC | URL: www.gfx-design.com/keys
Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
GnuPG: http://gnupg.org
http://www.biglumber.com/x/web?qs=0x2C35011004A4F0DC
Linux Registered User #339825 at http://counter.li.org
signature.asc
Description: This is a digitally signed message part

