On Mon, Nov 22, 2010 at 06:01:14PM -0600, Randy McMurchy wrote:
> bendeguz wrote these words on 11/22/10 15:22 CST:
> > Thank you, here it goes:
> > 
> > this is for PAM:
> > 
> >     ./configure --sbindir=/lib/security \
> >         --docdir=/usr/share/doc/Linux-PAM-1.1.3 \
> >         --enable-read-both-confs
> >         make
> > 
> > I did the post installation operations as it is
> > said in the book.
> 
> Here is where I think you've done something wrong which causes
> the build to blow up in shadow.
> 
> Please list the current locations of all the PAM libraries and symlinks
> and cat out the contents of each PAM .la file.
> 
> -- 
> Randy

Hi, Randy!

Here is the information, you've requested:

bash-4.1$ ls {/usr/lib,/lib}/libpam* -l 
lrwxrwxrwx 1 root root     17 Nov 18 16:01 /lib/libpamc.so.0 -> 
libpamc.so.0.82.1
-rwxr-xr-x 1 root root  28457 Nov 18 15:36 /lib/libpamc.so.0.82.1
lrwxrwxrwx 1 root root     18 Nov 22 22:32 /lib/libpam.la -> /usr/lib/libpam.la
lrwxrwxrwx 1 root root     21 Nov 18 16:01 /lib/libpam_misc.so.0 -> 
libpam_misc.so.0.82.0
-rwxr-xr-x 1 root root  22767 Nov 18 15:36 /lib/libpam_misc.so.0.82.0
lrwxrwxrwx 1 root root     18 Nov 22 22:32 /lib/libpam.so -> /usr/lib/libpam.so
lrwxrwxrwx 1 root root     16 Nov 18 16:01 /lib/libpam.so.0 -> libpam.so.0.83.0
-rwxr-xr-x 1 root root 169528 Nov 18 15:36 /lib/libpam.so.0.83.0
-rwxr-xr-x 1 root root    903 Nov 18 15:36 /usr/lib/libpamc.la
lrwxrwxrwx 1 root root     27 Nov 18 16:01 /usr/lib/libpamc.so -> 
../../lib/libpamc.so.0.82.1
-rwxr-xr-x 1 root root    902 Nov 18 15:36 /usr/lib/libpam.la
-rwxr-xr-x 1 root root    947 Nov 18 15:59 /usr/lib/libpam_misc.la
lrwxrwxrwx 1 root root     31 Nov 18 16:01 /usr/lib/libpam_misc.so -> 
../../lib/libpam_misc.so.0.82.0
lrwxrwxrwx 1 root root     26 Nov 18 16:01 /usr/lib/libpam.so -> 
../../lib/libpam.so.0.83.0

# libpamc.la - a libtool library file
# Generated by ltmain.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='libpamc.so.0'

# Names of this library.
library_names='libpamc.so.0.82.1 libpamc.so.0 libpamc.so'

# The name of the static archive.
old_library=''

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=''

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libpamc.
current=82
age=82
revision=1

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/lib'

++++++++++++++++++++++++++++++++++++++++

# libpam.la - a libtool library file
# Generated by ltmain.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.so.0'

# Names of this library.
library_names='libpam.so.0.83.0 libpam.so.0 libpam.so'

# The name of the static archive.
old_library=''

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -ldl'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libpam.
current=83
age=83
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/lib'

++++++++++++++++++++++++++++++++++++++++

# libpam_misc.la - a libtool library file
# Generated by ltmain.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'

# Names of this library.
library_names='libpam_misc.so.0.82.0 libpam_misc.so.0 libpam_misc.so'

# The name of the static archive.
old_library=''

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' /lib/libpam.la -ldl'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libpam_misc.
current=82
age=82
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/lib'



Thank you...

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to