> I am trying to configure qpopper4.0.4 with-drac on solaris 2.8. Here's > what I see in the config.log file: > > configure:3974: gcc -o conftest -g -O2 -fpcc-struct-return conftest.c > -ldrac -L/var/local/source/drac -ldrac -lposix4 -ldl -lpam 1>&5 > Undefined first referenced > symbol in file > xdr_enum > /var/local/source/drac/libdrac.a(drac_xdr.o) > clnt_create > /var/local/source/drac/libdrac.a(dracauth.o) > clnt_sperror > /var/local/source/drac/libdrac.a(dracauth.o) > xdr_u_long > /var/local/source/drac/libdrac.a(drac_xdr.o) > clnt_spcreateerror > /var/local/source/drac/libdrac.a(dracauth.o) > ld: fatal: Symbol referencing errors. No output written to conftest > > Is this something to do with the Networking Service Library Routines? > Can anybody offer any help?
libnsl(3LIB) should be linked with libdrac on Solaris 8/9, IRIX and so on. solution: 1. install a shared library libdrac.so linked with libnsl 2. modify configure.in/configure -- ayamura
