Hello Michael,

> Agreed. libstdc++5 should be mentioned.
> 
> What doesnt work? Nothing works are all? Or just some specific feature
> like the browser plugin? I wanna understand that.
> 
> If its only a particulr feature I would probably add libstdc++5 as a
> suggests only.

Without libstdc++5 I got an error when executing java:

[EMAIL PROTECTED]:~$ java -version
Ошибка при загрузке: libstdc++.so.5: cannot open shared object file: No such 
file or directory
[EMAIL PROTECTED]:~$ 

"Ошибка при загрузке" in Russian means "Error when loading".

After installing libstdc++5 package from repository all seems to be OK:

[EMAIL PROTECTED]:~$ java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxp32devifx-20070806 
(SR5a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux ppc-32 j9vmxp3223-20070426 
(JIT enabled)
J9VM - 20070420_12448_bHdSMR
JIT  - 20070419_1806_r8
GC   - 200704_19)
JCL  - 20070725


Also I noticed that java ignores LANGUAGE or LC_MESSAGES env options (which is 
en_US.UTF-8 on my system) and uses only LANG option (which is ru_RU.UTF-8).

-- 
Best regards,
Michael



_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to