#322 closed defect (fixed)
shadow-4.0.3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
The instructions for Installing Shadow post FAM should be changed to match LFS so that all files end up in the same location (Also, the patch should probably be renamed to shadow-4.0.3-PAM.patch):
patch -Np1 -i ../shadow-4.0.3.patch && autoconf && LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --libdir=/usr/lib \
--enable-shared --with-libpam &&
make && make install && ln -sf vipw /usr/sbin/vigr && rm /bin/vipw && rm /bin/groups && mv /bin/sg /usr/bin && mv /usr/lib/lib{shadow,misc}.so.0* /lib && ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so && ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so && cp debian/securetty /etc/securetty
Change History (7)
comment:1 by , 22 years ago
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 21 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The recompile of shadow with PAM fails with autoconf-2.57. It aborts on "make install" in the po directory OR installs libraries without the *.so.0*. One reporter used autoconf-2.54 and instructions worked.
comment:4 by , 21 years ago
Maybe it needs the same fix as libfam: libtoolize --force && aclocal && automake --add-missing && autoconf
comment:5 by , 21 years ago
Did not work, but neither did dropping to autoconf-2.54. Going to try libfam and verify it works with the LFS CVS autoconf/libtool/automake.
comment:6 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
sed -e "s:FAM:PAM"