Posted by Vicks Idnani on 10/10/71 11:50
Does that mean that I have to re compile PHP?
My server is Fedora Linux w/ cpanel, but I don't know what directory PHP is
installed in, is there a way to do this without re-installing PHP?
thanks for your help J.O. Aho
Vicks
"J.O. Aho" <user@example.net> wrote in message
news:4fh0p4F1j2r99U1@individual.net...
> 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]
|