Re: [tcpdump-workers] installation of shared libraries for libpcap

2008-05-08 Thread Eloy Paris
Hi Larry, On Wed, May 07, 2008 at 10:05:45AM -0500, Adamiec, Larry wrote: > I am trying to install libpcap-0.9.8 on a Sun SPARC Solaris 9 server. I > need to install it with shared libraries. > > I use the following sequence of commands. > > ./configure --enable-shared > make > make install >

Re: [tcpdump-workers] installation of shared libraries for libpcap

2008-05-08 Thread Adamiec, Larry
The docs I read was part of the ntop distribution. I did get a shared library created without editing the makefiles. I used the following sequence of commands: ./configure make shared make install-shared Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

[tcpdump-workers] installation of shared libraries for libpcap

2008-05-08 Thread Adamiec, Larry
Hello, I am trying to install libpcap-0.9.8 on a Sun SPARC Solaris 9 server. I need to install it with shared libraries. I use the following sequence of commands. ./configure --enable-shared make make install However, the only library I can find is /usr/local/lib/libpcap.a. I need the /usr/lo

Re: [tcpdump-workers] installation of shared libraries for libpcap

2008-05-08 Thread Guy Harris
Adamiec, Larry wrote: I am trying to install libpcap-0.9.8 on a Sun SPARC Solaris 9 server. I need to install it with shared libraries. That's not currently supported by our build procedure. The person who contributed that support just contributed Linux support (which might work on other p