From:             [EMAIL PROTECTED]
Operating system: Debian Woody
PHP version:      4.3.0RC3
PHP Bug Type:     IMAP related
Bug description:  undefined reference to `ssl_onceonlyinit'

Configuring PHP with:

./configure --prefix=/usr --sysconfdir=/etc --with-apxs2
--with-config-file-path=/etc --with-pear=/usr/share/pear --with-openssl
--with-zlib --with-bz2 --with-dom --with-dom-xslt --enable-exif
--enable-ftp --with-gd --with-gettext --with-iconv --with-imap
--with-imap-ssl --with-mcrypt --with-mysql --with-pcntl --with-pgsql
--with-pspell --enable-trans-sid

The compilation fails when it tries to compile the IMAP support,
complaining about:

ext/imap/php_imap.lo: In function `zm_startup_imap':
/home/users/jon/src/php4/ext/imap/php_imap.c:424: undefined reference to
`ssl_onceonlyinit'
collect2: ld returned 1 exit status

I have installed the version of c-client using apt-get, so I assume I'm
using a fairly recent version of c-client.
-- 
Edit bug report at http://bugs.php.net/?id=21091&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21091&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21091&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21091&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21091&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21091&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21091&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21091&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21091&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21091&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21091&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21091&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21091&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21091&r=isapi

Reply via email to