1 message in com.mysql.lists.perlDBD::Mysql install
FromSent OnAttachments
Andy Melton16 May 2003 13:22 
Subject:DBD::Mysql install
From:Andy Melton (amel@gservices-us.com)
Date:05/16/2003 01:22:57 PM
List:com.mysql.lists.perl

I've scoured this board, but haven't found my problem, so here goes...

RedHat 8.0 w/ default MySQL installation

Makefile.PL options are:

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 ) =

The errored output of 'make' is:

dbdimp.c: In function `mysql_db_reconnect': dbdimp.c:2023: dereferencing pointer to incomplete type dbdimp.c:2023: `CR_SERVER_GONE_ERROR' undeclared (first use in this function) dbdimp.c:2028: dereferencing pointer to incomplete type dbdimp.c:2037: dereferencing pointer to incomplete type dbdimp.c:2037: dereferencing pointer to incomplete type dbdimp.c:2037: warning: passing arg 3 of `mysql_dr_error' makes pointer from integer without a cast dbdimp.c: In function `mysql_db_quote': dbdimp.c:2168: dereferencing pointer to incomplete type make: *** [dbdimp.o] Error 1

Any idea what I'm doing/not doing?

Thanks.