Mark Atwood wrote:
> The install died with
> ...
> Warning: You do not have permissions to install into
> /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi at
> /usr/lib/perl5/5.8.8/ExtUtils/Install.pm line 114.
> mkdir
> /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/NetSNMP:
> Permission denied at /usr/lib/perl5/5.8.8/ExtUtils/Install.pm line 176
> make[1]: *** [pure_site_install] Error 13
> make[1]: Leaving directory `/home/mark/snmp/V/net-snmp/perl'
> make: *** [perlinstall] Error 1
>
>
> How do I get the ./configure to honor my --prefix for installing the Perl
> stuff?
The Perl modules go into the directories configured in your installed
version of Perl. You can put them somewhere else at install time, e.g.
make install INSTALLSITEARCH=/your/prefix/site-perl \
INSTALLSITELIB=/your/prefix/site-perl \
INSTALLSITEMAN3DIR=/your/prefix/man/man3
You'll have to make sure yourself that /your/prefix/site-perl is in your
@INC then, of course. This may require some careful configuration,
especially for embedded Perl support. Which you disabled anyway, so YMMV.
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders