Bind 9.3.0 on FreeBSD 5.3.

2005-01-04 Thread swygue
I need some help setting up Bind 9.3.0 on FreeBSD 5.3. Here is my setup: edit /etc/rc.conf named_enable="YES" named_chrotdir="/var/named" named_chroot_autoupdate="YES" Generate rndc.key, cre

Building Xorg CVS, FcMatchFont, FcMatchPattern error

2005-07-06 Thread swygue
I am trying to install Xorg from CVS. I created /usr/Xorg6.8.3 and linked it to /usr/X11R6. Then I went to Xorg cvs directory on my computer and issued: # make World Then I got this error: *** Error code 1 Stop in /usr/src/cvs/xc/lib/Xft1. *** Error code 1 Stop in /usr/src/cvs/xc/lib. *** Erro

Learn more about ld-elf and FreeBSD

2006-06-22 Thread swygue
sioned. I was wondering how have others resolve problems related to ld-elf and shared objects ? And where can I find more information about ld-elf and FreeBSD ? Thanks -- swygue neron --->> ___ freebsd-questions@freebsd.org mailing list http://l

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread swygue
psql or something like it? If you haven't, then set LD_LIBRARY_PATH, then type 'ldd '. This will tell you which libs are found and which are not. Hope this helps. Corey On 6/22/06, swygue <[EMAIL PROTECTED]> wrote: > Once in a while I get some error, looking like this: /us

Re: Learn more about ld-elf and FreeBSD

2006-06-23 Thread swygue
-Rod On 6/23/06, Corey Brune <[EMAIL PROTECTED]> wrote: That's interesting. Would you email me the output of these commands? echo $LD_LIBRARY_PATH ls file libpq.so.3 Thanks, Corey On 6/22/06, swygue <[EMAIL PROTECTED]> wrote: > > Corey, > > Thanks for your resp