cURL extension
Posted: 20 Aug 2011, 08:50
Can anyone tell me how I enable the curl extension on my Bubba2? I can get as far as my /usr/ directory but I'm not sure where to go from there.
Many thanks Keith
Many thanks Keith
Code: Select all
niklas@bubba2:~$ aptitude search curl
p curl - Get a file from an HTTP, HTTPS or FTP server
v curl-ssl -
p curlftpfs - filesystem to access FTP hosts based on FUSE and cURL
p gambas-gb-net-curl - The Gambas advanced networking component
v libcurl-dev -
p libcurl-ocaml - ocaml curl bindings
p libcurl-ocaml-dev - ocaml libcurl bindings
v libcurl-ssl-dev -
i libcurl3 - Multi-protocol file transfer library (OpenSSL)
p libcurl3-dbg - libcurl compiled with debug symbols
p libcurl3-dev - Transitional package to libcurl3-openssl-dev
i libcurl3-gnutls - Multi-protocol file transfer library (GnuTLS)
p libcurl3-gnutls-dev - Development files and documentation for libcurl
p libcurl3-openssl-dev - Development files and documentation for libcurl
v libcurl4-dbg -
v libcurl4-dev -
p libcurl4-gnutls-dev - Development files and documentation for libcurl (GnuT
i libcurl4-openssl-dev - Development files and documentation for libcurl (Open
p liblua5.1-curl-dev - libcURL development files for the lua language versio
p liblua5.1-curl0 - libcURL bindings for the lua language version 5.1
p libwww-curl-perl - Perl bindings to libcurl
p php4-curl - CURL module for php4
p php5-curl - CURL module for php5
p python-pycurl - Python bindings to libcurl
v python2.3-pycurl -
v python2.4-pycurl -
p slang-curl - transfer files using HTTP and FTP from S-Lang
p spl-curl - SPL Programming Language -- curl adapter
p tclcurl - Tcl bindings to libcurl
p xmms2-plugin-curl - XMMS2 - curl transport for HTTP
Code: Select all
# apt-get install php5-curl
Code: Select all
cp /etc/php5/conf.d/curl.ini /etc/php5/apache2/conf.d/curl.ini