2008/5/9 Raghavendra Prasad <[EMAIL PROTECTED]>:
>>  Which files in particular are you having trouble with?
>>
> It complains about PERL module, during make install(make works fine)
> it tries to write to a root folder(which is related to PERL module). I
> was not expecting installation process from a non-root user trying to
> write into root folders.

In general, the installation process will put things in the prefix
location that you have specified.   If you have write permission to
this, there shouldn't be any problem.

The exception is the perl modules.
These have to be installed to somewhere that the perl binary
will look for them in, so the installation destination is taken from
the perl configuration, rather than the "configure --prefix" value.

The easiest fix would probably be to drop perl from the build
altogether.  Try

   configure --without-perl-modules
   make
   make install

Or else tweak the top-level Makefile to remove "perlinstall" from
the OTHERINSTALL list.


Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to