Ok, got through all that, now onto building the DS source(again...but RIGHT this time). I get the feeling ################ I input this ################ cd ldapserver/ ; gmake USE_PERL_FROM_PATH=1 BUILD_DEBUG=optimize ################ the make dies this... ################ -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lplc4 -lplds4 -lnspr4 -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -ldbm -lavl -lldif -llitekey -ldl -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lsvrcore -L../../../../cyrus-sasl-2.1.20/lib -lsasl2 -L/usr/kerberos/lib -lgssapi_krb5 -lcrypt -lpthread -L../../../../db-4.2.52.NC/built/.libs -ldb-4.2 /usr/bin/ld: cannot find -lgssapi_krb5 collect2: ld returned 1 exit status gmake[3]: *** [../../../built/release/slapd/Linux-domestic-optimize-normal-slapd/bin/slapd/server/ns-slapd] Error 1 gmake[3]: Leaving directory `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers/slapd'' gmake[2]: *** [_slapd] Error 2 gmake[2]: Leaving directory `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers'' gmake[1]: *** [ldapprogs] Error 2 gmake[1]: Leaving directory `/root/Desktop/dsbuild-static/ds/ldapserver/ldap'' gmake: *** [buildDirectory] Error 2 [root@genie ldapserver]# ###################### Searched for lgssapi_krb5...is this wrong? ###################### [root@genie ~]# updatedb [root@genie ~]# locate libgssapi_krb5.a [root@genie ~]# locate libgssapi_krb5 /usr/lib/libgssapi_krb5.so.2 /usr/lib/libgssapi_krb5.so.2.2 ================================================================Any ideas?
Richard Megginson
2005-Sep-29 17:23 UTC
Re: [Fedora-directory-users] FC3 - DS Source Build Prb
Do you have krb5-devel-1.3.4-17 installed? Jason Kullo Sam wrote:> Ok, got through all that, now onto building the DS source(again...but > RIGHT this time). > > I get the feeling > > ################ > I input this > ################ > cd ldapserver/ ; gmake USE_PERL_FROM_PATH=1 > BUILD_DEBUG=optimize > ################ > the make dies this... > ################ > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lplc4 > -lplds4 -lnspr4 > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -ldbm > -lavl -lldif -llitekey -ldl > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib > -lsvrcore -L../../../../cyrus-sasl-2.1.20/lib -lsasl2 > -L/usr/kerberos/lib -lgssapi_krb5 -lcrypt -lpthread > -L../../../../db-4.2.52.NC/built/.libs -ldb-4.2 > /usr/bin/ld: cannot find -lgssapi_krb5 > collect2: ld returned 1 exit status > gmake[3]: *** > [../../../built/release/slapd/Linux-domestic-optimize-normal-slapd/bin/slapd/server/ns-slapd] > Error 1 > gmake[3]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers/slapd'' > gmake[2]: *** [_slapd] Error 2 > gmake[2]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers'' > gmake[1]: *** [ldapprogs] Error 2 > gmake[1]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap'' > gmake: *** [buildDirectory] Error 2 > [root@genie ldapserver]# > ###################### > Searched for lgssapi_krb5...is this wrong? > ###################### > [root@genie ~]# updatedb > [root@genie ~]# locate libgssapi_krb5.a > [root@genie ~]# locate libgssapi_krb5 > /usr/lib/libgssapi_krb5.so.2 > /usr/lib/libgssapi_krb5.so.2.2 > > > ================================================================> Any ideas? > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Nathan Kinder
2005-Sep-29 17:26 UTC
Re: [Fedora-directory-users] FC3 - DS Source Build Prb
You need to install the krb5-devel package. Jason Kullo Sam wrote:> Ok, got through all that, now onto building the DS source(again...but > RIGHT this time). > > I get the feeling > > ################ > I input this > ################ > cd ldapserver/ ; gmake USE_PERL_FROM_PATH=1 > BUILD_DEBUG=optimize > ################ > the make dies this... > ################ > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lplc4 > -lplds4 -lnspr4 > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -ldbm > -lavl -lldif -llitekey -ldl > -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib > -lsvrcore -L../../../../cyrus-sasl-2.1.20/lib -lsasl2 > -L/usr/kerberos/lib -lgssapi_krb5 -lcrypt -lpthread > -L../../../../db-4.2.52.NC/built/.libs -ldb-4.2 > /usr/bin/ld: cannot find -lgssapi_krb5 > collect2: ld returned 1 exit status > gmake[3]: *** > [../../../built/release/slapd/Linux-domestic-optimize-normal-slapd/bin/slapd/server/ns-slapd] > Error 1 > gmake[3]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers/slapd'' > gmake[2]: *** [_slapd] Error 2 > gmake[2]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers'' > gmake[1]: *** [ldapprogs] Error 2 > gmake[1]: Leaving directory > `/root/Desktop/dsbuild-static/ds/ldapserver/ldap'' > gmake: *** [buildDirectory] Error 2 > [root@genie ldapserver]# > ###################### > Searched for lgssapi_krb5...is this wrong? > ###################### > [root@genie ~]# updatedb > [root@genie ~]# locate libgssapi_krb5.a > [root@genie ~]# locate libgssapi_krb5 > /usr/lib/libgssapi_krb5.so.2 > /usr/lib/libgssapi_krb5.so.2.2 > > > ================================================================> Any ideas? > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Jason Kullo Sam
2005-Sep-29 17:27 UTC
Re: [Fedora-directory-users] FC3 - DS Source Build Prb
Whoo-hoo! Thanks for all the help! That was it...did I miss a list of prereq packages? Seems like that was a lot of my mistakes... Nathan Kinder wrote:> You need to install the krb5-devel package. > > Jason Kullo Sam wrote: > >> Ok, got through all that, now onto building the DS source(again...but >> RIGHT this time). >> >> I get the feeling >> >> ################ >> I input this >> ################ >> cd ldapserver/ ; gmake USE_PERL_FROM_PATH=1 >> BUILD_DEBUG=optimize ################ >> the make dies this... >> ################ >> -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lplc4 >> -lplds4 -lnspr4 >> -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -ldbm >> -lavl -lldif -llitekey -ldl >> -L../../../../mozilla/dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib >> -lsvrcore -L../../../../cyrus-sasl-2.1.20/lib -lsasl2 >> -L/usr/kerberos/lib -lgssapi_krb5 -lcrypt -lpthread >> -L../../../../db-4.2.52.NC/built/.libs -ldb-4.2 >> /usr/bin/ld: cannot find -lgssapi_krb5 >> collect2: ld returned 1 exit status >> gmake[3]: *** >> [../../../built/release/slapd/Linux-domestic-optimize-normal-slapd/bin/slapd/server/ns-slapd] >> Error 1 >> gmake[3]: Leaving directory >> `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers/slapd'' >> gmake[2]: *** [_slapd] Error 2 >> gmake[2]: Leaving directory >> `/root/Desktop/dsbuild-static/ds/ldapserver/ldap/servers'' >> gmake[1]: *** [ldapprogs] Error 2 >> gmake[1]: Leaving directory >> `/root/Desktop/dsbuild-static/ds/ldapserver/ldap'' >> gmake: *** [buildDirectory] Error 2 >> [root@genie ldapserver]# ###################### >> Searched for lgssapi_krb5...is this wrong? >> ###################### >> [root@genie ~]# updatedb >> [root@genie ~]# locate libgssapi_krb5.a >> [root@genie ~]# locate libgssapi_krb5 >> /usr/lib/libgssapi_krb5.so.2 >> /usr/lib/libgssapi_krb5.so.2.2 >> >> >> ================================================================>> Any ideas? >> >> -- >> 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 > >