How PHP recognizes zlib?

jsn

Registered
Hi all

I am currently usong mac os X 10.2.x with PHP 4

I downloaded and installed zlib typing :

> make
> sudo make install

it worked very well.

Now, how can I tell PHP to see zlib.

I tried
/library/php4]% ./configure --with-zlib-dir=/usr/local

but it looks like I do not have the command "configure" in the folder PHP4, it shows the message:

./configure: Command not found.

What am I missing?

thanks
jsn
 
Back
Top