New to Debian/Linux-- I d/l'ed Sun's JDK 1.3 (rpm), ran alien to get a deb, and used dpkg to install. When I try to compile w/javac, I get:
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory If I do dpkg -s libc6, I get: Package: libc6 Status: install ok installed Priority: required Section: base Installed-Size: 5505 Maintainer: Ben Collins <[EMAIL PROTECTED]> Source: glibc Version: 2.1.3-17 Replaces: timezone, timezones, libc6-dev (<< 2.0.110-1), libc6-bin, locales (<< 2.1.3-5), gconv-modules Provides: gconv-modules Pre-Depends: ldso (>= 1.9.11-2.1) Recommends: locales Suggests: glibc-doc Conflicts: libc5 (<< 5.4.33-7), libpthread0 (<< 0.7-10), timezone, timezones, li bwcsmbs, libc6-doc, libtricks, apt (<< 0.3.0), libglib1.2 (<< 1.2.1-2), libc6-bi n, gconv-modules Conffiles: /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e Description: GNU C Library: Shared libraries and Timezone data Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Timezone data is also included. Where would I find libstdc++-libc6.1-1.so.2? Is that a different package? TIA, Rob