Re: make install prefix=... INSTALL_PREFIX=...

2010-06-03 Thread Thomas Anders
Magnus Fromreide wrote: > One could obviously imagine an alternate approach where I add options to > configure to set SNMPCONFPATH and SNMPSHAREPATH. Would that solution be > better? Please go ahead! +Thomas -- ThinkGee

Re: make install prefix=... INSTALL_PREFIX=...

2010-06-03 Thread Wes Hardaker
> On Thu, 03 Jun 2010 21:29:07 +0200, Magnus Fromreide > said: MF> One could obviously imagine an alternate approach where I add options to MF> configure to set SNMPCONFPATH and SNMPSHAREPATH. Would that solution be MF> better? That's probably fine too... -- Wes Hardaker Please mail al

Re: make install prefix=... INSTALL_PREFIX=...

2010-06-03 Thread Magnus Fromreide
On Thu, 2010-06-03 at 05:16 -0700, Wes Hardaker wrote: > > On Thu, 03 Jun 2010 09:33:11 +0200, Magnus Fromreide > > said: > > MF> For the one under /another/path this is wrong, there I would like it to > MF> print -L/another/path/lib as that is where the libraries are located. > > MF> N

Re: make install prefix=... INSTALL_PREFIX=...

2010-06-03 Thread Wes Hardaker
> On Thu, 03 Jun 2010 09:33:11 +0200, Magnus Fromreide > said: MF> For the one under /another/path this is wrong, there I would like it to MF> print -L/another/path/lib as that is where the libraries are located. MF> Now my question is if I have understood how INSTALL_PREFIX and prefix

make install prefix=... INSTALL_PREFIX=...

2010-06-03 Thread Magnus Fromreide
Hello. I recently got the need to build binaries to install on a target system and a development system where the file structure on the development system differs from the target system but I still needs to run net-snmp-config on the development system. I ended up doing (on the development system