From owner-freebsd-questions Thu Feb 8 9:41:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id ABFAC37B4EC for ; Thu, 8 Feb 2001 09:41:38 -0800 (PST) Received: from localhost (lcroker@localhost) by unix.megared.net.mx (8.11.0/8.11.0) with ESMTP id f18HXlM21890 for ; Thu, 8 Feb 2001 11:33:47 -0600 (CST) (envelope-from lcroker@unix.megared.net.mx) Date: Thu, 8 Feb 2001 11:33:47 -0600 (CST) From: Lu!s Croker To: questions@FreeBSD.ORG Subject: SUDO PROBLEMS ! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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