Curt Zirzow wrote:

On Mon, Nov 21, 2005 at 09:41:40PM -0700, Ashley M. Kirchner wrote:
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.

Yeah, I wondered why. Found out that -lssl doesn't get passed down to EXTRA_LIBS when it get to compiling the CLI. Once I added it to my configure line, everything compiled fine.

   ( EXTRA_LIBS=-lssl ./configure ... )

--
W | It's not a bug - it's an undocumented feature.
 +--------------------------------------------------------------------
 Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
 IT Director / SysAdmin / Websmith             .     800.441.3873 x130
 Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
 http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.

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

Reply via email to