Date: Thu, 8 Feb 2001 11:33:47 -0600 (CST) From: Lu!s Croker <lcroker@unix.megared.net.mx> To: questions@FreeBSD.ORG Subject: SUDO PROBLEMS ! Message-ID: <Pine.BSF.4.21.0102081130350.19878-100000@unix.megared.net.mx>
next in thread | raw e-mail | index | archive | help
Hi everybody....
I'm trying to install SUDO and SSH on SUN solaris 8 server...
these are the steps for SUDO..
#gunzip sudo-1.6.3.tar.gz
#tar -xvf sudo-1.6.3.tar
#cd sudo-1.6.3
#set PREFIX=/usr/local
#./configure --with-CC=/usr/local/bin/gcc \
--sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
--disable-root-sudo
#make
When I exectute make, the compilation crashs.... and say me this:
/usr/local/bin/gcc -o sudo check.o getspwuid.o goodpath.o fileops.o
find_path.o interfaces.o logging.o parse.o sudo.o sudo_setenv.o tgetpass.o
sudo_auth.o passwd.o sudo.tab.o lex.yy.o alloc.o defaults.o fnmatch.o
snprintf.o -lsocket -lnsl
Undefined first referenced
symbol in file
__inet_addr parse.o
ld: fatal: Symbol referencing errors. No output written to sudo
collect2: ld returned 1 exit status
make: *** [sudo] Error 1
SSH has the same problem with the same subroutine, it chashs same like
SUDO...
Anybody have an idea???
Thanxs !
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102081130350.19878-100000>
