cURL lib

cURL lib

am 28.09.2007 23:16:49 von aritmico

Hi all, I'm Bruno, an italian developer :)

I' ve got a "little" problem since about 10 hours...

I have a virtual server with PHP 5 and Apache 2 installed...

Now I need to use the cURL lib and I can't do the last step...

I installed the cURL package ( downloaded from the developers web
site ) but, on the "install info" I found that I must compile PHP with
the command "--with-curl [=DIR]" ( where DIR is the path of cURL
installed files )...

Unfortunately I'm not a Linux Guru so my question is:

Can I compile PHP, for a second time, without specify all "old
commands" about its configuration...?
With the new compiling, can I have just the addiction of the new
library without lose "old instructions"...?

Thank you a lot for your attention :)

P.S. Is my english OK...? :P

Re: cURL lib

am 29.09.2007 00:36:26 von Jerry Stuckle

aritmico@gmail.com wrote:
> Hi all, I'm Bruno, an italian developer :)
>
> I' ve got a "little" problem since about 10 hours...
>
> I have a virtual server with PHP 5 and Apache 2 installed...
>
> Now I need to use the cURL lib and I can't do the last step...
>
> I installed the cURL package ( downloaded from the developers web
> site ) but, on the "install info" I found that I must compile PHP with
> the command "--with-curl [=DIR]" ( where DIR is the path of cURL
> installed files )...
>
> Unfortunately I'm not a Linux Guru so my question is:
>
> Can I compile PHP, for a second time, without specify all "old
> commands" about its configuration...?
> With the new compiling, can I have just the addiction of the new
> library without lose "old instructions"...?
>
> Thank you a lot for your attention :)
>
> P.S. Is my english OK...? :P
>

Nope, each compiles is fresh - you need to use all of the old commands.

But the options you used when you ran config are shown in phpinfo().


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: cURL lib

am 29.09.2007 00:36:57 von Jerry Stuckle

aritmico@gmail.com wrote:
> Hi all, I'm Bruno, an italian developer :)
>
> I' ve got a "little" problem since about 10 hours...
>
> I have a virtual server with PHP 5 and Apache 2 installed...
>
> Now I need to use the cURL lib and I can't do the last step...
>
> I installed the cURL package ( downloaded from the developers web
> site ) but, on the "install info" I found that I must compile PHP with
> the command "--with-curl [=DIR]" ( where DIR is the path of cURL
> installed files )...
>
> Unfortunately I'm not a Linux Guru so my question is:
>
> Can I compile PHP, for a second time, without specify all "old
> commands" about its configuration...?
> With the new compiling, can I have just the addiction of the new
> library without lose "old instructions"...?
>
> Thank you a lot for your attention :)
>
> P.S. Is my english OK...? :P
>

And you English is great!

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: cURL lib

am 29.09.2007 02:36:55 von aritmico

Thank's a lot Jerry !

I suspected it...

The provider deleted PHP installation files so...I must unpack the
sources and compile them for a second time "copyng and pasting" old
commands and adding news...

Right...? :)

Re: cURL lib

am 29.09.2007 02:37:50 von aritmico

Thank's a lot Jerry !

I suspected it...

The provider deleted PHP installation files so...I must unpack the
sources and compile them for a second time "copyng and pasting" old
commands and adding news...

Right...? :)