Re: Problems installing DBD::mysql W/ MySQL 4.2 on Debian Linux
Rudy Lippan <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 29 Aug 2004, Hal Vaughan wrote: > So what can I do to install this?  I'd prefer to get it working with the > later version of MySQL, but if I have to wipe that and go with apt-get > packages, I can do that.  At this point, I ma very frustrated because it's > not working with the "official" package and it doesn't work with the > Debian .deb files (they don't include mysql_config, and it always complains > about not finding that). the missing net_buffer_lengh symbol normally means that the mysql libraries cannot be found; however, I vaguely remember a problem with the later 4.1.x servers when MYSQL_CLIENT is not defined. So if you can build DBD::mysql against an older mysql, you might want to try looking at adding a -DMYSQL_CLIENT(sp) to the Makefile (or makefile.pl) otherwise look into making sure that DBD::mysql can find the mysql libraries. And of course, I would like to know what the solution ended up being so that I can change Makefile.PL if needed. Rudy. -- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/[email protected]