ID: 9290
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

User report: --with-openssl works fine

Previous Comments:
---------------------------------------------------------------------------

[2001-02-16 05:29:10] [EMAIL PROTECTED]
Thanks, now it works verry fine ;-)

---------------------------------------------------------------------------

[2001-02-15 19:47:35] [EMAIL PROTECTED]
Use '--with-openssl' instead of --with-ssl..

--Jani


---------------------------------------------------------------------------

[2001-02-15 17:43:22] [EMAIL PROTECTED]
my configure arguments:

ernie# cat work/php-4.0.4pl1/config.nice
#! /bin/sh
#
# Created by configure

"./configure" 
"--with-apxs=/usr/local/sbin/apxs" 
"--with-ssl=/usr" 
"--enable-versioning" 
"--with-system-regex" 
"--with-config-file-path=/usr/local/etc" 
"--disable-debug" 
"--enable-track-vars" 
"--without-gd" 
"--disable-pear" 
"--with-zlib" 
"--with-mysql=/usr/local" 
"--with-snmp=/usr/local" 
"--enable-ucd-snmp-hack" 
"--prefix=/usr/local" 
"i386--freebsd4.2" 
"$@"
ernie#

the error:

configure:43839: checking for gzgets in -lz
configure:43858: cc -o conftest -O -pipe
-DHARD_SERVER_LIMIT=512
-DDOCUMENT_LOCATION="/usr/local/www/data/"
-DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin"
-DACCEPT_FILTER_NAME="httpready" -DUSE_EXPAT
-DXML_BYTE_ORDER=12 -L/usr/lib  -R/usr/local/lib/mysql
-L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib
conftest.c -lz  -lsnmp -lmysqlclient -lm -lcrypt  1>&5
/usr/local/lib/libsnmp.so: undefined reference to
`EVP_DigestInit'
/usr/local/lib/libsnmp.so: undefined reference to
`EVP_DigestFinal'
/usr/local/lib/libsnmp.so: undefined reference to `EVP_md5'
/usr/local/lib/libsnmp.so: undefined reference to `HMAC'
/usr/local/lib/libsnmp.so: undefined reference to `EVP_sha1'
/usr/local/lib/libsnmp.so: undefined reference to
`des_cbc_encrypt'
/usr/local/lib/libsnmp.so: undefined reference to
`des_key_sched'
/usr/local/lib/libsnmp.so: undefined reference to
`EVP_DigestUpdate'
/usr/local/lib/libsnmp.so: undefined reference to `RAND_bytes'
/usr/local/lib/libsnmp.so: undefined reference to
`des_ncbc_encrypt'



You can found the complete config.log under
http://www.pofo.de/config.log

I've located the OpenSSL includes under /usr/include/openssl

-- Olli


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9290&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to