Re: Axis C++ in SASL plugin
Dan White <[email protected]>
| Newsgroups | gmane.comp.security.cyrus.sasl |
|---|---|
| Message-ID | <[email protected]> |
On 12/14/12 09:48 -0500, Mathew iprocessor wrote: >Hi Dan White, > >Thanks for your reply. I have oe doubt, Sorry if it is a silly one, am bit >new to this,how to see the syslog? I googled and found something but I >dont have a syslog file in /var directory. Can you please provide me some >links on this? Still I didnt get any clue for this issue. Check your system documentation. Look for /etc/syslog.conf, or /etc/rsyslog.conf (rsyslog.d), which are two common syslog daemons. >I also tried "ldd -d libplain.so.2.0.25". I get the below result. The same >result is for "ldd libplain.so.2.0.25". > linux-vdso.so.1 => (0x00007fff26fc5000) > libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f01323db000) > libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f01321c1000) > libc.so.6 => /lib64/libc.so.6 (0x00007f0131e2d000) > libfreebl3.so => /lib64/libfreebl3.so (0x00007f0131bcb000) > /lib64/ld-linux-x86-64.so.2 (0x0000003476200000) > libdl.so.2 => /lib64/libdl.so.2 (0x00007f01319c7000) Presumably Axis C++ comes with a library that you should be linking against. Syslog should produce some symbols errors if that's the case. -- Dan White