Hi guys, I tried to install DBD::ODBC package, but compilation show next error: /usr/bin/perl -p -e "s/~DRIVER~/ODBC/g" < /opt/perl5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi/auto/DBI/Driv er.xst > ODBC.xsi /usr/bin/perl /opt/perl5.8.0/lib/5.8.0/ExtUtils/xsubpp -typemap /opt/perl5.8.0/lib/5.8.0/ExtUtils/typemap ODBC.xs > ODBC.xsc && mv ODBC.xsc ODBC.c cc -c -I. -I/opt/perl5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi/auto/DBI -I/usr/bin/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fpic "-I/opt/perl5.8.0/lib/5.8.0/i686-linux-thread-multi/CORE" ODBC.c In file included from ODBC.h:9, from ODBC.xs:1: dbdodbc.h:6:21: libudbc.h: No existe el fichero o el directorio make: *** [ODBC.o] Error 1
I have been looking for the missing include libudbc.h and missing library libudbc.so, but they're not installed. Any ideas? Thanks a lot. Fernando