Bug #30121 | error: invalid lvalue in assignment | ||
---|---|---|---|
Submitted: | 30 Jul 2007 10:00 | Modified: | 1 Aug 2007 7:58 |
Reporter: | Abu Saleh Alshukaili | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connectors: DBD::mysql ( Perl ) | Severity: | S3 (Non-critical) |
Version: | 5.0.26-standard | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Jul 2007 10:00]
Abu Saleh Alshukaili
[31 Jul 2007 6:27]
Abu Saleh Alshukaili
Hi, I think I found what I was doing wrong. When I ran "perl Makefile.PL" for first time I ran it with a 5.8.5 version and once I ran "make" it has created a file called "mysql.xsi". After I have done this I found out that the perl which I am looking for is 5.8.8. So I did the above again. However, the "make" step did not recreate "mysql.xsi". So fix this. I started the whole process by unzipping the original source file for mysql::DBD in a fresh folder and repeated the above process with perl 5.8.8 and thigs went fine. Regards, Abu Saleh
[1 Aug 2007 7:58]
Valeriy Kravchuk
So, this problem was not a result of a bug in DBD::mysql code, it seems.