|
From: Nicholas D. <nd...@gm...> - 2008-08-18 19:57:35
|
Hi, Holger: We're using Java 1.5.x, but the problem was not with the version of Java but with the fact that the Pthreads library on the AIX box was older than the one that the 3.3.0 wrapper was linked against. Regards, Nick On Mon, Aug 18, 2008 at 3:11 AM, Holger Isenberg <ise...@e-...>wrote: > Which Java version do you used? According to > http://www.ibm.com/developerworks/java/jdk/aix/service.html Java5 needs at > least 5300-03 > > > > > On 08.08.2008 21:55 Uhr, "Nicholas Dronen" <nd...@gm...> wrote: > > > Hi: > > > > I'm getting unresolved symbol errors (shown below) on AIX 5.3 Technology > Level > > [TL] 2 when I try to run 3.3.0. <http://3.3.0.> Specifically: > > > > exec(): 0509-036 Cannot load program [program name] because of the > following > > errors: > > 0509-130 Symbol resolution failed for staddin because: > > 0509-136 Symbol __pth_init (number 57) is not exported from > > dependent module /usr/lib/libpthreads.a(shr_xpg5.o). > > 0509-192 Examine .loader section symbols with the > > 'dump -Tv' command. > > > > Presumably I should upgrade to a more recent AIX in order to run 3.3.0. > > <http://3.3.0.> What version of AIX (`oslevel -r`) was 3.3.0 built on? > Is > > there a version of JSW that is known to run on 5300-02? > > > > Regards, > > > > Nick > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > -- > ________________________ > e-Spirit AG > Holger Isenberg > Unix Consulting & Administration > e-Spirit AG > T: +49 (0)231 28661-41 > F: +49 (0)231 28661-59 > E: ise...@e-... > W: http://e-spirit.de > ________________________ > > Postanschrift: Barcelonaweg 14, 44269 Dortmund > Vorstand: Jörn Bodemann (Vors.), Christoph Junge > Vorsitzender des Aufsichtsrats: Michael Kenfenheuer > Amtsgericht Dortmund (HRB 20399) > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |