DBD::Pg on UnixWare

From: Thomas Good <tomg(at)nrnet(dot)org>
To: PostgreSQL Interfaces <pgsql-interfaces(at)hub(dot)org>
Cc: Edmund Mergl <E(dot)Mergl(at)bawue(dot)de>
Subject: DBD::Pg on UnixWare
Date: 1999-05-01 13:49:03
Message-ID: Pine.LNX.3.96.990501093355.19968B-100000@mailhost.nrnet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Vital Signs:
------------
Database version: PostgreSQL 6.3.2
Alleged OS: UnixWare 2.1.2
Perl Version: Perl 5.004_04
DBI Module: DBI 0.91
DBD Driver: DBD-Pg 0.69

Gratuitous Whining:
------------------
This combination runs fine on Linux 2.0.30 (Slackware 3.4) and
FreeBSD 2.2.7 and 2.2.8 (Perl 5.005) but, like so many other things,
has trouble working properly on UnixWare...

Symptoms:
---------
The most rudimentary report that uses DBI::DBD-Pg to return a cursor
select is failing with:

dynamic linker: /usr/bin/perl: symbol not found: strncasecmp

Debug Attempt:
-------------
perl debug shows that the query is dying at line 101 of Pg.pm:

101: DBD::Pg::db::prepare(/opt/lib/perl5/site_perl/DBD/Pg.pm: 101):
DBD::Pg::st_prepare($sth, $statement, @attribs)
102: or return undef;

If I comment out the PAGER simply connect to the db I can do so
without complaint. My $dbh->disconnect also exits without err.

Any advice most appreciated (danke sehr, Edmund)...
Tom
----
North Richmond Community Mental Health Center

Thomas Good Information Systems Coordinator
E-Mail: tomg@ { admin | q8 } .nrnet.org
Phone: 718-354-5528
Fax: 718-354-5056

Empowered by PostgreSQL 6.3.2

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-05-01 16:18:04 Re: [INTERFACES] Some needed features in postgresql
Previous Message Mario Simeone 1999-05-01 11:17:10