Re: [exim] iconv install problem

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Michael Haardt
Data:  
Para: exim-users
Asunto: Re: [exim] iconv install problem
> HAVE_ICONV=yes
> CFLAGS=-O -I/usr/local/include
> EXTRALIBS_EXIM=-L/usr/local/lib -liconv


I suggest either "-Wl,--rpath=/usr/local/lib" (untested) or to check
if /usr/local/lib is listed in /etc/ld.so.conf, running ldconfig after
modifying it. Please be sure to understand the result of modifications.

You can check the actually used library using "ldd exim".

Michael