DBD::Pg on UnixWare

Поиск
Список
Период
Сортировка
От Thomas Good
Тема DBD::Pg on UnixWare
Дата
Msg-id Pine.LNX.3.96.990501093355.19968B-100000@mailhost.nrnet.org
обсуждение исходный текст
Ответ на RE: [INTERFACES] not translating a query properly. . .  (Hugh Lawson <hglawson@nr.infi.net>)
Список 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






В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Hugh Lawson
Дата:
Сообщение: RE: [INTERFACES] not translating a query properly. . .
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Some needed features in postgresql