Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.
Originally posted by: John_Watts
Hi,
We have written a C module for IHS Webserver.
We used to build this module on AIX 6 and it worked fine on both AIX 6 and AIX 7. Recently we migrated our build machine to AIX 7. We are able to compile the module without any issues but it doesn't work on AIX 6 anymore. When we try to start the webserver after enabling that module, we get the below error.
rtld: 0712-001 Symbol __setjmp was referenced from module , but a runtime definition of the symbol was not found
It works fine on AIX 7.
A similar issue was raised earlier: https://www.ibm.com/developerworks/community/forums/html/topic?id=d0c23576-b3fc-42ca-b7f7-00db4641c358&ps=10&tags=&query=&filter=
Do you have any more details on this issue ?
Originally posted by: AyappanP
You can't compile it in higher version of AIX and expect it to work in lower version. That goes with any software.