PostgreSQL bug report -- but the submission address doesn't work!
От | James Youngman |
---|---|
Тема | PostgreSQL bug report -- but the submission address doesn't work! |
Дата | |
Msg-id | x67lm6xtyn.fsf@no-such-thing-as-a.free-lunch.demon.co.uk обсуждение исходный текст |
Список | pgsql-ports |
I think it's a bit silly to have a bug-reporting mailing list which only accepts submissions from its members. don't you? lyolik@luckynet.co.il, I've CC'ed this to you since your email address appears in the FAQ_Linux file, so there's at least a chance that you are on the bug-reporting mailing list, and could forward the report. ` >From scrappy@postgresql.org Sat Sep 4 16:55:14 1999 Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.org (8.9.3/8.9.3) with ESMTP id QAA50325 for <pgsql-bugs@postgresql.org>; Sat, 4 Sep 1999 16:55:13 -0400 (EDT) (envelope-from jay@gnu.org) Received: from free-lunch.demon.co.uk ([193.237.213.175]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 11NMq5-0004uV-0A; Sat, 4 Sep 1999 20:55:09 +0000 Received: by free-lunch.demon.co.uk (Postfix, from userid 0) id AFE2416C3; Sat, 4 Sep 1999 21:54:59 +0100 (BST) From: James Youngman <jay@gnu.org> To: pgsql-bugs@postgresql.org, bugs@redhat.com Cc: james@free-lunch.demon.co.uk Subject: PostgreSQL-6.4.2 bug report. Message-Id: <19990904205459.AFE2416C3@free-lunch.demon.co.uk> Date: Sat, 4 Sep 1999 21:54:59 +0100 (BST) ============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : James Youngman Your email address : jay@gnu.org System Configuration --------------------- Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.5 PostgreSQL version (example: PostgreSQL-6.4.2) : PostgreSQL-6.4.2 Compiler used (example: gcc 2.8.0) : Stock Red Hat 6 Please enter a FULL description of your problem: ------------------------------------------------ /usr/bin/pgaccess fails to load libpgtcl.so because that library requires crypt(), and crypt() is no longer in libc. Please describe a way to repeat the problem. Please try to provide a concise reproducible example, if at all possible: ---------------------------------------------------------------------- Run /usr/bin/pgaccess on Red Hat 6.0. Observe the error message. If you know how this problem might be fixed, list the solution below: --------------------------------------------------------------------- Apply the following patch:- --- /usr/bin/pgaccess Sat Apr 17 15:59:09 1999 +++ pgaccess Sat Sep 4 19:52:05 1999 @@ -2824,6 +2824,7 @@ if {[string toupper $tcl_platform(platform)]=="WINDOWS"} { load libpgtcl.dll } else { + catch { load libcrypt.so } load libpgtcl.so } catch {draw_tabs} This patch is in unified-diff format. The patch should be appropriate for all systems, since the extra load statement is enclosed in a "catch", making any failure silent. -- James Youngman Manchester, UK. +44 161 226 7339
В списке pgsql-ports по дате отправления: