Date: Sun, 3 Sep 1995 09:14:39 -0400 (EDT) From: Pechter <pechter@shell.monmouth.com> To: freebsd-current@freebsd.org Subject: Compilation problem Message-ID: <199509031314.JAA10167@shell.monmouth.com>
next in thread | raw e-mail | index | archive | help
Got the following error during the compile of passwd from current. Any suggestions? Script started on Sun Sep 3 09:11:08 1995 # make cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/local_passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/yp_passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/passwd.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/../../usr.bin/chpass/pw_copy.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -c /usr/src/usr.bin/passwd/../../usr.sbin/vipw/pw_util.c cc -O -DCRYPT -DYP -I/usr/src/usr.bin/passwd -I/usr/src/usr.bin/passwd/../../usr.sbin/vipw -I/usr/src/usr.bin/passwd/../../usr.bin/chpass -o passwd local_passwd.o yp_passwd.o passwd.o pw_copy.o pw_util.o -lcrypt -lrpcsvc local_passwd.o: Undefined symbol `_local_password' referenced from text segment local_passwd.o: Undefined symbol `_local_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: Undefined symbol `_yp_password' referenced from text segment yp_passwd.o: More undefined symbol _yp_password refs follow passwd.o: Undefined symbol `_use_yp' referenced from text segment pw_util.o: Undefined symbol `__use_yp' referenced from text segment *** Error code 1 Stop.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509031314.JAA10167>