From owner-freebsd-questions Sun Jun 4 0:57:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id F25E637CB8F for ; Sun, 4 Jun 2000 00:57:10 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e547v8707027; Sun, 4 Jun 2000 00:57:08 -0700 (PDT) Date: Sun, 4 Jun 2000 00:57:08 -0700 From: Alfred Perlstein To: Daniel Haischt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mod auth_pg/apache 1.3.12 Message-ID: <20000604005708.Z17973@fw.wintelcom.net> References: <000b01bfcdf8$541f8ac0$0278a8c0@abyssworld.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000b01bfcdf8$541f8ac0$0278a8c0@abyssworld.de>; from sirabyss@gmx.net on Sun, Jun 04, 2000 at 09:41:41AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Daniel Haischt [000604 00:37] wrote: > hello, > > i'm using mod_auth-pg in conjunction with apache. > mod_auth_pg authentificates users against a > postgresql database. > > unfortunatly i'm getting the following error during > each system startup ... > > mod_auth_pg: shared library ligpg.so.2 not found, > could not start apache. > > if the system is up and running and i start apache > manually everything goes fine. so i guess it > must be a problem with the libraries availabel > (or not available) during system starup. > > any ideas? Find ligpg.so.2, and either add the path to it to the ld path (from /etc/defaults/rc.conf) or copy it into /usr/local/lib. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message