I'm trying to enable DRAC (version 1.11) support in Qpopper 3.1.2 but configure
doesn't find the drac library. These are the options I used:
# ./configure --enable-temp-drop-dir=/var/tmp --enable-specialauth
--with-popuid=pop --enable-drac=/usr/local/drac/lib
...
Temporary drop files are in: /var/tmp
Compiling in DRAC support
System name: SunOS; System version: 5.7
Set OS_DEFS = " -DSOLARIS2 -DSPEC_POP_AUTH -DGNU_PASS -DNO_GETLINE
-DCONTENT_LENGTH=1 -DUNIX"
...
checking for crypt in -lcrypt... yes
checking for dracauth in -ldrac... no
Can't use DRAC: dracauth not found in -ldrac
# ls -l /usr/local/drac/lib
-rwxr-xr-x 1 bin bin 148420 Mar 16 13:31 libdrac.a
Anyone been through this that could give me a hint?
Thanks in advance.
Yadi