[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2nd try: anybody familiar with php4-curl?



Celejar wrote:
Miles Fidelman <mfidelman@meetinghouse.net> wrote:
I'm trying to install a package that requires curl support, and it's installer tells me that curl isn't enabled.
well, the problem has been solved (see previous posting to debian-user) but, to answer your questions ...

Which package?
zencart
I'm running Debian Sarge, Apache2, PHP-4, and I thought I had installed php4-curl when I did my initial installs (apt-get install php4-curl) tells me that it's up to date.

Are we talking about a PHP package? curl is a standalone application as
well as a part of lots of others and libraries. Can you be more
specific about what you're trying to install and what sort of curl it
requires?
php4-curl is a debian package with all the glue for accessing curl from php4, and apt-get will
install all the curl libraries

You need to be clearer about what exactly you're trying to do. [Not a
flame; just a request for more info.]
well, I thought I had - php was telling me that php-curl was not installed
even though I had installed the php4-curl package and all its dependencies

and I asked if there was anything I needed to do to complete installation

As previously answered by somebody on the list (thanks again!), the answer was:

add the line:
extension=curl.so
to /etc/php4/apache2/php.ini
and restart apache

Works like a charm.

Miles




Reply to: