Page 1 of 1

PHP-curl (solved)

Posted: 03 Nov 2011, 16:10
by wimr0001
The php-function "curl_init()" fails.
Following the advice on another "curl-topic" I noticed that on my B3 the file /etc/php5/conf.d/curl.ini is missing.
Trying to install "php5-curl" fails because of unmet dependencies (libcurl3). Libcurl3 however is installed.

My question: what have I to do to get curl running?

Re: PHP-curl

Posted: 03 Nov 2011, 17:23
by Ubi
you seem to have a case of dependicitis. This is not an easy thing to solve. In short, you may have libcurl3, but it is either not recognised as such by the package manager or it is the wrong sub-version.

I guess you already tried the other libraries for an upgrade of libcurl.

Good luck!

Re: PHP-curl

Posted: 15 Nov 2011, 04:05
by wimr0001
See my topic of "imagemagick".
Same problem occurred with php-curl.