Date: Sat, 05 Sep 1998 18:58:45 -0700 (PDT) From: William Woods <wwoods@cybcon.com> To: FreebSD Current <freebsd-current@FreeBSD.ORG> Subject: ELF Build.... Message-ID: <XFMail.980905185845.wwoods@cybcon.com>
next in thread | raw e-mail | index | archive | help
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 <wwoods@cybcon.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980905185845.wwoods>