Install Curl on PHP5 Webmin + Debian
I wrote a script for Twitter with Oauth. After running it I got this error:
Fatal error: Call to undefined function curl_init() in /var/public_html/www
Because Curl wasnt install and couldnt find in php.ini file or in webmin navigation functions.
I wanted to install curl for Apache+PHP on my Linux dedicated server with Debian+Webmin.
This code helped me to install curl:
apt-get clean && apt-get update && apt-get install php5-curl
Similar entries
- 403 error after installing Nagios and Webmin (conflict)
- Howto install dig in Debian 5 (Lenny)
- How2 Install Windows, Linux and Macintosh on a Macbook Pro?
- Failed to modify server : AWstats reporting is already enabled for this domain
- How to override php mail function to catch abuse / spammer
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- Ubuntu or CentOS or Fedora Linux or Debian on a Webserver (LAMP) ?
- How install Apache, Mysql and PHP on Notebook
- Fatal error: Call to undefined function taxonomy_field_insert() in i18n_taxonomy.module on line 362
- How to install Munin and Nagios on a Redhat box?
- Adobe Flash CS4 cannot be installed (Creative Suite 4 Master Collection)
- Fatal error: Call to undefined function block_list() in /includes/theme.inc on line 1586
- Fix Cpanel/WHM's easyapache and up2date issue (certificate verify failed)
- Howto read/export firefox cookies in linux
- Apache Error: make_sock: could not bind to
- Fatal error: Call to undefined method JException::getNullDate() in Joomla 1.5
- Secure USB Stick / External Drive
- How to install windows xp on a macintosh
- How to configure Google Adsense for Domains with Webmin ?
- Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 902

i am getting error as
PHP extension "curl" must be loaded.
i have removed semicolon beforethe line
extension=php_curl.dll
also it is showing same error.kindly help me
Post new comment