in reply to Installing iodbc 0.1 via CPAN (or other means) on Mac OS 10.6
Where to turn for help?
Some kind of qualified sysadmin :) iodbc mailing list...
I think, your problem might actually be very simple, see Re^2: Fuse and fuse_loop and the links it lists.
$config{LIBS}='-l...libxml2.a -l...libiconv.a'; $config{INC}='-I...include/libxml2'; $config{DEFINE} =' -DLIBXML_STATIC '; WriteMakefile( %INFOS, %config, );
|
---|