Hi Howard, Forget the tcpdump. It should just confirm things already known. The code in that part of bearerbox is as solid as it gets. All I/O passes through there and is been used thousands of times daily. The issue is with AIX 6.1. Something changed from previous versions and configuration is not updated for that. Dual libraries are also fine, I checked, it is a weird AIX convention - loads 1 archive with many different shared libraries in them. And the functionality of a single shared library in other systems may be spread in several shared objects in AIX.
Config log should be interesting, as well as a compilation line (to see compiler, flags and libraries) from: make clean make I suspect that the whole issue is in compiler and/or library settings. However, you will also need AIX help for those. I don't have access to AIX. Send me whatever you can today, and the rest October. BR, Nikos ----- Original Message ----- From: Howard Allison To: [email protected] Sent: Wednesday, September 23, 2009 7:03 PM Subject: Antwort: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: smsbox on AIX 6.1fails with fd 28 error Hi Nikos, the libiconv that gets delivered with AIX is horribly broken... that's why the different sources...I'll check the config logs tomorrow - I didn't notice anything while compiling though...I'm on vacation Friday and I doubt if I'll have time for a packet trace tomorrow... we'll see in October... thanks for the help, Howard Nikos Balkanas <[email protected]> wrote on 23.09.2009 14:29:38: > Nikos Balkanas <[email protected]> > 23.09.2009 14:29 > > An > > Howard Allison <[email protected]> > > Kopie > > [email protected] > > Thema > > Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: smsbox on AIX 6.1 fails with > fd 28 error > > Hi, > Your problem is a socket one, but unfortunately I don't know what. > The only curious thing is that you seem to load many times the same > library for bearerbox. libc.a (2x), libpthread.a(2x) libiconv.a(2x > and different than the /usr/lib/libiconv in telnet), libpthreads.a > (2x). Anything strange in the configuration logs? > Next thing I would try is to capture packets with tcpdump and try to > telnet from a different server to bearerbox. I have to go now, but I > hope that someone else with AIX can help you more. > Good luck, > Nikos > > On Wed, Sep 23, 2009 at 3:01 PM, Howard Allison <[email protected] > > wrote: > /usr/bin/telnet needs: > > /usr/lib/libc.a(shr.o) > /usr/lib/libpthreads.a(shr_xpg5.o) > /usr/lib/libbsd.a(shr.o) > > /usr/lib/libbind.a(shr.o) > /usr/lib/libcur.a(shr.o) > /usr/lib/libcur.a(shr32c.o) > /usr/lib/libiconv.a(shr4.o) > /usr/lib/libi18n.a(shr.o) > /usr/lib/libauthm.a(shr.o) > > /unix > /usr/lib/libcrypt.a(shr.o) > /usr/lib/libpthreads.a(shr_comm.o) > /usr/lib/libodm.a(shr.o) > /usr/lib/libcfg.a(shr.o) > > Howard ALLISON > > > Nikos Balkanas <[email protected]> wrote on 23.09.2009 13:59:44: > > > > Nikos Balkanas <[email protected]> > > > 23.09.2009 14:00 > > > > > An > > > > Howard Allison <[email protected]> > > > > Kopie > > > > [email protected] > > > > Thema > > > > Re: Re: Re: Re: Re: Re: Re: Re: Re: smsbox on AIX 6.1 fails with > fd 28 error > > > > > One final request: > > ldd $(which telnet) > > Nikos > > > > On Wed, Sep 23, 2009 at 2:56 PM, Howard Allison < > [email protected] > > > wrote: > > recv is in libc.a > > > > > > Mit freundlichen Grόίen > > Howard ALLISON > [ snip ]
