Posted by J.O. Aho on 10/10/28 11:50
Vicks Idnani wrote:
> If i wanted to make a change in PHP Configure Command, how would I go about
> doing that?
>
> I am trying to install Jpeg for GD but it wants me to make a change to
> ./configure '--with-jpeg=/usr/local'
../configure --with-jpeg=/usr/local
You need to put all the options you want to use, the example will only enable
the jpeg support, nothing more.
../configure --enable-cgi --enable-fastcgi --with-interbase=/usr
I think you get the point from the above example
//Aho
[Back to original message]
|