installing cURL on Fedora Core
Posted: Tue Oct 10, 2006 2:30 pm
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'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/'anyone?