On Wed, 9 Jan 2002, Rengasamy, Samy wrote: > Can anybody give a solution for this scenario? > We have a java application running on NT. > The vendor does have some platform specific data in a DLL. > The application could be run on a Solaris platform also. > And I do have the .so file for Solaris platform. > > I did try to run the application on Linux/390 with the Solaris .so file, > but I am getting 'invalid ELF Header message'. > I do not have access to the source code. > How can I port this application to Linux/390? I don't think IBM will provide a ultrasparc-facility for zSeries ;-)
.so means shared object, this is real binary code, like all other binaries as well. I think it is impossible to convert a binary file on this level. Maybe provide the owner of the sourcecode a virtual image that they can port there .so file for themselves. Greetings Oliver Paukstadt +++LINUX++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++Manchmal stehe ich sogar nachts auf und installiere mir eins....+++++++ +++ [EMAIL PROTECTED] +++ http://linux.zSeries.org/ ++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
