Bug 156144

Summary: Unable to load dynamic library '/usr/lib/php4/snmp.so' - /usr/lib/php4/snmp.so: undefined symbol: usmAES192PrivProtocol
Product: [Fedora] Fedora Reporter: Marcin Szweda <marti>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-27 21:19:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcin Szweda 2005-04-27 20:48:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Description of problem:
PHP4* and PHP5* (including the latest releases AND CVS checkouts) do NOT
compile on a system with Net-SNMP 5.2*.

This is because Net-SNMP has become more standards-compliant and got rid
of some AES192/AES256 stuff they had.

Note the removal of the following symbols:
usmAES192PrivProtocol
usmAES256PrivProtocol

PHP uses the above 2 symbols.


Version-Release number of selected component (if applicable):
net-snmp-5.2.1-10.FC3, php-snmp-4.3.11-2.4

How reproducible:
Always

Steps to Reproduce:
1. Install net-snmp-5.2.1-10.FC3
2. Install php-snmp-4.3.11-2.4
3. Run php (i.e. from command line)
  

Actual Results:  PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/snmp.so' - /usr/lib/php4/snmp.so: undefined symbol: usmAES192PrivProtocol in Unknown on line 0

Expected Results:  Working SNMP module.

Additional info:

Comment 1 Joe Orton 2005-04-27 21:19:28 UTC

*** This bug has been marked as a duplicate of 155975 ***