Problems installing DBD-Interbase on Fedora

2004-09-03 Thread Cristi Ocolisan
Hi, everybody!

I have to work with FireBird database, for a project of mine.

I grabbed from CPAN a DBD-InterBase (version 0.43) to work with, and
installed it on Windows. It works perfectly. 

I also installed it on Red Hat 9 at my work place and it works very well.
The problems started when I tried to install DBD-Interbase on Fedora, at my
client's place.

I get the same error no matter what version of DBD-Interbase I use.

When I type make I get the following error:

Error: Cannot parse function definition from 'strEQ(item, #name)) { \' in
Interbase.xs, line 478 ' in Interbase.xs, line 487n definition from'
keyname = #name;
make: *** [InterBase.c] Error 1


Can anyone tell me where is the problem or what does this error message
mean?

Or what can I do, to make it work? 

Any help is highly appreciated.
Cristi Ocolisan.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: Problems installing DBD-Interbase on Fedora

2004-09-03 Thread Chris Devers
On Fri, 3 Sep 2004, Cristi Ocolisan wrote:
When I type make I get the following error:
Error: Cannot parse function definition from 'strEQ(item, #name)) { \' in
Interbase.xs, line 478 ' in Interbase.xs, line 487n definition from'
keyname = #name;
make: *** [InterBase.c] Error 1
Can anyone tell me where is the problem or what does this error 
message mean?
This sounds like a possible problem with the module itself, but I don't 
know anything about Interbase, so I'm not sure where to start.

You may have better luck by trying either the DBI list, or if you get no 
help there, contact the module authors directly.

Information on the DBI users list is available here:
http://lists.perl.org/showlist.cgi?name=dbi-users
http://www.mail-archive.com/[EMAIL PROTECTED]/
According to CPAN.org, DBD::Interbase was written by Edwin Pratomo 
[EMAIL PROTECTED] and Daniel Ritz [EMAIL PROTECTED]:

http://search.cpan.org/~edpratomo/DBD-InterBase-0.43/InterBase.pm
It may also be worth contacting these two for suggestions.
Or maybe someone here will speak up, but I think in this case you'll 
have more luck by going to the module specific list for advice...

--
Chris Devers  [EMAIL PROTECTED]
http://devers.homeip.net:8080/blog/
np: 'The Greatest Phone Message of All Time'
 by Jonathan Goldstein
 from 'This American Life: Crimebusters and Crossed Wires'
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



RE: Problems installing DBD-Interbase on Fedora

2004-09-03 Thread Cristi Ocolisan

Hi Chris,

I already asked on perl.dbi.users this question and I got only one response.
It seems that I have to ask the authors directly.

Anyway, I found a different driver, called Bundle::DBD::InterBase that works
also on Fedora.

Thank you.

-Original Message-
From: Chris Devers [mailto:[EMAIL PROTECTED] 
Sent: 3 septembrie 2004 17:26
To: Cristi Ocolisan
Cc: [EMAIL PROTECTED]
Subject: Re: Problems installing DBD-Interbase on Fedora

On Fri, 3 Sep 2004, Cristi Ocolisan wrote:

 When I type make I get the following error:

 Error: Cannot parse function definition from 'strEQ(item, #name)) { \' in
 Interbase.xs, line 478 ' in Interbase.xs, line 487n definition from'
 keyname = #name;
 make: *** [InterBase.c] Error 1

 Can anyone tell me where is the problem or what does this error 
 message mean?

This sounds like a possible problem with the module itself, but I don't 
know anything about Interbase, so I'm not sure where to start.

You may have better luck by trying either the DBI list, or if you get no 
help there, contact the module authors directly.

Information on the DBI users list is available here:

 http://lists.perl.org/showlist.cgi?name=dbi-users
 http://www.mail-archive.com/[EMAIL PROTECTED]/

According to CPAN.org, DBD::Interbase was written by Edwin Pratomo 
[EMAIL PROTECTED] and Daniel Ritz [EMAIL PROTECTED]:

 http://search.cpan.org/~edpratomo/DBD-InterBase-0.43/InterBase.pm

It may also be worth contacting these two for suggestions.

Or maybe someone here will speak up, but I think in this case you'll 
have more luck by going to the module specific list for advice...


-- 
Chris Devers  [EMAIL PROTECTED]
http://devers.homeip.net:8080/blog/

np: 'The Greatest Phone Message of All Time'
  by Jonathan Goldstein
  from 'This American Life: Crimebusters and Crossed Wires'


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response