|
Sun Java Webserver 7 on an amd64 gentoo |
|
|
|
|
Written by Randy Carver
|
|
Sunday, 23 September 2007 09:24 |
|
I rebuilt my machine recently. I run gentoo linux and my world file was getting a bit messy and revdep-rebuild had stopped working. Then I did a world update and blew the whole thing up. So I did a brand new install. Tried to get my triple head system to work with xgl again, (failed - again... but thats another article). And I needed to setup a bunch of stuff for work. One of the projects I'm working on is built on Sun Java Webserver 7 (sjws7), a nice little webserver that can run j2ee apps. The only "officially" supported linux platform is Redhat. But its a self installing script. I grabbed it (its free) and downloaded it and ran into a problem installing it as it needed 32 bit versions of libstdc++.so.5. The solution is to emerge the app-emulation/emul-linux-x86-compat package. The sys-libs/libstdc++-v3 package contains the 64 bit version of libstdc++.so.5 and won't work.
|