cniggeler has asked for the wisdom of the Perl Monks concerning the following question:
I can't figure out where the shared library request for libnsl.so.1 is coming from! Any suggestions? For instance, would I be better off trying to rebuild perl on a RHEL 8.x system instead? Or perhaps libnsl really is necessary for perl up to and through version x.xx? Thanks!LD_LIBRARY_PATH=/home/lint/build/perl/perl-5.8.9 /home/lint/build/perl +/perl-5.8.9/preload /home/lint/build/perl/perl-5.8.9/libperl.so gcc - +L/usr/local/lib -o miniperl \ `echo gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o mg.o + reentr.o hv.o av.o perl.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o +pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsu +tils.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_p +ack.o pp_sort.o | sed 's/ op.o / /'` \ miniperlmain.o opmini.o -ldl -lm -lcrypt -lutil -lc gcc: error while loading shared libraries: libnsl.so.1: cannot open sh +ared object file: No such file or directory make: *** [miniperl] Error 127
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Rebuild older perl without libnsl?
by Fletch (Bishop) on May 14, 2024 at 22:06 UTC | |
Re: Rebuild older perl without libnsl?
by cavac (Prior) on May 17, 2024 at 12:16 UTC | |
Re: Rebuild older perl without libnsl?
by etj (Priest) on May 15, 2024 at 13:05 UTC |