LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Recompile PHP with CURL (https://www.linuxquestions.org/questions/linux-general-1/recompile-php-with-curl-517959/)

stranger_6_7 01-10-2007 05:26 AM

Recompile PHP with CURL
 
HI

I have rhel4 system with lamp installed.My application needs curl to be installed with php. I downloaded the curl package and installed it. When i type php -m i don't see the module existing. Can anyone tell how can i recompile php along with curl without disturbing httpd, mysql,ssl and other inte related files. Or what do i need to do?

Thanks for the help
Stranger

edenCC 01-11-2007 12:14 AM

you should recompile php from source with the option:
Code:

--with-curl[=DIR]      Include cURL support


All times are GMT -5. The time now is 01:04 PM.