Guest User

Untitled

a guest
Apr 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. gcc -std=gnu99 -fno-strict-aliasing -O2 -march=i486 -mtune=i686 -fno-strict-aliasing -pipe -fstack-protector -O2 -march=i586 -mtune=i686 -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wno-strict-prototypes -o ntpsnmpd netsnmp_daemonize.o ntpsnmpd.o ntpSnmpSubagentObject.o ntpsnmpd-opts.o -Wl,-E ../ntpq/libntpq.a ../libntp/libntp.a -L/usr/lib -L/usr/local/lib -L/usr/lib/perl5/5.12.3/i486-linux-thread-multi/CORE /usr/lib/libnetsnmpmibs.so /usr/lib/libnetsnmpagent.so -lwrap -lperl -lnsl -lm -lcrypt -lutil -lpthread -lc -lnl -ldl /usr/lib/libnetsnmp.so -lcrypto ../sntp/libopts/.libs/libopts.a -lrt -lcap
  2. /usr/lib/gcc/i486-slackware-linux/4.5.2/../../../../i486-slackware-linux/bin/ld: cannot find -lperl
  3. collect2: ld returned 1 exit status
  4. make[3]: *** [ntpsnmpd] Error 1
  5. make[3]: Leaving directory `/home/benreilly/build/ntp/4.2.6p3/tmp/ntp-4.2.6p3/ntpsnmpd'
  6. make[2]: *** [all] Error 2
  7. make[2]: Leaving directory `/home/benreilly/build/ntp/4.2.6p3/tmp/ntp-4.2.6p3/ntpsnmpd'
  8. make[1]: *** [all-recursive] Error 1
  9. make[1]: Leaving directory `/home/benreilly/build/ntp/4.2.6p3/tmp/ntp-4.2.6p3'
  10. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment