On Sat, 18 Nov 2000 17:51:18 -0800 (GMT), Balgansuren wrote:

>Undefined                       first referenced
> symbol                             in file
>xdr_enum                            /usr/local/lib/libdrac.a(drac_xdr.o)
>clnt_create                         /usr/local/lib/libdrac.a(dracauth.o)
>clnt_sperror                        /usr/local/lib/libdrac.a(dracauth.o)
>xdr_u_long                          /usr/local/lib/libdrac.a(drac_xdr.o)
>clnt_spcreateerror                  /usr/local/lib/libdrac.a(dracauth.o)
>I had compiled/installed DRAC library suggessfully.

This is saying that these symbols are missing from your system, so DRAC
can't link successfully. (It will compile successfully as it doesn't
need those symbols until link time.) That looks like RPC stuff. Are you
missing some RPC library? (BTW, XDR is eXternal Data Representation,
how parameters are portably packaged when used with RPC.)

Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/


Reply via email to