From owner-freebsd-current Sat Sep 5 19:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08390 for freebsd-current-outgoing; Sat, 5 Sep 1998 19:00:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mail.cybcon.com (mail.cybcon.com [205.147.64.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08384 for ; Sat, 5 Sep 1998 19:00:04 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from support1.cybcon.com (william@support1.cybcon.com [205.147.76.99]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id SAA00569 for ; Sat, 5 Sep 1998 18:58:55 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 05 Sep 1998 18:58:45 -0700 (PDT) Reply-To: wwoods@cybcon.com From: William Woods To: FreebSD Current Subject: ELF Build.... Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did a conversion from aout to elf, the conversion went smothly except for library paths....NONE of my library paths as defined in rc.conf were being read, This is the work around I came up with, not graceious but it works but I am open to any better solutions.....This is what I am useing: # Library search paths ldconfig -aout /usr/lib/compat ldconfig -aout -m /usr/X11R6/lib ldconfig -aout -m /usr/local/lib/ ldconfig -aout -m /usr/local/kde/lib ldconfig -aout -m /usr/lib/aout ldconfig -aout -m /usr/lib Any better suggestions would be appreciated. Other than this little hitch, all is well.... --------------------- William Woods Date: 05-Sep-98 / Time: 18:55:47 goto to: http//www.freebsd.org. --> FreeBSD 3.0 CURRENT <-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message