Tuesday, August 17, 2010

Net-SNMP Tutorial

Just followed good tutorial to configure Net-SNMP >> click here

Anyway, I experienced error while 'make' where  I got this error >>/usr/bin/ld: cannot find -lperl

I find the solution here

First, locate libperl.

Output:
/usr/lib/libperl.so.5.10
/usr/lib/libperl.so.5.10.0
...

(or similar)

Create soft link;
sudo ln -s /usr/lib/libperl.so.5.10 /usr/lib/libperl.so

Make sure the link is in the /usr/lib **same directory with the link point. 
That's all. Thank you.

**Credit to http://ashokachakra.blogspot.com/

No comments:

Post a Comment