Results 1 to 3 of 3

Thread: Mandrake 9.1 & libpcap0 ?

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    9

    Mandrake 9.1 & libpcap0 ?

    I've verified that libpcap0-0.7.2.1mdk was installed. I've read a post that Mandrake installs it as libpcap0 instead of libpcap. Is there a simple solution for this?

    Currently I get the error

    checking for pcap_open_live in -lpcap... no
    configure: error: cannot find pcap_open_live in libpcap.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    151
    Hmm... find the libpcap0.a library or whatever and make a symlink to libpcap.a in the same directory.

    See if that works.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    9
    ok. I had tried to create a link, but didn't do it right first time.


    Basically, had to do the following

    cd /usr/lib
    ln -s libpcap.so.0.7 libpcap.a
    ln -s libgdbm.so.2 libgdbm.a


    After that my ./configure completed succesfully.

    Now on to my next problem....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On