1

I have installed libpcap-1.6.2 but when I want to install daq-2.0.4 it requires libpcap-1.0.0 and know I cannot install libpcap because this error occurred:

creating hard link `/usr/local/share/man/man3/pcap_datalink_val_to_description.3pcap' to `/usr/local/share/man/man3/pcap_datalink_val_to_name.3pcap': file exists make: *** [install] error 1

So I renamed this file "pcap_datalink_val_to_description.3pcap| but the same error caused for other files. What can I do?

Eliah Kagan
  • 119,640
zara-T
  • 45

1 Answers1

1

If you are compiling/installing a package by yourself (without apt-get/dpkg) then apt-get/dpkg won't be able to locate the package. You have to delete all its components manually. From the directory of libpcap package do sudo make uninstall to uninstall the package.

Eliah Kagan
  • 119,640
heemayl
  • 93,925