Wes Hardaker wrote:
> It bit me again today, but because our make test depends on perl stuff
> and the perl stuff links against libraries elsewhere, then a "make
> install" before "make test" may be necessary to ensure the perl
> modules can be properly loaded.
> 
> This may be solvable using env vars, but I didn't check.
> 


yes...I have gotten around this before with

LD_LIBRARY_PATH=../../snmplib/.lib:$LD_LIBRARY_PATH make test

in the perl/SNMP dir

The Makefile.PL I think should be able to do this ... conditioned on
$opts->{'insource'}....but did not see a specific hook...

maybe FULLPERL

-G

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to