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
/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