[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Exim 4 giving trouble compiling on woody HELP



This is my make output .
As far as i can the all the files that arequired on the system are there.
and the Makefile is set to point to the correct loactions.


`Makefile' is up to date.

make[1]: Entering directory `/home/installs/exim/exim-4.14/build-Linux-i386'
make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/pcre'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/pcre'
make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/lookups'
make[2]: `lookups.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/lookups'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/routers'
make[2]: `routers.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/routers'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/transports'
make[2]: `transports.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/transports'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/auths'
make[2]: `auths.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/auths'


awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc -c -O    version.c
rm -f exim
gcc -o exim  acl.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o
directory.o dns.o drtables.o enq.o exim.o expand.o filter.o globals.o
header.o host.o ip.o log.o lss.o match.o moan.o os.o parse.o queue.o rda.o
readconf.o receive.o retry.o rewrite.o route.o search.o smtp_in.o
smtp_out.o spool_in.o spool_out.o store.o string.o tls.o tod.o transport.o
tree.o verify.o local_scan.o  version.o \
  pcre/libpcre.a \
  routers/routers.a transports/transports.a lookups/lookups.a \
  auths/auths.a \
  -lresolv -lnsl -lcrypt    \
   -ldb -L/usr/lib -lmysqlclient -lpq  -lssl -lcrypto/
/usr/bin/ld: cannot find -lpq
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/home/installs/exim/exim-4.14/build-Linux-i386'
make: *** [go] Error 2

Many Thanks for help



Reply to: