For information, i had to edit the new script buildme.sh to operate
without error on my Linux server (Fedora 7 x86_64, Moonshine) and
without root privileges.


The changes are:
- Renaming the INSTALL_BASE variable to PREFIX for orders 'perl
Makefile.PL'
- Modified by the variable PERL5LIB:

PERL5LIB=$BASE_58/lib/perl5:$BASE_58/lib/perl5/site_perl:$BASE_58/lib64/perl5:$BASE_58/lib64/perl5/site_perl
(if perl 5.8)

PERL5LIB=$BASE_510/lib/perl5:$BASE_510/lib/perl5/site_perl:$BASE_510/lib64/perl5:$BASE_510/lib64/perl5/site_perl
(if perl 5.10)


The changes are made with the following command:

Code:
--------------------
    
  $ mv buildme.sh buildme.sh.default
  $ cat buildme.sh.default | \
  sed 
's/PERL5LIB=\$BASE_58\/lib\/perl5/PERL5LIB=\$BASE_58\/lib\/perl5:\$BASE_58\/lib\/perl5\/site_perl:\$BASE_58\/lib64\/perl5:\$BASE_58\/lib64\/perl5\/site_perl/g'
 | \
  sed 
's/PERL5LIB=\$BASE_510\/lib\/perl5/PERL5LIB=\$BASE_510\/lib\/perl5:\$BASE_510\/lib\/perl5\/site_perl:\$BASE_510\/lib64\/perl5:\$BASE_510\/lib64\/perl5\/site_perl/g'
 | \
  sed 's/INSTALL_BASE/PREFIX/g'  > buildme.sh
  
--------------------



Emmanuel


-- 
emmanuel
------------------------------------------------------------------------
emmanuel's Profile: http://forums.slimdevices.com/member.php?userid=34086
View this thread: http://forums.slimdevices.com/showthread.php?t=68589

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to