users@glassfish.java.net

Re: HowTo install sjsas_pe-9_0_01-p01-linux.bin on a 64bits FC5 box

From: Shreedhar Ganapathy <Shreedhar.Ganapathy_at_Sun.COM>
Date: Thu, 04 Jan 2007 14:27:26 -0800

Thanks for the tip Frank.
If you write a blog on this more people would know and we could also
highlight it on TheAquarium blog.

regards
Shreedhar

Franck Quinard wrote:
> Hello,
>
> Just a quick step by step to work around the problems of installing
> sjsas_pe-9_0_01-p01-linux.bin on a 64 bits FC5 box.
>
> First problem: it cannot find the libstdc++.so.5. You could set the
> LD_LIBRARY_PATH to were it is (/usr/lib64) but it won't work because
> it's a 64bits library and it's looking for the 32bit library.
> Unfortunatly, in /usr/lib you don't have libstdc++.so.5 but you have
> libstc++.so.6. Just create a link (ln -s libstdc++.so.5 libstc++.so.6)
> and it will do the trick. Don't forget to set LD_LIBRARY_PATH now to
> /usr/lib.
>
> Second problem: it needs a 32 bit JVM to do the installion and you
> probably have a 64 bit JVM. Just install a 32 bit JVM version and run
> the installation. During the installation, it will ask you wich jdk
> you want to use to run the app serv, set it to your 64 bit JVM at that
> time. Then you can remove your 32 bit JVM, you don't need it anymore.
>
> Hope it helps
>
> Franck
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>