Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.
Moderator: General Moderators
-
Burrito
- Spockulator
- Posts: 4715
- Joined: Wed Feb 04, 2004 8:15 pm
- Location: Eden, Utah
Post
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?
-
volka
- DevNet Evangelist
- Posts: 8391
- Joined: Tue May 07, 2002 9:48 am
- Location: Berlin, ger
Post
by volka »
Is there an error message of some kind?
Is libcurl already installed?
-
Burrito
- Spockulator
- Posts: 4715
- Joined: Wed Feb 04, 2004 8:15 pm
- Location: Eden, Utah
Post
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
thanks anyway volka