Thanks for giving me where to start.  another user sent me some more info about what was wrong and I fixed it with this.  
line 3960 of the configure script has  LIBS="-ldrac $LIBS"  and I changed it to   LIBS="-ldrac -lnsl $LIBS"   and it compiled and works great.  thanks for all the help!!

Kenneth Porter wrote:
--On Tuesday, January 07, 2003 2:42 PM -0500 "Ryan J. Rady"
<[EMAIL PROTECTED]> wrote:

  
I have drac compiled and running, trying to build qpopper to use drac and
that is the error that I get.  I have read all over this list things to
try and nothing works.  I have copied libdrac.a to every directory in the
world and also passed the path to configure and it always gives me this
error.  Can anyone help?  Thanks !!
    

IIRC, there's a bug in the configure script that reports the wrong missing
library because of the order of tests (DRAC is tested before some other
prerequisite). I don't have my sources at hand at the moment, but look in
the qpopper configure script and see what command actually generates the
error.


  

-- 
Ryan J. Rady
Senior Unix Administrator
Moser Consulting, Inc
[EMAIL PROTECTED]
(317)596-8022 X232

Reply via email to