FreeBSD Port: dkfilter-0.10_1

2006-09-16 Thread Charles Mujie
Yanagisawa-san, I have a question on dkfilter-0.10_1. I've managed to install the port successfully and everything is running fine. However when I enable dkfilter_out_enable="YES" in the /etc/rc.conf file it stops at line 52 "logger -t ${name} `cat ${tmpfile}`". I have to do a control-D to continu

Re: FreeBSD Port: dkfilter-0.10_1

2006-09-17 Thread Charles Mujie
I've applied the patch and rebooted a couple of times and it looks fine. Thanks again. /cm Yoshisato YANAGISAWA wrote: >Dear Charles, > >Thank you for reporting the problem. > >On Sat, 16 Sep 2006 18:17:16 -0700 >Charles Mujie <[EMAIL PROTECTED]> wrote: > >

Re: FreeBSD Port: dkfilter-0.10_1

2006-09-22 Thread Charles Mujie
] [-f file] [-h host] [-p pri] [-t tag] [message ...] Looks like the error message is coming from line 60. I tried to debug the problem but I don't seem to be able to find out what is causing it. /cm Yoshisato YANAGISAWA wrote: >Dear Mujie-san, > >On Sun, 17 Sep 2006 10:46:48

Re: FreeBSD Port: dkfilter-0.10_1

2006-09-22 Thread Charles Mujie
Yanagisawa-san, Ignore my earlier e-mail. I found out the problem. I set the private key to be root readable so when the process starts and changes to dkfilter user it wasn't able to read the private key file. Now I've set it to dkfilter user and it is working fine. /cm _

Unable to build ImageMagick with X11

2006-12-09 Thread Charles Mujie
Hi, I am trying to install gallery2 from ports and while building ImageMagick I am getting the following error. Has anyone seen this error before? /cm making all in lib/font/FreeType...^M rm -f xttcap.o unshared/xttcap.o^M cc -c -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpoin

Re: Unable to build ImageMagick with X11

2006-12-09 Thread Charles Mujie
Eric, The ^M is because I cut and pasted from the script file. It doesn't show up on the screen. /cm Eric wrote: > Charles Mujie wrote: > >> Hi, >> >> I am trying to install gallery2 from ports and while building >> ImageMagick I am getting the following e

Re: Unable to build ImageMagick with X11

2006-12-09 Thread Charles Mujie
Eric, The ^M is because I cut and paste from my script file. I've update to the latest version using cvsup. I'm still experiencing the same problem. I am another server that is running ImageMagick version 6.2.9.3 and I didn't experience the compile problem below. /cm Eric wr