php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8191 Can't compile apache with --with-snmp in PHP
Submitted: 2000-12-11 00:48 UTC Modified: 2001-01-30 04:21 UTC
From: steve at cablevision dot qc dot ca Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3pl1 OS: FreeBsd 4.1.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steve at cablevision dot qc dot ca
New email:
PHP Version: OS:

 

 [2000-12-11 00:48 UTC] steve at cablevision dot qc dot ca
configured PHP with --with-snmp : no problem

./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a : can't install...

I have ucd-snmp 4.1.2 installed and tried 4.2, both doesn't compile.

/usr/local/lib/libsnmp.so: warning: mktemp() possibly used unsafely; consider us
ing mkstemp()
/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'
*** Error code 1

Stop in /root/apache_1.3.14/src/helpers.
======== Error Output for sanity check ========
============= End of Error Report =============

 Aborting!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-11 05:31 UTC] stas@php.net
What is your PHP configuration directive? 
 [2001-01-30 04:21 UTC] sniper@php.net
Please read the INSTALL file and follow the instructions.
If that doesn't help, please ask further support questions
on php-install@lists.php.net mailing list.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 05:01:28 2025 UTC