| List: | MySQL and Perl | « Previous MessageNext Message » | |
| From: | Jochen Wiedmann | Date: | September 9 2003 7:00am |
| Subject: | Re: DBD::MYSQL make test failure | ||
| View as plain text | |||
Dan Temple wrote: > ld: warning: file /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): > wrong ELF class: ELFCLASS64 I would assume that means that your MySQL is compiled as a 64bit binary, but Perl is compiled as 32bit, thus interoperable. Recompiling Perl as a 64bit binary *or* recompiling the MySQL client libraries (not necessarily the server, there's a configure option --without-server or so) as 32 bit should do. Jochen
| Thread | ||
|---|---|---|
| • DBD::MYSQL make test failure | Dan Temple | 8 Sep |
| • Re: DBD::MYSQL make test failure | Jochen Wiedmann | 8 Sep |
| • Re: DBD::MYSQL make test failure | Dan Temple | 8 Sep |
| • Re: DBD::MYSQL make test failure | Rudy Lippan | 8 Sep |
| • Re: DBD::MYSQL make test failure | Dan Temple | 8 Sep |
| • Re: DBD::MYSQL make test failure | Dan Temple | 9 Sep |
| • Re: DBD::MYSQL make test failure | Jochen Wiedmann | 9 Sep |
| • Re: DBD::MYSQL make test failure | Dan Temple | 12 Sep |
| • Re: DBD::MYSQL make test failure | Rudy Lippan | 11 Sep |
| • Re: DBD::MYSQL make test failure | Brian Keck | 12 Sep |
