Page 1 of 1

installing cURL on Fedora Core

Posted: Tue Oct 10, 2006 2:30 pm
by Burrito

Code: Select all

'./configure' '--with-apxs2=/usr/local/httpd/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-gd-native-ttf' '--with-freetype-dir' '--with-tidy' '--with-pfpro=shared,/usr/local/verisign/payflowpro/linuxrh9' '--with-openssl' '--with-curl=/usr/include/curl'
this isn't doing it for me.

I've also tried

Code: Select all

'./configure' '--with-apxs2=/usr/local/httpd/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-gd-native-ttf' '--with-freetype-dir' '--with-tidy' '--with-pfpro=shared,/usr/local/verisign/payflowpro/linuxrh9' '--with-openssl' '--with-curl=/usr/'
(that just changed the cURL path) because I read somewhere that all it needs is /usr, but still no dice.

anyone?

Posted: Tue Oct 10, 2006 4:17 pm
by volka
Is there an error message of some kind?
Is libcurl already installed?

Posted: Tue Oct 10, 2006 4:26 pm
by Burrito
doh! sorry, I forgot to update this thread.

I already got it figured...I was copying the wrong .so file to my apache modules folder :oops:

thanks anyway volka