Title: Message
I have found on Solaris 10 that for some reason the LD_LIBRARY_PATH does not seem to be used in some circumstances.
Try setting LD_FLAGS to contain -lpcap and export it, then rerun configure with the --with-pcap-root=<path_to_pcap> option.
A complete list of my LD_FLAGS is  "-lxml2 -lglib -lposix4 -lpthread -lresolv -lsocket -lxnet -lnsl -lc -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz"
At later stages in the configure, these are set for you, so you will end up doubling up.
Not sure why this worked on Sol10, did not need it on SOL9.
 
Other things to try:
Download the libpcab source and make and install the shared version. You will have to amend the makefile's shared flag from -shared to -G
Make sure your path has /usr/local/bin before /usr/ccs/bin
Make sure you have gmake.
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 27 June 2006 11:47 PM
To: [email protected]
Subject: [Ntop] Problem install NTOP 3.2 in Solaris 10 INTEL ! Help me

Hi all !

I need help to install NTOP 3.2 in Solaris 10 INTEL i am having problems
with the libraries pcap, libcap... I have been installing all the packages of the companion and I also compiled the libcap, i placed in my profile all the possible roads for the libs and even so I continue tends the same mistake:

./configure  --libdir=/opt/sfw/include --prefix=/usr/local/ntop --with-pcap-root=/opt/sfw/lib/

* ERROR: pcap header, bpf or library routines are missing
* (yes means it was found, no means it was not found)
*
* pcap.h...yes
* net/bpf.h...yes
* pcap-bpf.h...yes
* pcap_open_live() in -lpcap...no
* pcap_findalldevs() in -lpcap...no


My .profile:

LD_LIBRARY_PATH=:/opt/sfw/include:/usr/local/include/net:/usr/local/lib
:/usr/local/include:/usr/sfw/lib/:/opt/sfw/lib:/usr/lib:/usr/local/opt/lib;

Somebody could help me ?
Sorry my English.

Regards,

[],s
-- 
Cândido Henrique M. de Souza
Técnico em Suporte de Redes
Gerência de Tecnologia
Tribunal de Justiça - MG
Tel.: 55-31-3237-6319 / 55-31-9164-6261
Fax.: 55-31-3237-6321
[EMAIL PROTECTED]
http://www.tjmg.gov.br
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to