Just for everyone's future reference, I did solve this problem earlier. First, I typed the wrong path in my example below; my library is actually in /usr/lib/dlsllib.so. I found, though, ./configure didn't like me specifying a library file whose name did NOT begin with "lib". When I created a symlink from libip3.so to dlsllib.so, the --with-libs=-lip3 worked fine.
Dan ----- Original Message ----- From: "Dave Shield" <[EMAIL PROTECTED]> To: "Dan Miller (Kromos)" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, February 11, 2008 03:40 Subject: Re: shared libraries - do I have a problem?? > On 22/01/2008, Dan Miller (Kromos) <[EMAIL PROTECTED]> wrote: >> However, I *do* need to link in one of my *own* shared libraries!! So I >> tried using with-libs: >> ./configure --with-mib-modules=ip3Mib --with-libs=/usr/src/dlsllib.so > > Try installing your library into a sensible location > (/usr/local/lib/libdlsl.so) > and then use > --with-libs=-ldlsl > > Dave > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
