From owner-freebsd-questions@FreeBSD.ORG Fri Dec 18 01:57:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215031065670 for ; Fri, 18 Dec 2009 01:57:01 +0000 (UTC) (envelope-from reggie@busicast.com) Received: from twosensemedia.com (busicast.com [69.15.36.138]) by mx1.freebsd.org (Postfix) with ESMTP id DEDD88FC08 for ; Fri, 18 Dec 2009 01:57:00 +0000 (UTC) Received: from [10.0.1.3] (HELO S0030153310) by twosensemedia.com (CommuniGate Pro SMTP 5.2.1) with SMTP id 9890049 for freebsd-questions@freebsd.org; Thu, 17 Dec 2009 19:54:20 -0500 Message-ID: <006001ca7f7d$0279b290$8bcd1ea8@S0030153310> From: "Reggie Euser" To: Date: Thu, 17 Dec 2009 19:57:01 -0500 X-Unsent: 1 MIME-Version: 1.0 X-Vipre-Scanned: 0BBD5A7B0015BE0BBD5BC8-TDI Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3598 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Subject: /libexec/ld-elf.so.1: /usr/local/bin/postgres: Undefined symbol "shmctl" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 01:57:01 -0000 Have been running FreeBSD 7.1 for months with PostgreSQL 8.3. All fine. Today, made a change to hosts.allow to add an IP address for FTP access. Rebooted and attempted to restart PostgreSQL. Postgres wouldn't start and left this error in the log file: /libexec/ld-elf.so.1: /usr/local/bin/postgres: Undefined symbol "shmctl" Have Googled & IRC'd with no luck. Any suggestions or ideas about how to fix would be greatly appreciated! Thanks!