Skip Menu |

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

Report information
The Basics
Id: 5627
Status: resolved
Priority: 0/
Queue: DBD-ODBC

People
Owner: Nobody in particular
Requestors: frey [...] genomatix.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 1.00
  • 1.01
  • 1.02
  • 1.03
  • 1.04
  • 1.05
  • 1.06
  • 1.07
  • 1.08
Fixed in: (no value)



Subject: $arext of Makefile.PL is empty
Hi, first of all, thanks for this great piece of Software which I compiled quite often so far. After compiling it runs perfectly. But each time my problem was that make did not find libsqlod.a . I always ended up with writing "libsqlod.a" explicitly instead of "libsqlod.$arext" . Right now I had time to look for the bug - and saw that there's a tilde missing in line 154 of version 1.09 (don't know the line numbers of older versions): $arext = s/^\.//; should read $arext =~ s/^\.//; otherwise $arext is empty instead of "a". It would be great if you could fix that :-) Greetings from Munich, Germany, Torben
From: "Jeff Urlwin" <jurlwin [...] esoftmatic.com>
To: <bug-DBD-ODBC [...] rt.cpan.org>, <"AdminCc ofcpanTicket#5627:" [...] esoftmatic.com>
Subject: RE: [cpan #5627] $arext of Makefile.PL is empty
Date: Thu, 11 Mar 2004 17:09:11 -0500
RT-Send-Cc:
Yep. Stupidity. Missed it somehow, even on Linux. Thanks. Jeff Show quoted text
> -----Original Message----- > From: Guest via RT [mailto:bug-DBD-ODBC@rt.cpan.org] > Sent: Thursday, March 11, 2004 6:23 AM > To: AdminCc of cpan Ticket #5627 : > Subject: [cpan #5627] $arext of Makefile.PL is empty > > > > This message about DBD-ODBC was sent to you by guest <> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=5627 > > > Hi, > > first of all, thanks for this great piece of Software which I > compiled quite often so far. After compiling it runs perfectly. > > But each time my problem was that make did not find > libsqlod.a . I always ended up with writing "libsqlod.a" > explicitly instead of "libsqlod.$arext" . > > Right now I had time to look for the bug - and saw that > there's a tilde missing in line 154 of version 1.09 (don't > know the line numbers of older versions): > $arext = s/^\.//; > should read > $arext =~ s/^\.//; > otherwise $arext is empty instead of "a". > > It would be great if you could fix that :-) > > Greetings from Munich, Germany, > Torben >
Download winmail.dat
application/ms-tnef 2.5k

Message body not shown because it is not plain text.