[maker-devel] Installation in a custom directory

Carson Holt carsonhh at gmail.com
Tue Aug 2 08:08:41 MDT 2016


If you move it, then the executables won’t be able to locate dependencies in the …/maker/data, …/maker/lib, and …/maker/perl directories. You should really either add the location of …/maker/bin to you PATH environmental variable or at most soft link the executables somewhere else using the ‘ln -s’ command.

—Carson

 
> On Aug 2, 2016, at 5:57 AM, Sebastien Moretti <sebastien.moretti at unil.ch> wrote:
> 
> OK, just need to move the maker/bin folder.
> 
> Thanks
> 
>> MAKER will by default put executables in …/maker/bin. You should put …/maker/bin into your PATH. The maker Build.PL is configured to install things in a set directory configuration to properly locate perl libraries, C shared objects, and data files.
>> 
>> —Carson
>> 
>> 
>> 
>>> On Jul 12, 2016, at 2:35 AM, Sebastien Moretti <sebastien.moretti at unil.ch> wrote:
>>> 
>>> Hi
>>> 
>>> I try to install maker in a custom directory following regular Perl
>>> commands with Build.PL.
>>> 
>>> Unfortunately if I use
>>>   perl Build.PL --installdirs=<my_path>
>>> then
>>>   ./Build install --destdir=<my_root_path>
>>> build install fails with the error:
>>>   Can't use an undefined value as a HASH reference at
>>> .../Module/Build/Base.pm line 3038.
>>> 
>>> It does not happen if I don't use --installdirs
>>> 
>>> 
>>> Is there an "official" way to install maker in a custom directory?
>>> 
>>> 
>>> Also I found typos in the description of maker at
>>> http://www.yandell-lab.org/software/maker.html
>>> ouputs        should be    outputs
>>> seusequent    should be    ???
>>> 
>>> 
>>> maker 2.31.8, Linux x86_64 2.6.32, Perl 5.18.2
>>> 
>>> Regards
> 
> -- 
> Sébastien Moretti
> Staff Scientist
> SIB Vital-IT EMBnet, Quartier Sorge - Genopode
> CH-1015 Lausanne, Switzerland
> Tel.: +41 (21) 692 4079/4221
> http://www.vital-it.ch/ http://myhits.vital-it.ch/ http://MetaNetX.org/





More information about the maker-devel mailing list