Tyanks kenneth.

> >/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.

 Great, It works now. I installed  autoconf , automake and libtools rpms ; recompiled
the openssl. finally I compiled qpopper 4.0.3 without any problem.
Thanks.
 
> > 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.

 Adding the line to syslog.conf resolved my problem :-)

 
> 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.]

-- 
John Hardly
E-mail : john (at) iav (dot) ac (dot) ma

Reply via email to