I''m trying to install the Fedora Directory and run into errors after executing the setup program. I''m running Redhat Linux: %uname -a Linux myhostname 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux I''ve downloaded the rpm: fedora-ds-7.1-2.RHEL4.i386.opt.rpm and installed it (rpm -iv ...). I cd into /opt/fedora-ds and run: ./setup/setup After entering my information in any of the three installation levels I get the error: - Fedora-Directory/7.1 B2005.146.2010 starting up - libdb: unable to initialize mutex: Function not implemented - libdb: /opt/fedora-ds/slapd-myhostname/db/__db.001: unable to initialize environment lock: Function not implemented - start: Failed to init database, err=38 Function not implemented etc...(I can''t cut and paste into email so I''d have to type the rest, which is quite a bit) I''ve gone the route of re-installing the RPM then running the perl ds_newinst.pl /opt/fedora-ds/setup/install.inf (with the install.inf edited for my settings) That resulted in a "Success", but then looking in the fedora logs it shows the same error above as far as the libdb:... Neither allow me to get access using startconsole. My LD_LIBRARY_PATH includes /opt/fedora-ds/lib My PATH includes /opt/fedora-ds/bin/base/jre/bin My CLASSPATH includes /opt/fedora-ds/bin/base/jre/bin:/opt/fedora-ds/java:/opt/fedora-ds/java/jars:/opt/fedora-ds/bin/base/jre/lib:/opt/fedora-ds/bin/base/jre/lib/ext:/opt/fedora-ds/bin/base/jre/bin/classic My JAVA_HOME is /opt/fedora-ds/java Can anyone point me in the right direction to get past this problem? Thanks, Chad
Chad Elwartowski wrote:> I''m trying to install the Fedora Directory and run into errors after > executing the setup program. > > I''m running Redhat Linux: > %uname -a > Linux myhostname 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 > i686 i386 GNU/LinuxIs this FC3 or RHEL4? What is your LD_LIBRARY_PATH set to?> > I''ve downloaded the rpm: fedora-ds-7.1-2.RHEL4.i386.opt.rpm and > installed it (rpm -iv ...). > > I cd into /opt/fedora-ds and run: ./setup/setup > > After entering my information in any of the three installation levels > I get the error: > - Fedora-Directory/7.1 B2005.146.2010 starting up > - libdb: unable to initialize mutex: Function not implemented > - libdb: /opt/fedora-ds/slapd-myhostname/db/__db.001: unable to > initialize environment lock: Function not implemented > - start: Failed to init database, err=38 Function not implemented > > etc...(I can''t cut and paste into email so I''d have to type the rest, > which is quite a bit) > > I''ve gone the route of re-installing the RPM then running the perl > ds_newinst.pl /opt/fedora-ds/setup/install.inf (with the install.inf > edited for my settings) > That resulted in a "Success", but then looking in the fedora logs it > shows the same error above as far as the libdb:... > > Neither allow me to get access using startconsole. > > My LD_LIBRARY_PATH includes /opt/fedora-ds/lib > My PATH includes /opt/fedora-ds/bin/base/jre/bin > My CLASSPATH includes > /opt/fedora-ds/bin/base/jre/bin:/opt/fedora-ds/java:/opt/fedora-ds/java/jars:/opt/fedora-ds/bin/base/jre/lib:/opt/fedora-ds/bin/base/jre/lib/ext:/opt/fedora-ds/bin/base/jre/bin/classic > My JAVA_HOME is /opt/fedora-ds/java > > Can anyone point me in the right direction to get past this problem? > > Thanks, > Chad > >------------------------------------------------------------------------ > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
> - libdb: unable to initialize mutex: Function not implementedThis is caused by haivng the wrong threading library linked with the process at runtime. Typically it happens when LD_ASSUME_KERNEL is set (which it should not be).
Chad Elwartowski
2005-Oct-27 14:18 UTC
Re: [Fedora-directory-users] libdb problem on setup
Rich, It''s RHEL4 and my LD_LIBRARY_PATH is: /usr/local/geotrans/lib:/lib:/usr/lib:/usr/local/lib:/usr/local/las/binaries/gnu32linux:/opt/fedora-ds/lib On 10/27/05, Rich Megginson <rmeggins@redhat.com> wrote:> > > > Chad Elwartowski wrote: > > > I''m trying to install the Fedora Directory and run into errors after > > executing the setup program. > > > > I''m running Redhat Linux: > > %uname -a > > Linux myhostname 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 > > i686 i386 GNU/Linux > > Is this FC3 or RHEL4? What is your LD_LIBRARY_PATH set to? > > > > > I''ve downloaded the rpm: fedora-ds-7.1-2.RHEL4.i386.opt.rpm and > > installed it (rpm -iv ...). > > > > I cd into /opt/fedora-ds and run: ./setup/setup > > > > After entering my information in any of the three installation levels > > I get the error: > > - Fedora-Directory/7.1 B2005.146.2010 starting up > > - libdb: unable to initialize mutex: Function not implemented > > - libdb: /opt/fedora-ds/slapd-myhostname/db/__db.001: unable to > > initialize environment lock: Function not implemented > > - start: Failed to init database, err=38 Function not implemented > > > > etc...(I can''t cut and paste into email so I''d have to type the rest, > > which is quite a bit) > > > > I''ve gone the route of re-installing the RPM then running the perl > > ds_newinst.pl /opt/fedora-ds/setup/install.inf (with the install.inf > > edited for my settings) > > That resulted in a "Success", but then looking in the fedora logs it > > shows the same error above as far as the libdb:... > > > > Neither allow me to get access using startconsole. > > > > My LD_LIBRARY_PATH includes /opt/fedora-ds/lib > > My PATH includes /opt/fedora-ds/bin/base/jre/bin > > My CLASSPATH includes > > > /opt/fedora-ds/bin/base/jre/bin:/opt/fedora-ds/java:/opt/fedora-ds/java/jars:/opt/fedora-ds/bin/base/jre/lib:/opt/fedora-ds/bin/base/jre/lib/ext:/opt/fedora-ds/bin/base/jre/bin/classic > > My JAVA_HOME is /opt/fedora-ds/java > > > > Can anyone point me in the right direction to get past this problem? > > > > Thanks, > > Chad > > > >------------------------------------------------------------------------ > > > >-- > >Fedora-directory-users mailing list > >Fedora-directory-users@redhat.com > >https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > >
Chad Elwartowski
2005-Oct-27 15:28 UTC
Re: [Fedora-directory-users] libdb problem on setup
Yep, that''s exactly what is was. LD_ASSUME_KERNEL was set to 2.4.1 Thanks a lot. -Chad On 10/27/05, Chad Elwartowski <elwartowski@gmail.com> wrote:> > Rich, > It''s RHEL4 and my LD_LIBRARY_PATH is: > > /usr/local/geotrans/lib:/lib:/usr/lib:/usr/local/lib:/usr/local/las/binaries/gnu32linux:/opt/fedora-ds/lib > > On 10/27/05, Rich Megginson <rmeggins@redhat.com> wrote: > > > > > > > Chad Elwartowski wrote: > > > > > I''m trying to install the Fedora Directory and run into errors after > > > executing the setup program. > > > > > > I''m running Redhat Linux: > > > %uname -a > > > Linux myhostname 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 > > > i686 i386 GNU/Linux > > > > Is this FC3 or RHEL4? What is your LD_LIBRARY_PATH set to? > > > > > > > > I''ve downloaded the rpm: fedora-ds-7.1-2.RHEL4.i386.opt.rpm and > > > installed it (rpm -iv ...). > > > > > > I cd into /opt/fedora-ds and run: ./setup/setup > > > > > > After entering my information in any of the three installation levels > > > I get the error: > > > - Fedora-Directory/7.1 B2005.146.2010 starting up > > > - libdb: unable to initialize mutex: Function not implemented > > > - libdb: /opt/fedora-ds/slapd-myhostname/db/__db.001: unable to > > > initialize environment lock: Function not implemented > > > - start: Failed to init database, err=38 Function not implemented > > > > > > etc...(I can''t cut and paste into email so I''d have to type the rest, > > > which is quite a bit) > > > > > > I''ve gone the route of re-installing the RPM then running the perl > > > ds_newinst.pl /opt/fedora-ds/setup/install.inf (with the install.inf > > > edited for my settings) > > > That resulted in a "Success", but then looking in the fedora logs it > > > shows the same error above as far as the libdb:... > > > > > > Neither allow me to get access using startconsole. > > > > > > My LD_LIBRARY_PATH includes /opt/fedora-ds/lib > > > My PATH includes /opt/fedora-ds/bin/base/jre/bin > > > My CLASSPATH includes > > > > > /opt/fedora-ds/bin/base/jre/bin:/opt/fedora-ds/java:/opt/fedora-ds/java/jars:/opt/fedora-ds/bin/base/jre/lib:/opt/fedora-ds/bin/base/jre/lib/ext:/opt/fedora-ds/bin/base/jre/bin/classic > > > > > My JAVA_HOME is /opt/fedora-ds/java > > > > > > Can anyone point me in the right direction to get past this problem? > > > > > > Thanks, > > > Chad > > > > > >------------------------------------------------------------------------ > > > > > > > >-- > > >Fedora-directory-users mailing list > > >Fedora-directory-users@redhat.com > > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > > > > > > > -- > > Fedora-directory-users mailing list > > Fedora-directory-users@redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > > > >