[BioLib-dev] Test Errors on Ubuntu
Pjotr Prins
pjotr.public14 at thebird.nl
Sat Feb 13 05:58:32 UTC 2010
On Fri, Feb 12, 2010 at 08:34:14AM -0600, Chris Fields wrote:
> Well, it looks as if the other test scripts (emboss, example) do essentially what I described, adding the local directory first to @INC for perl:
>
> BEGIN{unshift(@INC, "../emboss")};
> use biolib::emboss;
>
> I can try seeing if that helps.
Yes, that would be best. Explicit is good. With Ruby I usually use
the -I switch to set the path.
> Same thought here as well. I'm using the R project's build, though;
> there have been reported problems with Canonical's R packages.
> Regardless, it shouldn't be that hard to add the lib to ldconfig
> during installation.
Agreed. Possibly through the environment.
Pj.
More information about the BioLib-dev
mailing list