Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 33636
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: andrei.dragomir [...] psrk.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: dbdimp.c last_errno error during make
Date: Wed, 27 Feb 2008 21:16:14 +0200
To: bug-DBD-mysql [...] rt.cpan.org
From: Andrei Dragomir <andrei.dragomir [...] psrk.com>
Operating System: CENTOS 5 Final x86_64 Linux kernel: 2.6.18-53.el5 SMP x86_64 after installing mysql 5.1.22-0.rhel5 and DBI I got to compiling the DBD::mysql module. Here are the last error lines the make operation returned: cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs dbdimp.c: In function âmysql_st_next_resultsâ: dbdimp.c:2763: error: âNETâ has no member named âlast_errnoâ dbdimp.c: In function âmysql_st_fetchâ: dbdimp.c:3365: error: âNETâ has no member named âlast_errnoâ make: *** [dbdimp.o] Error 1 I solved it by erasing the two trouble lines in dbdimp.c. Andrei Dragomir System Administrator PropertyShark
Hi Alexey, Thanks for the report. I *think* your issue was fixed with this commit, long ago: https://github.com/perl5-dbi/DBD-mysql/commit/5632351d0b3c94d336acc2d6c9a5abc56e151459 But at the least I'm very sure DBD::mysql compiles OK now on CentOS 5. -- Mike