The popt package contains the popt libraries which are used by some programs to parse command-line options.
Download (HTTP): http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz
Download (FTP): ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz
Download MD5 sum: 5988e7aeb0ae4dac8d83561265984cc9
Download size: 562 KB
Estimated disk space required: 5.5 MB
Estimated build time: 0.17 SBU
Patch level upgrade: http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7-5.diff.gz
Install popt by running the following commands:
patch -Np1 -i ../popt_1.7-5.diff && ./configure --prefix=/usr && cp configure.in configure.ac && touch configure.in configure.ac && make
To test the results, issue: make check.
Now, as the root user:
make install
cp configure.in configure.ac: Because configure.in is updated with the patch, this file is needed for make to work properly.
touch configure.in configure.ac: Ensure file timestamps are the same.
Last updated on 2005-08-01 13:29:19 -0600