On 10/26/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
Anyone got any good/suitable links to share?
Hi Alan, Sorry I don't have any mid-level guides on this stuff. One trick to share though. If you absolutely want to know all the libraries that a program loads (including those that it dlopen's), use strace: strace -s 128 -f -e open <program to trace> <program args>... If that loads any libstdc++, I would guess you problem is conflicting C++ ABIs. My next best guess would be that sybase has some problem with nptl. -Richard -- gentoo-user@gentoo.org mailing list