| Summary: | "buffer_append_space: alloc 10506240 not supported" on AIX5 when attempting to use compression | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | andrew_wrobel |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | AIX | ||
|
Description
andrew_wrobel
2003-10-29 05:22:10 AEDT
I've seen this a few times before and it's usually an issue with zlib. Please try recompiling zlib, then recompiling openssh. Make sure you're using zlib 1. 1.4, and that there isn't an old zlib somewhere in your link path. I had seen references to that as well. I have recompiled zlib 1.1.4, verified that an older zlib isn't located on the system. I've recompiled openssh a couple of different times, using different configure options, still the same issue. Would compiling openssh WITHOUT zlib fix the problem? zlib is required, you can't compile without it. You're not using the gcc-2.9x that came on the AIX toolbox CD are you? I've personally seen that miscompile openssl, and I suspect it of causing a number of other problems. If you're using it, I strongly suggest you upgrade to a newer gcc. If that's not possible, compile zlib and openssh (and openssl if you compiled it with that compiler) without optimization and see if the problem persists. 2 months no reply = closed bug. Mass change of RESOLVED bugs to CLOSED |