Posted by Jerry Stuckle on 07/13/07 00:29
mrbog wrote:
> On Jul 12, 5:36 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>>> But what if I want to add ming or curl or ftp or dom? Could I do the
>>> equivalent of this with yum:
>>> ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=/
>>> usr/bin/mysql_config --prefix=/usr/local/php521 --with-gd --with-zlib-
>>> dir=/usr/local --with-png-dir=/usr/lib --with-jpeg-dir=/usr/local --
>>> with-config-file-path=/usr/local/apache2/conf --with-curl --with-dom --
>>> with-pgsql=/usr/local/pgsql821 --enable-ftp --with-ming
>> Just do ./configure --help > filename
>>
>> Capture the output to a file - there are a LOT of options! :-)
>>
>> That will give you all of the options for configuring PHP. Note you'll
>> have to add the appropriate directories where necessary.
>>
>> --
>
>
> I think you should read the rest of the thread. Maybe your local
> newserver dropped it.
>
>
I read the thread. And you're asking a question you can very well
answer yourself.
All you're doing is arguing to try to win a point. You want to compile
it yourself, do so. You want to use an rpm? Do so.
But when someone gives you an answer, don't keep responding with "What
if's". If they were important you should have said so in the first place!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|