apr1 compillation problem

olli hauer ohauer at gmx.de
Mon Jul 28 04:25:41 UTC 2014


On 2014-07-27 22:54, wishmaster wrote:
> Hi,
> I have system, which has being rebuild with WITHOUT_ICONV=true in src.conf and I am unable to rebuild apr1. Error log below.
> As workaround I remove `iconv` from USES=
> 
> 
> #uname -a
> 
>  FreeBSD example.com.ua 10.0-STABLE FreeBSD 10.0-STABLE #0 r269085: Fri Jul 25 09:52:56 EEST 2014     wishmaster at example.com.ua:/usr/obj/usr/src/sys/SMS  i386
> 
> checking iconv.h usability... yes
> checking iconv.h presence... yes
> checking for iconv.h... yes
>   setting LIBS to "-liconv"
>   nulling LIBS
> configure: error: iconv support requested, but not found
> *** Error code 1
> 

In case you rebuild your system with WITHOUT_ICONV=true the old system headers are still there.

Try running make delete-old, make delete-old-libs from /usr/src so these headers are removed.



More information about the freebsd-apache mailing list