DBD::Mysql install

DBD::Mysql install

am 16.05.2003 22:23:19 von Andy Melton

------=_NextPart_000_018D_01C31BAE.51822910
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

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.

------=_NextPart_000_018D_01C31BAE.51822910--