Description: BC 5.2.1/EDI 5.3 can be supported on SUSE 9 with the following changes:
Either of the following changes would work, before starting the BusinessConnect runtime engine.
1. In the deployed BusinessConnect .tra file, add the following. The following library is the one currently available with the SuSE EL 9 version with no patches that needs to be preloaded.
tibco.env.LD_PRELOAD=/usr/lib/libstdc++.so.5.0.6
2. Using the Shell command to set LD_PRELOAD (This might not work if starting from Admin UI).
For csh: setenv LD_PRELOAD /usr/lib/libstdc++.so.5.0.6
For bourne shell: LD_PRELOAD=/usr/lib/libstdc++.so.5.0.6; export LD_PRELOAD
Note: The libstdc++.so.5 is the minimum required for XEngine libraries to work. If there are newer libraries with the SuSE EL 9 due to different patch versions applied, users must make appropriate changes for LD_PRELOAD and look for c++ standard libraries that are above this version. Users can also add the tibco.env.LD_PRELOAD=/usr/lib/libstdc++.so.5.0.6 in the edi.tra (located in $BC_HOME/protocols/edi/bin) before deploying the server and users must make sure it is added to all the BC Interior Engines.