top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to installing curl on Linux/Centos machine?

+3 votes
349 views

I have php 5.6.5 on centos 4.5 64bit. I am unable to install curl. And generate so file, I have tried all the possibilities.

./configure --with-curl=/root/php-5.6.5/ext/curl/libs --with-mysql --with-mysqli --with-apxs2=/usr/local/apache2/bin/apxs
posted Feb 10, 2015 by Parveen

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

As you're compiling from source it's possible that you don't have the source header files for cURL installed. I don't know what platform you're building this on but it looks like Linux. Which distro, and is there any reason why you're compiling from scratch and not using the repositories to build for you?

You also didn't mention what error message you're getting (which you presumably would if you're unable to install cURL when you compile PHP)

answer Feb 10, 2015 by Jai Prakash
Similar Questions
+2 votes

New to Curl Need some insight on Curl Looking for a Curl based client-server example

0 votes

I have the kick start file where my root password is store like

# Root password
rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
# System authorization information
auth --useshadow --passalgo=sha512

Is there any way to decrypt the password and get it as plain text. I know single user mode works but my case it in remote site.

+1 vote

Is it possible to get the QEMU guest agent on a CentOS 5.11 virtual machine? Has anyone installed from source? I am running the VM on a CentOS 7 virtual host with qemu-1.5.3.

+2 votes

I am used to traditional update-rc.d et all.

Now I wonder how to add a a script that used to called by init.d (with start/sop ..) to the new "service start xx" regime.

All the tutorials I found talk about how to use update-rc.d..

...