This is a discussion on pthread can not use on 5300-03 while the program is compile use 5300-04 box within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi, there Our program cannot used on AIX 5300-03 box while this program is compiled on 5300-04 box because ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, there Our program cannot used on AIX 5300-03 box while this program is compiled on 5300-04 box because of follow error: Could not load program our_program: rtld: 0712-001 Symbol __pth_init was referenced from module our_func(), but a runtime definition of the symbol was not found. rtld: 0712-002 fatal error: exiting. Did anyone meet similar issue? Is there any document has clarify this? Thanks, Stevens |
| |||
| I have to see our compile box is 5300-04-CSP. Thanks again On Nov 9, 9:49 am, Stevens <yongdong...@gmail.com> wrote: > Hi, there > > Our program cannot used on AIX 5300-03 box while this program is > compiled on 5300-04 box because of follow error: > > Could not load program our_program: > > rtld: 0712-001 Symbol __pth_init was referenced > > from module our_func(), but a runtime definition > > of the symbol was not found. > > rtld: 0712-002 fatal error: exiting. > > Did anyone meet similar issue? Is there any document has clarify > this? > > Thanks, > Stevens |
| ||||
| On Nov 9, 6:49 am, Stevens <yongdong...@gmail.com> wrote: > Hi, there > > Our program cannot used on AIX 5300-03 box while this program is > compiled on 5300-04 box because of follow error: > > Could not load program our_program: > > rtld: 0712-001 Symbol __pth_init was referenced > > from module our_func(), but a runtime definition > > of the symbol was not found. > > rtld: 0712-002 fatal error: exiting. > > Did anyone meet similar issue? Is there any document has clarify > this? > > Thanks, > Stevens AIX guarantees that applications compiled on a previous release will run on a later release, not vice versa.. The only thing, I guess, which you can do is to recompile in 5300-03, or better still, compile in 5300-00. |