Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80139 - net-snmp-5.2 + php AES problem (bug 72752) revisited
Summary: net-snmp-5.2 + php AES problem (bug 72752) revisited
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
: 80327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-30 15:25 UTC by Ben
Modified: 2005-02-01 23:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2005-01-30 15:25:02 UTC
I have hit the problem outlined in bug 72752 again. 

I emerged php-4.3.10 back when is was unmasked on Dec. 16. (I assume this patch for snmp was in there.) 

Yesterday, I emerged net-snmp-5.2. Then, last night I attempted to restart apache2 and was greeted with the above undefined symbol error message. I tried to re-emerge php, but it failed. I checked in snmp.c and the patch was there.

I then re-emerged net-snmp down to 5.1.1-r1 and apache/php started just fine.



Reproducible: Didn't try
Steps to Reproduce:
1. emerge net-snmp-5.2
2. try to restart apache2
3. restart fails with message: undefined symbol: usmAES192PrivProtocol

Actual Results:  
I attempted to re-emerge php-4.3.10 and it failed. So I re-emerged
net-snmp-5.1.1-r1.

Expected Results:  
php-4.3.10 and net-snmp-5.2 should work together in beautiful harmony...

Here's my emerge info:
Portage 2.0.51-r15 (default-linux/x86/2004.0, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.4.23_pre8-gss-r2 i686)
=================================================================
System uname: 2.4.23_pre8-gss-r2 i686 Intel(R) Celeron(R) CPU 1.70GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r5,dev-lang/python-2.3.4 [2.3.4 (#1,
Dec  5 2004, 12:46:48)]
dev-lang/python:     2.2.3-r5, 2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.19-r1, 2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/alias
/var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirror.datapipe.net/gentoo
ftp://gentoo.ccccom.com"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X adns apache2 berkdb crypt curl doc flash gd gdbm gif imagemagick imap
innodb ipv6 java jpeg kerberos libg++ libwww maildir mbox mcal mmx mysql ncurses
nls odbc pam pdflib perl png postgres prelude python qt quicktime readline sasl
snmp socks5 spell ssl tcltk tcpd tiff truetype unicode vhosts x86 xml xml2 zeo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Kyle England (RETIRED) gentoo-dev 2005-01-30 23:08:49 UTC
same errors here with the following packages:
net-snmp-5.2
net-snmp-5.2-r3


going back to net-snmp-5.1.1-r1 fixed the usmAES192PrivProtocol problem
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-01-31 13:25:44 UTC
You need to emerge php/mod_php/php-cgi again - see Bug 80210 
Comment 3 Tuan Van (RETIRED) gentoo-dev 2005-02-01 21:53:34 UTC
*** Bug 80327 has been marked as a duplicate of this bug. ***
Comment 4 Ben 2005-02-01 23:25:04 UTC
Re-emerge PHP/mod_php and (after resolving a separate issue) it worked.