[email protected] schrieb:
 >
> are you sure that xinetd is picking libtirpc up?
> 
> pmap_{set,unset} are in libtirpc and in order to force the xinetd build
> process to link in libtirpc I had to:
> 
>      export LDFLAGS="-ltirpc"

that's it. now libtirpc is linked.


but now i get the next errors:

libtirpc.so: undefined reference to
        key_encryptsession_pk
        getnetname
        _des_crypt_call
        getpublickey
        key_gendes

applying the debinan-patches to remove the crypt-stuff, it's not really
getting better. '_des_crypt_call' is not mentionned any longer, but now
another 2 references are undefined:
        cbc_crypt
        ebc_crypt


meanwhile i went on without xinetd. with lsof i hit the same problem.
appending '-ltirpc' solves the 'pmap_*' issues as with xinetd and then
fails with the same undefined references from libtirps as xinetd.

thus i guess something's wrong with my libtirpc build.

i tried just cmi first, and then i applied the debian patches with the
above mentionned result.

i wonder which packages will fail too the next days... xinetd is not
vital (as mentionned by bruce). and lsof is just nice to have. but i
assume i'll find more packages and some might be a no-go...

thanks for your help
tobias
-- 
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