LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Compile Curl module with openssl (https://www.linuxquestions.org/questions/linux-newbie-8/compile-curl-module-with-openssl-717222/)

spazmatic 04-06-2009 11:45 AM

Compile Curl module with openssl
 
My shopping cart software (Interspire) tells me it needs this in order to setup the authorize.net payment system plugin:

"This module requires the php curl module to be compiled with openssl support or the php openssl module to be loaded. Please contact your hosting provider to ask them to do this to be able to use this module."

Can you recompile this? I tried out of WHM then I tried the following command:
Code:

./configure prefix=/usr/local with ssl=/usr/include/openssl
After it installed it returned this:
Code:

curl version: 7.19.0
Host setup: i686-pc-linux-gnu
Install prefix: /usr/local
Compiler: gcc
SSL support: enabled (OpenSSL)
SSH support: no (--with-libssh2)
zlib support: enabled
krb4 support: no (--with-krb4*)
GSSAPI support: no (--with-gssapi)
SPNEGO support: no (--with-spnego)
c-ares support: no (--enable-ares)
ipv6 support: enabled
IDN support: no (--with-libidn)
Build libcurl: Shared=yes, Static=yes
Built-in manual: enabled
Verbose errors: enabled (--disable-verbose)
SSPI support: no (--enable-sspi)
ca cert bundle: /etc/pki/tls/certs/ca-bundle.crt
ca cert path: no
LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS support: no (--enable-ldaps)

----------end----

But the cart still tells me it's not there. Can anyone offer a little guidance?


All times are GMT -5. The time now is 04:49 AM.