J.L. Blom wrote:
1. When I unzip the file (with user root) it doesn't get the user and
group of root but of some other user and the group mysql. WHy?

Tar/zip files contain the user/group ID numerically; this is just a happy (or unhappy!) coincidence that your systems UID/GID corresponds to the other user and mysql. Don't sweat - if you're really concerned, do a recursive chown when you finish unpacking, or use your distro's archive application options to not use the archived/zipped IDs.

2.      I have an x86_64 system (AMD) running fc7 and compiling aborts with
the message:
checking for pcap_lookupdev in -lpcap... no
*** FATAL ERROR *** It looks that you don't have the libpcap distribution installed.
       etc.
However: locate libpcap gives:
/usr/lib64/libpcap.so.0.9
/usr/lib64/libpcap.so.0.9.7

Do you have libpcap-devel installed? If not, "yum install" it and try again.
To compile many packages on RH based distributions you often need the corresponding dependencies' -devel packages installed.

Graeme
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to