Home > Archive > PHP Programming > September 2007 > cURL lib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| aritmico@gmail.com 2007-09-28, 7:02 pm |
| 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
| |
| Jerry Stuckle 2007-09-28, 7:02 pm |
| 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
==================
| |
| Jerry Stuckle 2007-09-28, 7:02 pm |
| 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
==================
| |
| aritmico@gmail.com 2007-09-28, 10:01 pm |
| 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...? :)
| |
| aritmico@gmail.com 2007-09-28, 10:01 pm |
| 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...? :)
|
|
|
|
|