Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-05 Thread DJ Lucas
On 02/04/2012 07:43 AM, Ronnie van Aarle wrote: > $ if [ -L /lib/libpam.so ]; then > for LINK in libpam{,c,_misc}.so; do > ln -v -sf ../../lib/$(readlink /lib/${LINK}) /usr/lib/${LINK} && > rm -v /lib/${LINK} > done > fi > > I do have my doubts on this last if-statement for-

Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-04 Thread Ronnie van Aarle
I did the steps from Linux-PAM once more, this time I did get the right symlinks in /usr/lib. I realy don't understand what I did wrong, it must have been a typo. I think I should have just taken a break a bit earlier. Combined with changing libdir='/lib64' into libdir='/usr/lib64' in /usr/lib64/l

Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-04 Thread Andrew Benton
On Sat, 4 Feb 2012 14:43:36 +0100 Ronnie van Aarle wrote: > Well, I tried, and it seems my assuptions on the libdir= from > libpam_misc.lawas right. I did the same thing again for > libpam.la because libpam.so also was not found. > > However, now I ran into a new problem, and I am not sure how t

Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-04 Thread Ronnie van Aarle
Well, I tried, and it seems my assuptions on the libdir= from libpam_misc.lawas right. I did the same thing again for libpam.la because libpam.so also was not found. However, now I ran into a new problem, and I am not sure how to fix it. The issue now is: $ ls -lag /usr/lib/libpam{,misc}.so lrwxr

Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-03 Thread Ronnie van Aarle
$ cat /usr/lib/libpam_misc.la # libpam_misc.ls - a libtool library file # generated by ltmail.sh (GNU libtool) 2.2.6 # # Please DO NOT delete this file! # It is necessary for linking the library # The name that we can dlopen(3). dlname='libpam_misc.so.0' # The name of the static archive. old_lib

Re: [blfs-support] make shadow fails after installation of Linux-PAM

2012-02-03 Thread Andrew Benton
On Fri, 3 Feb 2012 14:05:30 +0100 Ronnie van Aarle wrote: > Hello > > I'm attempted installing shadow-4.1.4.3, however, running make results in > > gcc: error: /lib64/libpam_misc.so: No such file or directory > gcc: error: /lib64/libpam.so: No such file or directory. > etc etc. > > The last st

[blfs-support] make shadow fails after installation of Linux-PAM

2012-02-03 Thread Ronnie van Aarle
Hello I'm attempted installing shadow-4.1.4.3, however, running make results in gcc: error: /lib64/libpam_misc.so: No such file or directory gcc: error: /lib64/libpam.so: No such file or directory. etc etc. The last step from Linux-PAM is: if [ -L /lib/libpam.so ]; then for LINK in libpam{,c