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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC