From owner-freebsd-questions Fri Apr 2 16:21:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeep.kcc.com (gatekeep.kcc.com [192.136.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 93FAA15010 for ; Fri, 2 Apr 1999 16:21:42 -0800 (PST) (envelope-from ellis@kcc.com) Received: from mail.kcc.com (ustcax00.kcc.com [205.203.65.10]) by gatekeep.kcc.com (8.8.6 (PHNE_14041)/8.8.6) with SMTP id QAA07686 for ; Fri, 2 Apr 1999 16:34:06 -0600 (CST) Received: from 205.203.65.10 by mail.kcc.com with ESMTP (WorldSecure Server SMTP Relay(WSS) v3.2 SR1); Fri, 02 Apr 99 18:18:42 -0600 X-Server-Uuid: fc96bae8-3f98-11d2-a40d-00805f199815 Received: by ustcax00.kcc.com with Internet Mail Service (5.5.2448.0) id <2DHBXK4M>; Fri, 2 Apr 1999 18:18:41 -0600 Message-ID: <2B2253731B41D211846400805F19594B04B0F220@ustcax08.kcc.com> From: "Ellis, Joshua" To: "'David L. Hays, Jr.'" Cc: Subject: RE: gtk-1.2.1 install problem Date: Fri, 2 Apr 1999 18:21:21 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) X-WSS-ID: 1B1B81E8714803-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Thanks for sending those two files, and sorry to be such a trouble. > > Now I'm getting an entirely different error. I think I know > what to do to > fix it, but I don't have a /etc/ld.so.conf file, and I'm not > sure where > the LD_LIBRARY_PATH variable should go. Try adding the correct directory with ldconfig. For example, /sbin/ldconfig -m { path to shared object } man ldconfig for more info. You may want to add it to your startup script. I have to do this for postgresql... #!/bin/sh # /usr/local/etc/rc.d/pgsql.sh [ -d /usr/local/pgsql/lib ] && /sbin/ldconfig -m /usr/local/pgsql/lib . . rest of script . . -joshua --- Joshua Ellis - Kimberly-Clark Internet/Intranet/Notes Services email: ellis@kcc.com * phone: 920/721-2779 * fax: 920/721-6180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message