This is a discussion on Re: Embedded Perl Problem within the SNMP Users forums, part of the Networking and Network Related category; Clement Hsu wrote: > checking for Perl LDFLAGS... -rdynamic > /usr/lib/perl/5.6.1/auto/DynaLoader/DynaLoader.a -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Clement Hsu wrote:
> checking for Perl LDFLAGS... -rdynamic > /usr/lib/perl/5.6.1/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.6 > .1/CORE -lperl -lnsl -ldl -lm -lc -lcrypt -lutil > checking for eval_pv... no > checking for perl_eval_pv... no > checking for Perl_eval_pv... no > checking for potential embedded Perl support... disabled > checking if we can install the Perl modules... yes -- not embeddable > > It is obviously the perl_eval_pv function and eval_pv fuction is not > existed in my xscale file system > my probelm is how to fix it? When i execute "perl -v", the system show the > perl edition is perl -5-6-1; > so it seems i need to install another package to solve this, You need a package that adds a libperl.so to your system. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- 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-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |