"Scott D. Yelich" wrote:
> 
> security [965]> gcc -L/usr/ucblib -lucb taildir.c -o taildir
> security [966]> ./taildir .
> /taildir: scandir: : No such file or directory
> 
> I also can't seem to get a -static version of this to compile...
> and I had to add /usr/ucblib to my LD_LIBRARY_PATH.
> 
> but, as you can see, it still doesn't run.

Try using are ful directory name rather than ".", eg: 

$ ./taildir /var/log/qmail

Just a thought...

-- 
Two rules to success in life: 
  1. Don't tell people everything you know.
     -- Sassan Tat

Reply via email to