ID: 29943 Updated by: [EMAIL PROTECTED] Reported By: andrej770 at comcast dot net -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4 PHP Version: 4.3.8 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Add --with-openssl to your build. Previous Comments: ------------------------------------------------------------------------ [2004-09-02 04:16:23] andrej770 at comcast dot net Description: ------------ I am installing PHP 4.3.8 on my Raq550 from the source and get an error p.s. I compiled and made Curl as well as libmcrypt before I did PHP. Thanks in Advance Andrej770 Reproduce code: --------------- ./configure \ --prefix=/usr \ --with-config-file-path=/etc/httpd \ --with-exec-dir=/usr/bin \ --with-apxs=/usr/sbin/apxs \ --enable-calendar \ --enable-ftp \ --enable-magic-quotes \ --enable-mbstring \ --enable-mbstr-enc-trans \ --enable-safe-mode \ --enable-sockets \ --enable-track-vars \ --enable-xml \ --disable-debug \ --with-gd \ --with-gettext=shared \ --with-iconv \ --with-imap \ --with-imap-ssl \ --with-interbase=shared \ --with-jpeg-dir=/usr \ --with-ldap \ --with-mcrypt=shared \ --with-mysql=shared \ --with-curl \ --with-openssl=/usr \ --with-pgsql=shared \ --with-png-dir=/usr \ --with-regex=system \ --with-zlib Expected result: ---------------- Compile correctly Actual result: -------------- ext/imap/php_imap.lo: In function `zm_startup_imap': /home/src/php-4.3.8/ext/imap/php_imap.c:435: undefined reference to `ssl_onceonlyinit' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29943&edit=1
