agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedtestlibpq.pl
3+ messages / 2 participants
[nested] [flat]
* testlibpq.pl
@ 1995-02-22 18:26 Eric P Dean <ericdean@iastate.edu>
0 siblings, 1 reply; 3+ messages in thread
From: Eric P Dean @ 1995-02-22 18:26 UTC (permalink / raw)
To: legacy
I am having trouble running testlibpq.pl
This is the response I get back from the program:
Destroying database pgperltest
Creating database pgperltest
Undefined subroutine "main'PQsetdb" called at /local/postgres/src/contrib/pgperl/testlibpq.pl line 27.
Here are the contents of the /local/postgres/lib directory.
->ls
libpq.a libpq_p.a
I am sure I have missed something basic and simple. I am using a DEC
5000/133 with Ultrix 4.3a. Any help would be greatly appreciated.
Thank you
Eric Dean
Curator, Visual Resources Collection
College of Design, Iowa State University
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: testlibpq.pl
@ 1995-02-23 04:12 Mike Doughney <mike@ss1.digex.net>
parent: Eric P Dean <ericdean@iastate.edu>
0 siblings, 0 replies; 3+ messages in thread
From: Mike Doughney @ 1995-02-23 04:12 UTC (permalink / raw)
To: ericdean@iastate.edu; +Cc: legacy
>I am having trouble running testlibpq.pl
>
>This is the response I get back from the program:
>
>Destroying database pgperltest
>Creating database pgperltest
>Undefined subroutine "main'PQsetdb" called at /local/postgres/src/contrib/pgperl/testlibpq.pl line 27.
>
Are your sure testlibpq.pl is running the correct copy of perl? This
error usually indicates that you're running plain-vanilla perl and not
pgperl. PQsetdb is the first sub call in testlibpq.pl that requires
the postgres extensions.
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
^ permalink raw reply [nested|flat] 3+ messages in thread
* testlibpq.pl
@ 1995-02-23 17:12 Eric P Dean <ericdean@iastate.edu>
0 siblings, 0 replies; 3+ messages in thread
From: Eric P Dean @ 1995-02-23 17:12 UTC (permalink / raw)
To: legacy
Here is more detailed information regarding our testlibpq.pl problems. We
commented out the following commands from testlibpq.pl sub test_rest
and the rest of the test ran beautifully. It seems that only lines that
dealt with PQpnames gave us any trouble. We are running on a DEC
5000/133 with ULTRIX 4.3a. ANY HELP WOULD BE GREATLY APPRECIATED!!
sub test_rest
# @names = &PQpnames (0);
# printf ("past names\n");
# print "Portal names: ", join(', ',@names), ".\n";
# @names = &PQpnames (0);
# print "Portal names: ", join(', ',@names), ".\n";
}
Eric Dean
Curator, Visual Resources Collection
College of Design, Iowa State University
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~1995-02-23 17:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
1995-02-22 18:26 testlibpq.pl Eric P Dean <ericdean@iastate.edu>
1995-02-23 04:12 ` Mike Doughney <mike@ss1.digex.net>
1995-02-23 17:12 testlibpq.pl Eric P Dean <ericdean@iastate.edu>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox