Page 1 of 1

Static perl?

Posted: 2004-12-31 19:43
by alexander newald
Hi,

ich versuche Perl statisch zu bauen um es in einer Chroot Umgebung einzusetzen:

./Configure -Uusedl -Dprefix=$DEST -des

im Chroot gibt es dann aber:

[I have no name!@obelix /]$ perl
perl: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

?

Re: Static perl?

Posted: 2005-01-02 19:40
by captaincrunch
Vorher mal ein "export CFLAGS=-static" gesetzt?

Re: Static perl?

Posted: 2005-01-03 03:07
by alexander newald
Hilft auch nicht...

Habs jetzt normal gebaut und so gehts.