On Fri, Jul 08, 2005 at 06:40:05AM -0400, Zaq Rizer wrote: > The package contains statically-compiled 32bit binaries. It runs (the > server process, I mean) in native amd64 code, except that when a client > tries to connect, after it authenticates via SSH, it bails because it > cannot find the aforementioned libstdc file, since it expects this > common 32bit library. I tried moving the directory into my 32bit > chroot, and running it from there, but that seems to cause an entire > 'nother set of issues. (e.g., the server process won't even start). > I'll look into it more today, I'd love to get it working and write up a > howto for other debian-amd64 folks.
Not very 'static' if they expect libstdc++ shared object to be around are they? Is your ia32 libs dir in /etc/ld.so.conf? Did you run ldconfig after adding them? Does ldd /some/32bit/binary show all needed libs as found? Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

