From:             [EMAIL PROTECTED]
Operating system: RedHat 8.0
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  Compile error (SSL?)

I am trying to compile PHP 4.3.0 on RedHat 8.0,

This is the error I keep having:
-----------------------------------
_krb5 -lkrb5 -lk5crypto -lcom_err  -o sapi/cli/php
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libc-client.a(osdep.o): In
function `ssl_onceonlyinit':
/usr/src/redhat/BUILD/imap-2001a/c-client/osdep.c:286: the use of `tmpnam'
is dangerous, better use `mkstemp'
ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
/home/software/PHP/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use
of `tempnam' is dangerous, better use `mkstemp'
-----------------------------------

I use the following configure
-----------------------------------
./configure --prefix=/usr --with-apache2=../../HTTPD/httpd-2.0.43
--with-gd --with-gettext=/usr --enable-safe-mode
--with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib
--enable-magic-quotes --with-regex=system --with-ttf --with-db --with-gdbm
--enable-mbstring --enable-mbstr-enc-trans --enable-track-vars
--enable-wddx=shared --enable-mm=shared --enable-xml --enable-ftp
--disable-debug --with-libdir=/usr/lib --with-db3 --with-pgsql=shared
--with-ldap --with-imap --with-imap-ssl --with-curl=shared
--with-pdflib=shared -with-kerberos
-----------------------------------

I can NOT use without -with-imap-ssl or -with-kerberos. I DO NOT want
this.. But if I don't do that, it keeps telling me that I should.... I
tried --without-imap-ssl, no result..
Regardless of this, I KEEP having the above error...
-- 
Edit bug report at http://bugs.php.net/?id=21673&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21673&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21673&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21673&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21673&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21673&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21673&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21673&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21673&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21673&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21673&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21673&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21673&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21673&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21673&r=gnused

Reply via email to