On 3/28/07, Tobias Oetiker <[EMAIL PROTECTED]> wrote:
/usr/lib/sasl2/libcrammd5.so.2.0.19:     file format elf32-i386

DYNAMIC SYMBOL TABLE:
00000af8 l    d  .init  00000000              .init
00000cf0 l    d  .text  00000000              .text
...

I don't see any symbols in there that duplicate the symbols
that authd wants to use.  Still, it was worth a try.

It's still possible that there's a clash somewhere else.  The
brute-force way to look for symbol clashes in a running
process (in this case authd) is to get the list of loaded libraries
from 'lsof -p', as you did earlier, and then dump their symbol
lists and look for symbol names that are exported by more
than one library.  'awk' is a fine tool for this.

Sometimes the clash will be obvious, you'll see two different
versions of the same library loaded into the process.

OttoM.
__
ottomeister

Disclaimer: These are my opinions.  I do not speak for my employer.
_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

Reply via email to