mattrbailey has asked for the wisdom of the Perl Monks concerning the following question:
dbdimp.c:1269: conflicting types for `mysql_dr_error'
dbdimp.h:288: previous declaration of `mysql_dr_error'
dbdimp.c: In function `mysql_st_fetch':
dbdimp.c:3419: too few arguments to function `mysql_dr_error'
dbdimp.c:3583: too few arguments to function
`mysql_dr_error'
dbdimp.c: In function `mysql_st_FETCH_internal':
dbdimp.c:3915: too few arguments to function `mysql_dr_error'
dbdimp.c:3929: too few arguments to function `mysql_dr_error'
dbdimp.c: In function `mysql_bind_ph':
dbdimp.c:4244: too few arguments to function `mysql_dr_error'
dbdimp.c:4271: too few arguments to function `mysql_dr_error'
dbdimp.c:4283: too few arguments to function `mysql_dr_error'
dbdimp.c: In function `mysql_db_reconnect':
dbdimp.c:4445: too few arguments to function `mysql_dr_error'
make: *** dbdimp.o Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Pragma force used without method: cannot continue
it's running on a cobalt raq 550, with multiple virtual sites. Many thanks for any help
Matthew bailey,
IT administrator,
Cowley Computer Solutions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD::MYSQL error
by ww (Archbishop) on Mar 08, 2007 at 04:01 UTC | |
|
Re: DBD::MYSQL error
by Anonymous Monk on Mar 16, 2007 at 22:55 UTC |