On Mon, Nov 21, 2005 at 09:41:40PM -0700, Ashley M. Kirchner wrote:
> 
>    Trying to compile APXS version of PHP5.05 and towards the end, when 
> it tries to compile the CLI version, it bombs with the following:
> 
> ext/ftp/ftp.lo(.text+0x76): In function `data_close':
> /usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1566: undefined reference 
> to `SSL_shutdown'

This means basically that the header files (*.h) where found but
none of the libraries were found.

You're compile path looks awkward to me.

> 
>    libphp5.so compiles just fine just before this bomb.  Any sugestions 
> anyone?

what does your ./configure line look like?


Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to