DBD::MYSQL - TechRepublic
General discussion
January 25, 2003 at 07:26 PM
mandar_7

DBD::MYSQL

by mandar_7 . Updated 22 years, 9 months ago

I have installed perl and MySQL on linux for configuring BUGZILLA.
While compiling the module DBD-mysql-2.1024 using make command, I get the following error.

linux#make
cc -c -I/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/DBI -I/usr -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -02 -DVERSION=\”2.1024\” -DXS_VERSION=\”2.1024\” -fpic “I/usr/local/lib/perl5/5.8.0/i686-linux/CORE” dbdimp.c
in file included from dbdimp.h:31,
fromdbdimp.c:29:
/usr/mysql.h:46:23: mysql_com.h: No such file or directory
/usr/mysql.h:47:27: mysql_version.h: No such file or directory
in file included from dbdimp.c:29:
dbdimp.h:32:49: errmsg.h: No such file or directory
make:*** [dbdimp.o]Error 1

Please, help.

Thanks in advance.
Mandar

This discussion is locked

All Comments