Quoting Randall Gellens <[EMAIL PROTECTED]>:
> At 5:49 PM -0800 3/19/01, Kenneth Porter wrote:
>
> > On Sat, 17 Mar 2001 22:10:55 -0600 (CST), [EMAIL PROTECTED] wrote:
> >
> >>--with-popuid=pop --enable-drac=/usr/local/drac/lib
> >
> >>checking for dracauth in -ldrac... no
> >>Can't use DRAC: dracauth not found in -ldrac
> >
> > Randall, any idea why the path specified to the configure command is
> > not used to find the library?
>
> It is. Whatever you pass to ./configure gets added to the compile
> options. I don't know why it failed.
Hi all; thank you for your replies.
Yadira
> Yadi: try 'fgrep -i drac configure' and let me know what it says.
root@host:/opt/utils/qpopper3.1.2# fgrep -i drac configure
--enable-drac=lib-path Compile in DRAC support"
# Check whether --enable-drac or --disable-drac was given.
if test "${enable_drac+set}" = set; then
enableval="$enable_drac"
dracauth="$enableval"
dracauth="no"
if test "$dracauth" != "no"; then
echo "$ac_t""Compiling in DRAC support" 1>&6
#define DRAC_AUTH 1
if test "$dracauth" != "yes"; then
LIBS="$LIBS -L$dracauth -ldrac"
LIBS="$LIBS -ldrac"
if test "$dracauth" != "no"; then
echo $ac_n "checking for dracauth in -ldrac""... $ac_c" 1>&6
echo "configure:3174: checking for dracauth in -ldrac" >&5
ac_lib_var=`echo drac'_'dracauth | sed 'y%./+-%__p_%'`
LIBS="-ldrac $LIBS"
char dracauth();
dracauth()
ac_tr_lib=HAVE_LIB`echo drac | sed -e 's/[^a-zA-Z0-9_]/_/g' \
LIBS="-ldrac $LIBS"
echo "$ac_t""Can't use DRAC: dracauth not found in -ldrac" 1>&6;exit 1