in reply to Re: Re: install perl module into other directory.
in thread install perl module into other directory.
Now on the target machine, use gunzip and tar xvf to put the files in place.cd mkdir newlib cd (package build directory) perl Makefile.PL LIB=~/newlib make make test make install cd ~/newlib tar cvf ../myDistro.tar * cd .. gzip myDistro.tar
This will work if the machine architectures are the same, or if the package is pure perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: install perl module into other directory.
by perlisfun (Sexton) on Aug 15, 2003 at 14:10 UTC |