I've got Curl working with SSL now, but IMAP support still doesn't want to work
I tired reinstalling using easyapache and this time I tried PHP 4.2.2 and still same problem...
[quote:5daac6f99e]Making install in .
make[1]: Entering directory `/home/cpapachebuild/buildapache/php-4.2.2'
/bin/sh /home/cpapachebuild/buildapache/php-4.2.2/libtool --silent --mode=link gcc -I. -I/home/cpapachebuild/buildapache/php-4.2.2/ -I/home/cpapachebuild/buildapache/php-4.2.2/main -I/home/cpapachebuild/buildapache/php-4.2.2 -I/home/cpapachebuild/buildapache/php-4.2.2/Zend -I/home/cpapachebuild/buildapache/gd-2.0.4 -I/usr/include/imap -I/home/cpapachebuild/buildapache/php-4.2.2/ext/mysql/libmysql -I/home/cpapachebuild/buildapache/php-4.2.2/ext/xml/expat -I/home/cpapachebuild/buildapache/php-4.2.2/TSRM -g -O2 -o php -export-dynamic stub.lo libphp4.la
./.libs/libphp4.a(php_imap.lo): In function `zm_startup_imap':
/home/cpapachebuild/buildapache/php-4.2.2/ext/imap/php_imap.c:430: undefined reference to `ssl_onceonlyinit'
collect2: ld returned 1 exit status
make[1]: ***
PHP:
Error 1
make[1]: Leaving directory `/home/cpapachebuild/buildapache/php-4.2.2'
make: *** [install-recursive] Error 1[/quote:5daac6f99e]
I get this error at the end of the installation. It give me the warning messages...
[quote:5daac6f99e]+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You will be compiling the CGI version of PHP without any |
| redirection checking. By putting this cgi binary somewhere in |
| your web space, users may be able to circumvent existing .htaccess |
| security by loading files directly through the parser. See |
| http://www.php.net/manual/security.php for more details. |
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You chose to compile PHP with the built-in MySQL support. If you |
| are compiling a server module, and intend to use other server |
| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, |
| mod_perl) you must NOT rely on PHP's built-in MySQL support, and |
| instead build it with your local MySQL support files, by adding |
| --with-mysql=/path/to/mysql to your configure line. |
+--------------------------------------------------------------------+[/quote:5daac6f99e]
...and then does a lot of make[X] (where X is a number) lines and that's when I get the error.
Any ideas?