[SuSE Linux] libpam.so.0, KDE, qt 4 & glibc 2
Ok, so I rebuilt a new system, followed the How-To on glibc 2 for a primary upgrade, compiled the new 2.0.35 kernel from S.u.S.E., fetched the i686.rpms for the KDE and QT 4 from: <A HREF="http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html"><A HREF="http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html</A">http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html</A</A>> Now when I ldd kdm I get: nariana:/root # ldd /opt/kde/bin/kdm libkdecore.so.1 => /opt/kde/lib/libkdecore.so.1 (0x40000000) libqt.so.1 => /usr/lib/libqt.so.1 (0x400a5000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402c6000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402d1000) libpam.so.0 => not found libdl.so.2 => /lib/libdl.so.2 (0x40370000) libpam_misc.so.0 => not found libcrypt.so.1 => /lib/libcrypt.so.1 (0x40375000) libutil.so.1 => /lib/libutil.so.1 (0x403a2000) libstdc++.so.2.8 => not found libm.so.6 => /lib/libm.so.6 (0x403a5000) libc.so.6 => /lib/libc.so.6 (0x403be000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000) If I find / -name libpam*, I find nothing. I am confident that this is an "orderly" problem. That is, I still need some more libs somewher. Can someone point me in the right direction? TIA Steve - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Well I'm here in the middle of the night with a fix for the origininal PAM problem. I found it and downloaded it: [ <A HREF="http://rufus.w3.org/linux/RPM/libpam.so.0.html"><A HREF="http://rufus.w3.org/linux/RPM/libpam.so.0.html</A">http://rufus.w3.org/linux/RPM/libpam.so.0.html</A</A>> ] I also added /opt/pgcc/lib to my /etc/ld.so.conf Now I get: /opt/pgcc/lib/libstdc++.so.2.8: undefined symbol: __register_frame_info As I understand this, libstdc++.so.2.8 is expecting the symbol to be defined in another place. Where might that be? I read some stuff that made me believe the problem might be the version of gcc used to compile. I recompiled with egcs and make install'ed again. :-( The only thing positive I can say about this is I am learning a lot. TIA, Steve Steven T. Hatton wrote:
Ok, so I rebuilt a new system, followed the How-To on glibc 2 for a primary upgrade, compiled the new 2.0.35 kernel from S.u.S.E., fetched the i686.rpms for the KDE and QT 4 from:
<A HREF="http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html"><A HREF="http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html</A">http://www.foyer.se/downloads/KDE/1.0/RPMS/index.html</A</A>>
Now when I ldd kdm I get:
nariana:/root # ldd /opt/kde/bin/kdm libkdecore.so.1 => /opt/kde/lib/libkdecore.so.1 (0x40000000) libqt.so.1 => /usr/lib/libqt.so.1 (0x400a5000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402c6000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402d1000) libpam.so.0 => not found libdl.so.2 => /lib/libdl.so.2 (0x40370000) libpam_misc.so.0 => not found libcrypt.so.1 => /lib/libcrypt.so.1 (0x40375000) libutil.so.1 => /lib/libutil.so.1 (0x403a2000) libstdc++.so.2.8 => not found libm.so.6 => /lib/libm.so.6 (0x403a5000) libc.so.6 => /lib/libc.so.6 (0x403be000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
If I find / -name libpam*, I find nothing. I am confident that this is an "orderly" problem. That is, I still need some more libs somewher. Can someone point me in the right direction?
TIA
Steve - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (1)
-
hattons@CPKWEBSER5.ncr.disa.mil