Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 127422

Summary: pchar ebuild doesn't build when snmp is built with ssl enabled.
Product: Gentoo Linux Reporter: Nico Baggus <mlspamcb>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nico Baggus 2006-03-24 05:31:42 UTC
if net-snmp has been built with ssl enabled the pchar program is still not linked with -lssl

This is regarding the net-analyzer/pchar-1.5 ebuild.

Link errors indicate several routines that are needed from libssl by libsnmp.so

when fixing the ebuild by adding the line
'emake LIBS="-lssl -lsnmp -lm" '
to the compile section it fixes this problem as well as that it now actualy compiles in the compile phase.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-24 05:34:22 UTC

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