Skip to main content.

2003-Mar-22

pkgsrc/security/libcrack doesn't build or install under Linux. Make and/or libtool problems and it uses non-existing /usr/share/dict/words file. Send-pr: pkg/20843: security/libcrack breaks on Linux. (No fixed provided. I later provided fix on 25/Mar/2003. wiz fixed and closed on 22/May/2003 after I asked someone on tech-pkg to do this.)

check-shlibs does something like:

/usr/sbin/pkg_info -qL gcc | grep -h '/lib/lib.*.o' | xargs ldd 2>/dev/null |  egrep ':|not found' | egrep -B1 'not found'

I never really noticed before, but the rc.d scripts work fine without the rc.subr (and rc.conf) files. It defaults to just do "start". For example, running just "/etc/rc.d/sshd" made the keys and started the daemon.

The pkgsrc/security/openssh/Makefile has the PAM commented out. I enabled for Linux. Send-pr: pkg/20846: allow PAM for sshd (under Linux).