On Tue, 16 Oct 2001 11:55:39 +0000, John Hardly wrote:

>/usr/local/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
>dso_dlfcn.o(.text+0x99): undefined reference to `dlopen'
>dso_dlfcn.o(.text+0xfd): undefined reference to `dlclose'
>dso_dlfcn.o(.text+0x1a3): undefined reference to `dlsym'

You're missing some library that provides dlopen, dlclose, and dlsym.
I'd guess those are part of the dynamic loader stuff, perhaps part of
libtool.

> When I compile Qpopper (4.0.3) to log to a different log file (using the
>--enable-log-facility=LOG_LOCAL5),
>it STILL logs to the /var/log/messages !!!
> How to prevent this ? i.e: I only want qpopper to log to the file I specified with 
>the LOG_LOCAL5
>NOT logging
>to two log files.

That's a syslog issue. Read the man page for syslog.conf. You probably
need to add local5.none to the line that selects items to log to
/var/log/messages.

Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/
[If answering a mailing list posting, please don't cc me your reply. I'll take my 
answer on the list.]


Reply via email to