Curl development headers with SSL support for Phusion Passenger 3

8,894

yum install libcurl-devel

Share:
8,894

Related videos on Youtube

NARKOZ
Author by

NARKOZ

Updated on September 17, 2022

Comments

  • NARKOZ
    NARKOZ over 1 year

    I'm trying to install phusion passenger nginx module, but it fails

    # passenger-install-nginx-module
    
    * Curl development headers with SSL support... not found
    

    ...

    yum install curl-devel
    
    Setting up Install Process
    Package curl-devel-7.15.5-9.el5.x86_64 already installed and latest version
    Package curl-devel-7.15.5-9.el5.i386 already installed and latest version
    Nothing to do
    

    What else needs to be done?
    I use: CentOS 5.2, Phusion Passenger version 3.0.0, nginx/0.8.53

    # gcc -v
    Using built-in specs.
    Target: x86_64-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-t
    hreads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-
    libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-pl
    ugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
    Thread model: posix
    gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
    
    • pjmorse
      pjmorse over 13 years
      Does the curl-devel package install headers with SSL support? That would be one explanation of the error. Another might be that the package installed the libraries into a directory passenger-install-nginx-module isn't checking, e.g. /usr/local/lib rather than /usr/lib, but I don't rate that possibility very high.
  • user2413287
    user2413287 over 13 years
    > It is actually libcurl-dev instead of libcurl-devel. is that for Debian (Debian-like) systems? The poster is asking about CentOS
  • rinogo
    rinogo over 9 years
    At least on my system, CentOS 6, with the repos I have installed, it's libcurl-devel. Didn't fix my problem, but still... :)
  • Esa Jokinen
    Esa Jokinen about 9 years
    This is a Cent OS related question and Cent OS uses yum as default, not apt-get. Also, this question has accepted answer from 2010, so this isn't adding any value at all.