When I try to install AxKit:
[EMAIL PROTECTED]> Perl Makefile.PL DEBUG=1 I get this, as I expected: Checking if your kit is complete... Looks good checking for iconv() in -liconv... no checking for libiconv() in -liconv... no checking for iconv() in -lc... no AxKit needs the iconv system library to work properly. This comes by default with most Unix systems, however it may be that you do not have the development libraries installed, or possibly that you just don't have iconv available on your system. For *BSD systems, iconv is available in your distribution's ports collection. For Win32 systems, a google search will often suffice to find a Win32 library version. But I have iconv installed as seen when I do this: [EMAIL PROTECTED]> locate iconv /usr/local/src/libidn-0.5.9/m4/iconv.m4 /usr/bin/iconv /usr/bin/piconv /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/gnu/gcj/convert/Input_iconv .h /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/gnu/gcj/convert/Output_icon v.h /usr/lib/python2.2/site-packages/rhpl/iconvcodec.py /usr/lib/python2.2/site-packages/rhpl/iconv.so /usr/lib/python2.2/site-packages/rhpl/iconvcodec.pyc /usr/lib/kde3/konq_iconview.la /usr/lib/kde3/konq_iconview.so /usr/sbin/iconvconfig /usr/share/apps/konqiconview /usr/share/apps/konqiconview/konq_multicolumnview.rc /usr/share/apps/konqiconview/konq_iconview.rc /usr/share/apps/konqiconview/kpartplugins /usr/share/apps/konqiconview/kpartplugins/kshellcmdplugin.rc /usr/share/apps/konqiconview/kpartplugins/dirfilterplugin.rc /usr/share/apps/konqiconview/kpartplugins/kimgalleryplugin.rc /usr/share/apps/konqiconview/kpartplugins/smbmounterplugin.rc /usr/share/man/man1/iconv.1.gz /usr/share/man/man1/piconv.1.gz /usr/share/man/man3/iconv.3.gz /usr/share/man/man3/iconv_close.3.gz /usr/share/man/man3/iconv_open.3.gz /usr/share/aclocal/iconv.m4 /usr/share/services/konq_iconview.desktop /usr/include/iconv.h So I'm not sure what I need to change for iconv to be seen by the installer? Jason
