Problem with DBD/mysql

"Svetlana Degtiar" <[email protected]> Mon, 18 Feb 2008 11:30:36 +0200
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
HI,

I’m working with linux .

I run perl Makefile.PL , that is succeded.

After that ‘ make ‘, and I get a lot of errors like:

 

dbdimp.c:4396: error: request for member גauto_reconnects_failedג in
something not a structure or union

dbdimp.c:4396: error: invalid lvalue in increment

dbdimp.c:4396: warning: statement with no effect

dbdimp.c:4399: error: גimp_dbh_tג has no member named גstatsג

dbdimp.c:4399: error: request for member גauto_reconnects_okג in something
not a structure or union

dbdimp.c:4399: error: invalid lvalue in increment

dbdimp.c:4399: warning: statement with no effect

dbdimp.c: In function גmysql_db_quoteג:

dbdimp.c:4559: warning: implicit declaration of function
גmysql_real_escape_stringג

dbdimp.c:4559: error: גimp_dbh_tג has no member named גmysqlג

dbdimp.c: In function גmysql_db_last_insert_idג:

dbdimp.c:4582: error: גimp_dbh_tג has no member named גmysqlג

dbdimp.c:4582: warning: passing argument 2 of גPerl_sv_2mortalג makes
pointer from integer without a cast

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

 

what can be the problem?