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

Bug 646196

Summary: net-analyzer/nast-0.2.0-r1 - configure: error: Libnet archive file (libnet.so) not found in /usr or /usr/local!
Product: Gentoo Linux Reporter: Jan Psota <jasiupsota>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Psota 2018-01-31 09:16:54 UTC
checking for /usr/lib/libnet.so... no
checking for /usr/local/lib/libnet.so... no
configure: error: 
Libnet archive file (libnet.so) not found in /usr or /usr/local!

$ ldd /usr/sbin/nast
libnet.so.9 => /usr/lib64/libnet.so.9 (0x00007f7b164a8000)
[...]

It is a rebuild, so it has to do with switching from lib32/lib64 to lib/lib64.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-01-31 09:21:12 UTC
Which profile are you using?

  eselect profile show
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-01-31 09:21:49 UTC
Or even better, show us your  emerge --info
Comment 3 Jan Psota 2018-01-31 09:35:26 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #2)
> Or even better, show us your  emerge --info

default/linux/amd64/17.1/systemd
- of course :-)
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2018-01-31 10:13:38 UTC
Fixed. Thanks!
Comment 5 Jan Psota 2018-02-01 10:01:35 UTC
Works like magic, thanks! :-)