cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Install extension curl with php on slackware linux

From: David Boyd <dboyd_at_fullmoonsoft.com>
Date: Wed, 26 Jul 2006 11:42:05 -0400

Tony a clarification, when I say includes I am referring to the config
parameters used in the initial conpile.

ie. --with-curl --with-bz2 etc....

Dave
On Wed, 2006-07-26 at 11:29 -0400, David Boyd wrote:
> Tony, look at your phpinfo() output, the original includes are shown in
> the first section of the output. Your real issue will be to obtain the
> needed original source files to perform the re-compile. Are they
> included on the cd's. They would be listed as source repositories.
>
> Dave
>
>
> On Wed, 2006-07-26 at 07:56 -0500, Tony Savarese wrote:
> > My system was setup from the original CD's where all you do is select the
> > packages you want. Configure/makefile was not included as one of the files
> > loaded onto my hard drive. I cant find it on the CD either.
> >
> > There is another concern if I do a rebuild. I have been using the system for a
> > long time with many changes over the years. I dont know the exact
> > configuration of PHP. How do I make sure that when I run configure that the
> > only change is adding curl without affecting or forgetting any othe option.
> > This is why I perfer to make the changes manually if possible.
> >
> > - Tony Savarese
> >
> > On Wed, 26 Jul 2006 curl-and-php-request_at_cool.haxx.se wrote:
> > > I don't know about slackware in particular
> > > but compiling php using the option
> > > '--with-curl'
> > > should fix your problem
> > >
> > > regarding configure
> > > usually when you unpack the source, you can set options with the unpacked
> > > configure script
> > > eg. tar xvzf php
> > > cd php
> > > ./configure --with-curl --with-bz2 --disable-pdo
> > > make
> > > make install
> > >
> > > as i said , i don't know about slackware in particular, perhaps it's better
> > > to ask on their forum/mailing list
> > >
> > _______________________________________________
> > http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-07-26