On Mon, Sep 30, 2002 at 07:24:17PM +0800, SDiZ (UHome) wrote: > >Duh, stoopid me. Of course now it apt-gets it. It still bombs on > >libsfscrypt, though. > > did you add non-US source ? > some crypt program have not moved to main yet..
Yes, non-US source is there now (that was the reason apt-get source libpam-sfs was not working in the first place). The problem with libsfscrypt happens at configure time: the lib is there but configure can't seem to find it: # dpkg-buildpackage [...] checking for sfsmisc library in /usr/lib/sfs... yes checking for main in -lsfscrypt... no configure: error: sfscrypt library not found $ ls -l /usr/lib/sfs/libsfscrypt.* -rw-r--r-- 1 root root 5745846 Sep 19 12:09 /usr/lib/sfs/libsfscrypt.a -rw-r--r-- 1 root root 683 Sep 19 12:09 /usr/lib/sfs/libsfscrypt.la lrwxrwxrwx 1 root root 21 Sep 23 15:36 /usr/lib/sfs/libsfscrypt.so -> /lib/libsfscrypt.so.0 $ ls -l /lib/libsfscrypt.* lrwxrwxrwx 1 root root 20 Sep 23 15:36 /lib/libsfscrypt.so.0 -> libsfscrypt.so.0.0.0 -rw-r--r-- 1 root root 427772 Sep 19 12:10 /lib/libsfscrypt.so.0.0.0 Massimiliano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

