rpm -i --nodeps libldap2.3_0-2.3.20-1.rhel2.1as.i386.rpm /sbin/ldconfig: /usr/lib/libstdc++-libc6.1-1.so.2 is not a symbolic link
Kind of new to this stuff, is this a warning or an error? Do I need to uninstall the original installation first? What do you suggest? Thanks, Ted -----Original Message----- From: Buchan Milne [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 1:35 AM To: Anagnost, Ted Subject: Re: Database cannot be opened On Thursday 09 March 2006 20:44, you wrote: > I can use one of those RPM's to fix the problem with my BDB install? > If so, which one? openldap2.3-servers and libldap2.3_0 > I just now tried installing bdb from here: > http://rpm.sh-linux.org/rpm-index-fc3/sh3/db4-utils-4.2.52-6.sh3.html > my linux fc3 system reported that it's already installed. Sure, but this won't help you for any release of RedHat before RH9, which was the first release with NPTL support. > What can I try next? Thanks, Try the packages I posted, they have a built-in copy of db-4.2.52.2 with a private library name (libslapd23_db), and all the utilities, built without NPTL support: $ rpm -qlp rpm/rh/RPMS.rh2.1/i386/openldap2.3-servers-2.3.20-1.rhel2.1as.i386.rpm |grep db /usr/bin/slapd_db_archive2.3 /usr/bin/slapd_db_checkpoint2.3 /usr/bin/slapd_db_deadlock2.3 /usr/bin/slapd_db_dump2.3 /usr/bin/slapd_db_load2.3 /usr/bin/slapd_db_printlog2.3 /usr/bin/slapd_db_recover2.3 /usr/bin/slapd_db_stat2.3 /usr/bin/slapd_db_upgrade2.3 /usr/bin/slapd_db_verify2.3 /usr/lib/libslapd23_db-4.2.la /usr/lib/libslapd23_db-4.2.so /usr/lib/libslapd23_db-4.so /usr/lib/libslapd23_db.so /usr/share/man/man5/slapd-bdb2.3.5.gz /usr/share/man/man5/slapd-hdb2.3.5.gz /usr/share/man/man5/slapd-ldbm2.3.5.gz /usr/share/openldap2.3/scripts/ldap-hot-db-backup I just haven't tested these specific packages, but the build from the same SRPM works well on RHEL3 (but, that has NPTL). Regards, Buchan -- Buchan Milne ISP Systems Specialist B.Eng,RHCE(803004789010797),LPIC-2(LPI000074592)
