From:             andrej770 at comcast dot net
Operating system: Linux 2.4
PHP version:      4.3.8
PHP Bug Type:     Compile Failure
Bug description:  PHP Install on Cobalt Raq550

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 bug report at http://bugs.php.net/?id=29943&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29943&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29943&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29943&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29943&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29943&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29943&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29943&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29943&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29943&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29943&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29943&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29943&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29943&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29943&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29943&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29943&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29943&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29943&r=float

Reply via email to