Bugzilla – Bug 15
Insufficient materials procurred after running install
Last modified: 2001-06-15 14:20:05 MDT
I tried the web and the ftp downloads. This is a new install of sudo, so it certainly could be operator error. After procurring the file sudo-1.6.3p5.tar.gz, I ran the following pipe as recommended: gunzip -c sudo-1.6.3p5.tar.gz | tar vxf - The unzip and untar processes created a sudo directory at my current pwd, and deposited the following files and links: root@ldcdss1: /tmp/sudo/sudo-1.6.3p5 # ll total 2066 -rw-r--r-- 1 8036 tty 609 Aug 14 15:53 BUGS -rw-r--r-- 1 8036 tty 49635 Aug 14 15:53 CHANGES lrwxr-x--- 1 root sys 15 Nov 10 09:26 FAQ -> TROUBLESHOOTING -rw-r--r-- 1 8036 tty 1563 Aug 14 15:53 HISTORY -rw-r--r-- 1 8036 tty 1405 Aug 14 15:54 INSTALL -rw-r--r-- 1 8036 tty 3475 Aug 14 15:53 LICENSE -rw-r--r-- 1 8036 tty 3961 Aug 14 15:54 Makefile -rw-r--r-- 1 8036 tty 3693 Aug 14 15:53 README -rw-r--r-- 1 8036 tty 2915 Aug 14 15:53 TODO -rw-r--r-- 1 8036 tty 6329 Aug 14 15:53 TROUBLESHOOTING -rw-r--r-- 1 8036 tty 2746 Aug 14 15:53 UPGRADE -rwxr-xr-x 1 8036 tty 4244 Aug 14 15:53 install-sh -rwxr-xr-x 1 8036 tty 649 Aug 14 15:53 mkinstalldirs -rw-r--r-- 1 8036 tty 3966 Aug 14 15:53 sample.sudoers -rw-r--r-- 1 8036 tty 946 Aug 14 15:53 sample.syslog.conf -rwxr-xr-x 1 8036 tty 500848 Aug 14 15:53 sudo -rw-r--r-- 1 8036 tty 15653 Aug 14 15:53 sudo.cat -rw-r--r-- 1 8036 tty 16851 Aug 14 15:53 sudo.man -rw-r--r-- 1 8036 tty 12698 Aug 14 15:53 sudo.pod -rw-r--r-- 1 8036 tty 294 Aug 14 15:53 sudoers -rw-r--r-- 1 8036 tty 45049 Aug 14 15:53 sudoers.cat -rw-r--r-- 1 8036 tty 39402 Aug 14 15:53 sudoers.man -rw-r--r-- 1 8036 tty 31361 Aug 14 15:53 sudoers.pod -rwxr-xr-x 1 8036 tty 276640 Aug 14 15:54 visudo -rw-r--r-- 1 8036 tty 5954 Aug 14 15:54 visudo.cat -rw-r--r-- 1 8036 tty 8801 Aug 14 15:54 visudo.man -rw-r--r-- 1 8036 tty 5502 Aug 14 15:54 visudo.pod root@ldcdss1: /tmp/sudo/sudo-1.6.3p5 # The installation guide says to cd to the source or build directory and type ./configure, but there is no configure script in the file list created. The files created look like the source material for an install, but without any configure script to read them and build the sudo product.
It looks like you grabbed a binary distribution. You don't need to run configure for that, just "make install".