| | |
Problem in installing libpcap on ubuntu
![]() |
•
•
Join Date: Oct 2008
Posts: 9
Reputation:
Solved Threads: 0
Hi,
I am working on project Signature Based IDS.
For that reason I need to install libpcap on my machine.
I have problem in installing.I have libpcap source directory.
as I give command
# ./configure
I found following error
configure: error: Your operating system's lex is insufficient to compile
libpcap. flex is a lex replacement that has many advantages, including
being able to compile libpcap. For more information, see
http://www.gnu.org/software/flex/flex.html .
please help in installing libpcap.Step by step.
Thanks in advance.
I am working on project Signature Based IDS.
For that reason I need to install libpcap on my machine.
I have problem in installing.I have libpcap source directory.
as I give command
# ./configure
I found following error
configure: error: Your operating system's lex is insufficient to compile
libpcap. flex is a lex replacement that has many advantages, including
being able to compile libpcap. For more information, see
http://www.gnu.org/software/flex/flex.html .
please help in installing libpcap.Step by step.
Thanks in advance.
Is there any reason you're trying to build it from source rather than installing it from the package repository?
You could just install it with libaptituted unless you *want* to build it from source. You could also use aptitude to build from source:
bash Syntax (Toggle Plain Text)
sk:~# apt-cache search libpcap | grep ^libp libpcap-dev - Development library for libpcap (transitional package) libpcap-ruby1.8 - Ruby interface for the libpcap packet capture library libpcap0.7 - System interface for user-level packet capture libpcap0.7-dev - Development library and header files for libpcap 0.7 libpcap0.8 - System interface for user-level packet capture libpcap0.8-dev - Development library and header files for libpcap 0.8 libpcap0.9 - Dummy package, can be safely removed libpcap0 - System interface for user-level packet capture. sk:~# apt-get install libpcap-dev
You could just install it with libaptituted unless you *want* to build it from source. You could also use aptitude to build from source:
bash Syntax (Toggle Plain Text)
apt-get --only-source build-dep libpcap-dev apt-get --only-source -b source libpcap-dev ls *.deb dpkg -i libpcap*dev*deb
![]() |
Similar Threads
- Problem in installing Activex control in Vista (Windows Vista and Windows 7)
- Problem installing programs on Vista (Windows Vista and Windows 7)
- Problem while installing linux (*nix Software)
- Problem on installing MySQL (MySQL)
- Problem installing HDD (Community Introductions)
- Problem installing windows 2000 professional (Windows NT / 2000 / XP)
- Problem Installing Windows XP PRO (Windows NT / 2000 / XP)
Other Threads in the *nix Software Forum
- Previous Thread: Need suggestions for sql software
- Next Thread: MAC address problem on LinuxMint
| Thread Tools | Search this Thread |






