Hi, After installing DBI i'm having problems installing the DBD module...
I retrieve this message after testing: Uitvoeren van /usr/bin/perl Makefile.PL && make .. I will use the following settings for compiling and testing: cflags (mysql_config) = -I'/usr/include' libs (mysql_config) = -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm nocatchstderr (default ) = 0 ssl (guessed ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testuser (default ) = To change these settings, see 'perl Makefile.PL --help' and 'perldoc INSTALL'. Checking if your kit is complete... Looks good Using DBI 1.35 installed in /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI Writing Makefile for DBD::mysql cp lib/DBD/mysql.pod blib/lib/DBD/mysql.pod cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm cp lib/Mysql/Statement.pm blib/lib/Mysql/Statement.pm cp lib/Mysql.pm blib/lib/Mysql.pm gcc -c -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -I'/usr/include' -fno-strict-aliasing -I /usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"2.1026\" -DXS_VERSION=\"2.1026\" -fPIC - I/usr/lib/perl5/5.6.1/i386-linux/CORE dbdimp.c In file included from dbdimp.c:29: dbdimp.h:31:49: mysql.h: No such file or directory dbdimp.h:32:49: errmsg.h: No such file or directory make: *** [dbdimp.o] Error 1 What do i have to do? to fix this?thanks,Martin