[EXIM] compile Exim 1.89 on Red Hat 5.0

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: mark david mcCreary
Fecha:  
A: exim-users
Asunto: [EXIM] compile Exim 1.89 on Red Hat 5.0
I can compile Exim 1.89 on Red Hat 4.2.
I can compile Exim 1.82 on Red Hat 5.0.

But I can't compile Exim 1.89 on Red Hat 5.0.

The error message is


dns.o: In function `dns_expand':
dns.o(.text+0xa1): undefined reference to `dn_expand'
dns.o: In function `dns_next_rr':
dns.o(.text+0x109): undefined reference to `dn_expand'
dns.o(.text+0x199): undefined reference to `dn_expand'
dns.o(.text+0x22e): undefined reference to `dn_expand'
dns.o: In function `dns_basic_lookup':
dns.o(.text+0x2fb): undefined reference to `res_search'
dns.o: In function `dns_lookup':
dns.o(.text+0x5b7): undefined reference to `dn_expand'
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/src/exim-prod/build-Linux-i386'
make: *** [go] Error 2



My Makefile-Linux is

# Exim: OS-specific make file for Linux

CFLAGS=-O2

#DBMLIB = -lndbm
DBMLIB=-ldb

LIBRESOLV=-lresolv -lnsl

RANLIB=/usr/bin/ranlib
USE_DB=YES

X11=/usr/X11R6
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib

EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_KILL_ARG=-USR1

# End



Any suggestions ?

Thanks

mark


mark david mcCreary
Internet Tools, Inc.            1436 West Gray #438
mdm@???          Houston, Texas 77019
http://www.internet-tools.com   713.627.9600




--
*** Exim information can be found at http://www.exim.org/ ***