Re: net-snmp (amd64)
Tsurutani Naoki <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, alexus <[email protected]> wrote: > that is exactly what i did, i'd gladly let you in to my system or > perhaps i can attach a log file to show you step by step w/ output of > those commands and the end of it ends as i state in my very first > email, which is I am very sorry, I can reproduce your trouble. I did not clean work space of net-snmp using ssl with system, and I did not detect the library error. This is the problem of OpenSSL, not of net-snmp. openssl-0.9.8g build objects without "-fPIC" by default, though they are used to build *.a library. If "shared" arg is passed to ./config, all the object files are generated with "-fPIC" option to gcc. % tar zxvf openssl-0.9.8g.tar.gz % cd openssl-0.9.8g % ./config -openssldir=/usr/local/ssl shared % make ... After installing openssl by this way, you can build net-snmp successfully. You can use ports to install openssl-0.9.8g (the latest version !). --- Tsurutani Naoki [email protected] ------------------------------------------------------------------------- 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-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users