On Friday 27 January 2012 17:46:44 luxInteg wrote:
> here is my updated build sequence (i.e. fresh build)  (everything  in 
> /usr/local )
> 
> --1--heimdal-1.5.2
> --2--libevent2
> --3--libnfsidmap
> --4--libgssapi  (omitted)  
> --5--libgssglue
> --6--librpcsecgss
> --7--nfs-utils-1.2.5

UPDATE

by skipping skipping  --4-- and --5--  altogether and  compiling --6-- 
( librpcsecgss-0.19 )
with
GSSGLUE_CFLAGS="-I/path/to/heimdal/include/gssapi" \
GSSGLUE_LIBS="lgssapi" \

a litle progress is made as It compiles without complaints.

Now the same is passed  to 'sh configure' of nfs-utils-1.2.5.  
But the configure scripts ends with this:-
--------------
checking for nfs4_set_debug in -lnfsidmap... (cached) yes
checking for nfs4_owner_to_uid in -lnfsidmap... (cached) yes
checking spkm3.h usability... no
checking spkm3.h presence... no
checking for spkm3.h... no
configure: WARNING: Could not locate SPKM3 header; will not have SPKM3 support
checking for Kerberos v5... /usr/local
The current KRBDIR is /usr/local
checking for gss_krb5_export_lucid_sec_context in -lgssapi... yes
checking for gss_krb5_set_allowable_enctypes in -lgssapi... yes
checking for gss_krb5_ccache_name in -lgssapi... yes
checking for krb5_get_error_message in -lgssapi... yes
checking for krb5_get_init_creds_opt_set_addressless in -lgssapi... yes
checking for authgss_create_default in -lrpcsecgss... no
configure: error: librpcsecgss not found.
-------------------

it seems a file "authgss_create_default" is missing from the  librpcsecgss
so a way has to be  found to compile  librpcsecgss-X to work with heimdal.

---suggestions welcomed

luxInteg
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to