This is a discussion on Suggestion for an addition to your FAQ within the SNMP Coders forums, part of the Networking and Network Related category; ------=_Part_9049_14492408.1147211218655 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
------=_Part_9049_14492408.1147211218655
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Good evening, I was spending several hours trying to get mib2c to run, but it was always complained with: "/usr/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes" I did hours of searching on the web and on the newsgroups, and did not find a satisfactory answer. After enough playing around however, I finally found out what the problem is, and how to fix it. Seing that there were literally hundreds of posts over many years with this question, would you consider adding the following to the FAQ? ------------------ Faq Entry Begins ------------ When I run mib2c, but I always get an error mesasge. ---------------------------------------------------------------------------= ---------------- Some people have been complaining that when attempting to turn mib2c, they get an error similar to the following: "/usr/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes" What is happening? RAND_bytes is a library function belonging to the OpenSSL package. This error also appears if the NetSNMP perl modules have not been built alongside NetSNMP. The solution is to run the ./configure script as follows: ./configure --with-openssl=3D/usr/lib --with-perl-modules Replace /usr/lib/ with whatever folder contains the libssl.so shared object library files. Then run make, make install, and all should be right in the world again! - Jeffrey Magder ----------- Faq Entry Ends ------------- Please let me know if you can or cannot add this entry. Thank you for your time! - Jeffrey Magder ------=_Part_9049_14492408.1147211218655 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Good evening, <br><br>I was spending several hours trying to get mib2c to r= un, but it was always complained with:<br><br>"/usr/lib/libnetsnmp.so.= 5: undefined symbol: RAND_bytes"<br><br>I did hours of searching on th= e web and on the newsgroups, and did not find a satisfactory answer. = After enough playing around however, I finally found out what the pro= blem is, and how to fix it. Seing that there were literally hundreds = of posts over many years with this question, would you consider adding the = following to the FAQ?=20 <br><br>------------------ Faq Entry Begins ------------<br><br>When I run = mib2c, but I always get an error mesasge.<br>------------------------------= -------------------------------------------------------------<br><br>Some p= eople have been complaining that when attempting to turn mib2c, they get an= error similar to the following: <br><br>"/usr/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes"<= br><br>What is happening? RAND_bytes is a library function belonging = to the OpenSSL package. This error also appears if the NetSNMP perl m= odules have not been built alongside NetSNMP. The solution is to run = the ./configure script as follows: <br><br> ./configure --with-openssl=3D/usr/lib --with-perl-modules<br>= <br>Replace /usr/lib/ with whatever folder contains the libssl.so shared ob= ject library files. Then run make, make install, and all should be ri= ght in the world again! <br><br>- Jeffrey Magder<br>----------- Faq Entry Ends -------------<br><br= >Please let me know if you can or cannot add this entry. Thank you fo= r your time! <br><br>- Jeffrey Magder<br> ------=_Part_9049_14492408.1147211218655-- ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |