Bug 15 - Insufficient materials procurred after running install
Insufficient materials procurred after running install
Status: RESOLVED FIXED
Product: Sudo
Classification: Unclassified
Component: Sudo
1.6.3
HP HP-UX
: normal normal
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2000-11-10 10:16 MST by Dick Narveson
Modified: 2001-06-15 14:20 MDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dick Narveson 2000-11-10 10:16:03 MST
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.
Comment 1 Todd C. Miller 2001-06-15 10:20:59 MDT
It looks like you grabbed a binary distribution.  You don't need to run configure for that, just "make install".