|
From: Devil-Linux <dev...@js...> - 2006-09-26 11:49:21
|
Get this error
<<
executing LPRng with option build (in /build/tmp/LPRng-3.8.28)
ERROR
/build/scripts/LPRng build failed
check log file /build/tmp/LOGS/build/LPRng for details
make: *** [build] Error 1
>>
>From LOG
<<
if test -f postinstall.${OSNAME} ; then s=3Dpostinstall.${OSNAME} ; else =
s=3Dpostinstall.generic; fi; \
echo POSTINSTALL "'$s'"; cp $s postinstall;
POSTINSTALL 'postinstall.linux'
OSNAME=3Dlinux-gnu; case "linux-gnu" in *linux* ) OSNAME=3Dlinux;; esac; =
\
if test -f preremove.${OSNAME} ; then s=3Dpreremove.${OSNAME} ; else =
s=3Dpreremove.generic; fi; \
echo PREREMOVE "'$s'"; cp $s preremove;
PREREMOVE 'preremove.linux'
OSNAME=3Dlinux-gnu; case "linux-gnu" in *linux* ) OSNAME=3Dlinux;; esac; =
\
if test -f postremove.${OSNAME} ; then s=3Dpostremove.${OSNAME} ; else =
s=3Dpostremove.generic; fi; \
echo POSTREMOVE "'$s'"; cp $s postremove;
POSTREMOVE 'postremove.generic'
echo timestamp > vars.lo
/bin/sh ../libtool --mode=3Dlink gcc -L/usr/lib -o liblpr.la =
accounting.lo child.lo controlword.lo copyright.lo debug.lo errormsg.lo =
fileopen.lo gethostinfo.lo getopt.lo getprinter.lo getqueue.lo gl
rm -fr .libs/liblpr.la .libs/liblpr.* .libs/liblpr.*
ar cru .libs/liblpr.a accounting.o child.o controlword.o copyright.o =
debug.o errormsg.o fileopen.o gethostinfo.o getopt.o getprinter.o =
getqueue.o globmatch.o initialize.o krb5_auth.o linelist.o li
ranlib .libs/liblpr.a
creating liblpr.la
(cd .libs && rm -f liblpr.la && ln -s ../liblpr.la liblpr.la)
/bin/sh ../libtool --mode=3Dlink gcc -L/usr/lib -o lpc lpc.o liblpr.la =
-lssl -lcrypto
/bin/sh ../libtool --mode=3Dlink gcc -L/usr/lib -o lpd lpd.o liblpr.la =
-lssl -lcrypto
/bin/sh ../libtool --mode=3Dlink gcc -L/usr/lib -o lpq lpq.o liblpr.la =
-lssl -lcrypto
/bin/sh ../libtool --mode=3Dlink gcc -L/usr/lib -o lpr lpr.o liblpr.la =
-lssl -lcrypto
gcc -o lpc lpc.o -L/usr/lib ./.libs/liblpr.a -lssl -lcrypto
gcc -o lpd lpd.o -L/usr/lib ./.libs/liblpr.a -lssl -lcrypto
gcc -o lpr lpr.o -L/usr/lib ./.libs/liblpr.a -lssl -lcrypto
gcc -o lpq lpq.o -L/usr/lib ./.libs/liblpr.a -lssl -lcrypto
./.libs/liblpr.a(lpd_secure.o): In function `Fix_receive_auth':
common/lpd_secure.c:394: undefined reference to `SecuritySupported'
./.libs/liblpr.a(sendauth.o): In function `Fix_send_auth':
common/sendauth.c:272: undefined reference to `SecuritySupported'
collect2: ld returned 1 exit status
make[2]: *** [lpc] Error 1
make[2]: *** Waiting for unfinished jobs....
./.libs/liblpr.a(lpd_secure.o): In function `Fix_receive_auth':
common/lpd_secure.c:394: undefined reference to `SecuritySupported'
./.libs/liblpr.a(sendauth.o): In function `Fix_send_auth':
common/sendauth.c:272: undefined reference to `SecuritySupported'
collect2: ld returned 1 exit status
make[2]: *** [lpd] Error 1
./.libs/liblpr.a(lpd_secure.o): In function `Fix_receive_auth':
common/lpd_secure.c:394: undefined reference to `SecuritySupported'
./.libs/liblpr.a(sendauth.o): In function `Fix_send_auth':
common/sendauth.c:272: undefined reference to `SecuritySupported'
collect2: ld returned 1 exit status
make[2]: *** [lpr] Error 1
make[1]: *** [src] Error 2
make[1]: Leaving directory `/build/tmp/LPRng-3.8.28'
./.libs/liblpr.a(lpd_secure.o): In function `Fix_receive_auth':
common/lpd_secure.c:394: undefined reference to `SecuritySupported'
./.libs/liblpr.a(sendauth.o): In function `Fix_send_auth':
common/sendauth.c:272: undefined reference to `SecuritySupported'
collect2: ld returned 1 exit status
>> |