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'
ext/ftp/ftp.lo(.text+0x96):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1557:
undefined reference to `SSL_shutdown'
ext/ftp/ftp.lo(.text+0x15e): In function `ftp_close':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:184: undefined reference
to `SSL_shutdown'
ext/ftp/ftp.lo(.text+0x22b): In function `my_send':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1246: undefined reference
to `SSL_write'
ext/ftp/ftp.lo(.text+0x250):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1244:
undefined reference to `SSL_write'
ext/ftp/ftp.lo(.text+0x415): In function `data_accept':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1511: undefined reference
to `SSLv23_client_method'
ext/ftp/ftp.lo(.text+0x41e):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1511:
undefined reference to `SSL_CTX_new'
ext/ftp/ftp.lo(.text+0x434):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1517:
undefined reference to `SSL_new'
ext/ftp/ftp.lo(.text+0x451):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1525:
undefined reference to `SSL_set_fd'
ext/ftp/ftp.lo(.text+0x470):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1531:
undefined reference to `SSL_connect'
ext/ftp/ftp.lo(.text+0x534):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1528:
undefined reference to `SSL_copy_session_id'
ext/ftp/ftp.lo(.text+0x589):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1520:
undefined reference to `SSL_CTX_free'
ext/ftp/ftp.lo(.text+0x5ae):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1533:
undefined reference to `SSL_shutdown'
ext/ftp/ftp.lo(.text+0x652): In function `my_recv':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1286: undefined reference
to `SSL_read'
ext/ftp/ftp.lo(.text+0x686):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1284:
undefined reference to `SSL_read'
ext/ftp/ftp.lo(.text+0x1bb1): In function `ftp_login':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:278: undefined reference
to `SSLv23_client_method'
ext/ftp/ftp.lo(.text+0x1bba):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:278:
undefined reference to `SSL_CTX_new'
ext/ftp/ftp.lo(.text+0x1bd0):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:284:
undefined reference to `SSL_new'
ext/ftp/ftp.lo(.text+0x1bec):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:291:
undefined reference to `SSL_set_fd'
ext/ftp/ftp.lo(.text+0x1bf8):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:293:
undefined reference to `SSL_connect'
ext/ftp/ftp.lo(.text+0x1cdc):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:287:
undefined reference to `SSL_CTX_free'
ext/ftp/ftp.lo(.text+0x1d01):/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:295:
undefined reference to `SSL_shutdown'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
libphp5.so compiles just fine just before this bomb. Any sugestions
anyone?
--
R | I haven't lost my mind; it's backed up on tape somewhere.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:ashley@xxxxxxxxxx> . 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