Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121698 - openssh-4.2_p1-r1 fails to compile with missing libpam
Summary: openssh-4.2_p1-r1 fails to compile with missing libpam
Status: RESOLVED DUPLICATE of bug 94458
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 11:38 UTC by Gabriel San Roman
Modified: 2006-02-05 11:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,641.60 KB, text/plain)
2006-02-05 11:42 UTC, Gabriel San Roman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel San Roman 2006-02-05 11:38:49 UTC
during configure

checking for getpagesize in -lucb... no
checking whether system supports SO_PEERCRED getsockopt... yes
checking if openpty correctly handles controlling tty... no
checking whether getpgrp requires zero arguments... yes
checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing


tried reemerging pam

[ebuild   R   ] sys-libs/pam-0.78-r3  +berkdb -nis -pam_chroot -pam_console -pam_timestamp -pwdb (-selinux) 0 kB


locate libpam gives

##########
/usr/lib64/libpam.so
/usr/lib64/libpamc.a
/usr/lib64/libpamc.so
/usr/lib64/libpam_misc.a
/usr/lib64/libpam_misc.so
/usr/lib64/libpam.a
/emul/linux/x86/lib/libpam.so
/emul/linux/x86/lib/libpamc.so.0.78
/emul/linux/x86/lib/libpamc.so
/emul/linux/x86/lib/libpamc.so.0
/emul/linux/x86/lib/libpam_misc.so.0.78
/emul/linux/x86/lib/libpam_misc.so
/emul/linux/x86/lib/libpam_misc.so.0
/emul/linux/x86/lib/libpam.so.0
/emul/linux/x86/lib/libpam.so.0.78
/emul/linux/x86/usr/lib/libpam.so
/emul/linux/x86/usr/lib/libpamc.so
/emul/linux/x86/usr/lib/libpam_misc.so
/lib64/libpam.so
/lib64/libpamc.so.0.78
/lib64/libpamc.so
/lib64/libpamc.so.0
/lib64/libpam_misc.so.0.78
/lib64/libpam_misc.so
/lib64/libpam_misc.so.0
/lib64/libpam.so.0
/lib64/libpam.so.0.78
#################3



emerge --info
Portage 2.0.54 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-nitro3 x86_64)
=================================================================
System uname: 2.6.15-nitro3 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo http://www.las.ic.unicamp.br/pub/gentoo/"
LANG="en_US.UTF-8"
LINGUAS="en es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 7zip X a52 aac aim alsa amarok anthy apache2 arts artworkextra asterisk audiofile avi bash-completion berkdb bigger-fonts bitmap-fonts bzip2 cdb cddb cdparanoia cdr chasen cjk crypt cups curl dbus dts dvd dvdr eds emboss emul-linux-x86 encode esd ethereal exif expat fam fastcgi ffmpeg firefox flac flash font-server foomaticdb fortran gd gdbm geoip gif glut gmp gphoto2 gpm gstreamer gtk2 gtkhtml hal howl i8x0 iconv icq idn imagemagick imlib immqt-bc innodb ipv6 jabber java jpeg junit kde lcms ldap libwww live lm_sensors lua lzw lzw-tiff mad matroska mhash ming mng motif mozilla mp3 mpeg msn mysql ncurses nls nvidia ogg oggvorbis openal opengl pam pcre pdflib perl php png python qt quicktime readline ruby samba scanner sdl slang speex spell sqlite sqlite3 ssl svg tcpd theora threads tidy tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vcd video_cards_nvidia vorbis xine xml2 xmms xpm xscreensaver xv xvid yahoo zip zlib linguas_en linguas_es userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-05 11:41:45 UTC
re-emerge openldap...

*** This bug has been marked as a duplicate of 94458 ***
Comment 2 Gabriel San Roman 2006-02-05 11:42:52 UTC
Created attachment 78954 [details]
config.log
Comment 3 Gabriel San Roman 2006-02-05 11:54:11 UTC
sorry for the dupe