1 message in com.mysql.lists.perlmsql-mysql-modules compilation error
FromSent OnAttachments
Chae24 Mar 1999 14:56 
Subject:msql-mysql-modules compilation error
From:Chae (baz@total.net)
Date:03/24/1999 02:56:27 PM
List:com.mysql.lists.perl

I am having trouble installing the mSQL and Mysql module version 1.2017 on BSDi 2.1. My perl is version 5.004_04 and Mysql is version 5.1. I'm only trying to install option one, the Mysql interface.

When I run 'make', I get the following errors. Can anyone help me understand why?

Chae

------------

gcc -c -I/usr/local/lib/perl5/site_perl/i386-bsdos/auto/DBI -I/usr/local/include/mysql -I../dbd -I/usr/local/lib/perl5/site_perl/i386-bsdos/auto/DBI -I/usr/local/lib/perl5/i386-bsdos/5.00404 -O2 -DVERSION=\"2.0217\" -DXS_VERSION=\"2.0217\" -I/usr/local/lib/perl5/i386-bsdos/5.00404/CORE -DDBD_MYSQL -DMyConnect=mysql_dr_connect -DMyLogin=mysql_dr_login dbdimp.c dbdimp.c: In function `mysql_st_FETCH_internal': dbdimp.c:1297: `FIELD_TYPE_TINY' undeclared (first use this function) dbdimp.c:1297: (Each undeclared identifier is reported only once dbdimp.c:1297: for each function it appears in.) dbdimp.c:1321: `FIELD_TYPE_ENUM' undeclared (first use this function) dbdimp.c:1322: `FIELD_TYPE_SET' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop.