I have a client who needs to do SSL connections using CURL in PHP. Unfortunately, the build script within buildapache.sea builds libcurl without SSL.
I've tried all sorts of combinations of modifications to the build scripts. Including changing the PHP config and rebuilding. (See below:
root@ensim [~/buildapache/php-4.2.0]# cat 1.sh
#!/bin/sh
./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-openssl=/usr/ --enable-bcmath --enable-calendar --with-curl=/usr/local/ --with-swf=/usr/local/flash --enable-ftp --with-gd=../gd-1.8.4 --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-mcrypt --with-ming=../ming-0.1.1 --enable-magic-quotes --with-mysql --with-pear --enable-safe-mode --enable-track-vars --with-ttf --enable-versioning --with-zlib --with-pgsql
I've also downloaded and build a curl source package with ssl enabled. Still no luck.
Any advice? Please?
Thanks - Brian



LinkBack URL
About LinkBacks
Reply With Quote





