Operating System - HP-UX
1834779 Members
3062 Online
110070 Solutions
New Discussion

11.23 vs 11.11 Library compatibility ??

 
Vic S. Kelan
Regular Advisor

11.23 vs 11.11 Library compatibility ??

I am getting the below error trying to build a simple tuxedo application ( I already opened a case with BEA)

I think it has to do with me using 11.11 but BEA only fully supporting 11.23 for version 9 of tuxedo.....

So I got a call from BEA and was told "doesnt HPUX have some kind of library compatibility kit that will make the 11.11 library "work" like 11.23" ...is there anything like this please?

Does anybody have any tips in terms of the OS what I could do to trouble shoot this further?

Thanks
===============================================
$ buildclient -v -o simpcl -f simpcl.c

cc -I$TUXDIR/include -o simpcl -L${TUXDIR}/lib +DA2.0W -Wl,+s -D__BIGMSGQUEUE_ENABLED simpcl.c -ltux -lbuft -lfml -lfml32 -lengine -lpthread -lcl -lnsl

ld: (Warning) Unsatisfied symbol "pthread_create" in file /tuxedo/tuxedo9.0/lib/libengine.sl

ld: (Warning) Unsatisfied symbol "pthread_attr_init" in file /tuxedo/tuxedo9.0/lib/libengine.sl

2 warnings.
1 REPLY 1
Sanjay_6
Honored Contributor

Re: 11.23 vs 11.11 Library compatibility ??

Hi,

If BEA is not supporting the version on 11.11, then either you need to work with BEA / HP to make this work or BEA should open a Case with HP to find out how this could work. There is no point in you trying to make something work that the vendor has not designed for and is not supporting.

The compatibility is always to a downward version (normally). An application running on 11.11 should work on 11.23, but the reverse in not going to be true all the time. It would depend on what is used in the application that relates to the OS.

Hope this helps.

regds