Re: [Exim] [EXIM Build Error on Version 4.20]

Top Page
Delete this message
Reply to this message
Author: Andreas J Mueller
Date:  
To: Vibhav
CC: exim-users
Subject: Re: [Exim] [EXIM Build Error on Version 4.20]

> gcc -o exim_dbmbuild exim_dbmbuild.o \
> -lnsl -lcrypt -L/usr/local/BerkeleyDB.4.1/lib/libdb.a

                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- From what I know, this option usually looks like
"-l/usr/local/BerkeleyDB.4.1/lib/libdb.a" (with a lower-case L) to
specify the full path to the library, or
"-L/usr/local/BerkeleyDB.4.1/lib -ldb"
to specify the path and the library to link against.


Andy

- --
Andreas J. Mueller                            email: <andy@???>