From: Al A. <aa...@ge...> - 2005-02-20 18:14:22
|
Greetings, I'm having issues running the following configure command on my FreeBSD 5.2.1 machine: ./configure --with-perl-include="/usr/bin/perl" --with-pythonver=2.4 --without-postgres Notable results: > checking for pg_config... no > *** WARNING: POSTGRE NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT > checking for gdlib-config... no > *** WARNING: GD NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT > checking for PERL files... configure: WARNING: PERL bindings are not going to be used > checking iconv.h usability... no > checking iconv.h presence... no > checking for iconv.h... no > configure: error: cannot find iconf.h Warnings notwithstanding, how do I get past the error in which it can't find iconv.h and iconf.h? On my machine iconv.h can be found in /usr/include/sys/iconv.h I've tried this on both RLIB 1.2.1 and RLIB 1.3.1 -Al |