> JDK 1.2.2 requires glibc 2.1.2 which AFAIK translates to
> libc 6.1.2 and _not_ libc 5. Hope this helps :-)
Thanks for making it clear. Does anyone here happen to know if I can have
libc5 and glibc installed on the same box?
Thanks again!
Hi...
I am trying to get jdk1.2.2 to run on Slackware but it doesn't seem to
work. I read on the blackdown's faq that it works with the latest libc5
but it's not working... here's my configuration:
libc.so.5.4.46 (latest)
ld1.9.9 (latest)
Here's what happens when I do
Hi everyone,
I have just installed jdk1.2.2 on my slackware linux system. When i try
to execute any of the wrappers i get 'illegal instruction', it seems to
be when the shell script gets to the run section - has anyone else come
across this, and solved the prob ?
If so i would b
Hi everybody,
Maybe I've missed some some note on hardware dependencies of the
upcoming 1.2.2 port
for i386, but in my case RC1 crashes during early stages of startup on
486 box, while working
smoothly (except well-known bugs :-) on P-IIs running the same system
(Slackware distribution
Eric Duval wrote:
>
> Hi,
>
> I have,
>
> Slackware 3.5 (Linux 2.2.7)
> Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
> linuxthreads-0.71
> JDK1.2 prev-v2
An earlier note on this topic
(http://www.mail-archive.com/java-linux@ja
Hi,
I have,
Slackware 3.5 (Linux 2.2.7)
Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
linuxthreads-0.71
JDK1.2 prev-v2
Environment variables :
PATH=$PATH:/u/jdk1.2/bin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i
Hi,
I have,
Slackware 3.5 (Linux 2.2.7)
Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
linuxthreads-0.71
JDK1.2 prev-v2
Environment variables :
PATH=$PATH:/u/jdk1.2/bin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i
ead.so.0 -> libpthread.so.0.7*
-rwxr-xr-x 1 root root64476 Apr 3 04:28
libpthread.so.0.7*
I had no problems running the glibc version of jdk1.1.7-v1a.
Slackware 4.0 kernel version is 2.2.6 with lib/libpthread.so.0.7
sourced
from LinuxThreads 0.7.1. I even tried using
I am also facing the same problem. I guess it's because of improper libc version.
My system has Slackware 2.0.34 with libc5.4.44. But jdk1.2 distributions ported so far
are only for glibc libraries. So,
with libc5 one will get the following errors. (I got them as well).
After that, I tri
Does jdk1.2 run on Linux 2.0.35 (slackware)?
Here is what I get when I try to execute a demo
gray:~/java2/jdk1.2/demo/jfc/SampleTree[572] java SampleTree
/home/antoy/java2/jdk1.2/jre/bin/realpath:
/home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory
/home/antoy
Rod MacKinney wrote:
>Everyone seems to be using RedHat
>Can I used Slackware?
>If not, why not?
>If so, which versions are required?
???
Yes. I have 2 Linux machines running Slackware 3.6 (glibc) on which I use
the jdk117_v1a. I plan on switching to jdk 1.2 soon. (or maybe not
Everyone seems to be using RedHat
Can I used Slackware?
If not, why not?
If so, which versions are required?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sat, 22 May 1999 17:51:05 +1000, Steve Nguyen wrote:
>I tried to install JDK117_v3 into Slackware 3.6, Kernel 2.0.36 (libc5).
Note that JDK 1.1.7-v3 is a glibc binary. Older libc5 needs to continue
to use JDK 1.1.7-v1a (there is almost no difference between the two)
Michael S
Hi,
I have been trying to install JDK117v3 into our Slackware 3.6 (kernel
2.0.36) without sucess. We then tried to recently upgrade to glibc2 and
consistantly got the erorr message (nothing works by the way):
web2:~/jdk117_v3# java
/root/jdk117_v3/bin/java: /root/jdk117_v3/bin/i686
I tried to install JDK117_v3 into Slackware 3.6, Kernel 2.0.36 (libc5).
After untar JDK, and setup
JAVA_HOME=/var/jdk117_v3
export JAVA_HOME
PATH=$JAVAHOME:$PATH
export PATH
then I run the java command and I got:
web2:/var/jdk117_v3/bin# java
./java: /var/jdk117_v3/bin/../bin/i686/green_threads
If you want to run jdk1.2pre1 on Slackware it is not enough to run this
command:
g++ -shared -o /usr/lib/libstdc++-libc6.0-1.so.2 -lm
If you do that you stiil get an unresolved __getfpucw in libm.
Instead run:
g++ -shared -o /usr/lib/libstdc++-libc6.0-1.so.2 -lm -lc
That should do the trick
Hi,
> I´m having a lot of problems installing JDK1.1.7 on Linux Slackware. Is it
> really possible? If not, anybody know a version of JDK for Slackware.
I've set it up on two slackware systems with version 1.1.6. In both cases
they worked perfectly right out of the box. I think t
Hi,
I´m having a lot of problems installing JDK1.1.7 on Linux Slackware. Is it
really possible? If not, anybody know a version of JDK for Slackware.
The compiler simply creates a core for the compilation for the
HelloWorld.java example.
Thank you.
Mauricio Cristal
Also sprach jim watson --- 06:13 AM 10/21/98 +1000
>Marsh, Douglas wrote:
>
>>
>> new enought versions. If anyone has any other advice for a newbie to the JDK
>> (or JRE) and getting it to work with the generic slackware 3.4 or 3.5.
>
>I have jdk working in sla
Marsh, Douglas wrote:
>
> new enought versions. If anyone has any other advice for a newbie to the JDK
> (or JRE) and getting it to work with the generic slackware 3.4 or 3.5.
I have jdk working in slackware 3.5 (and previously 3.4), everything as
supplied with no extras required -
Stop sending me e-mail.
-Original Message-
From: Michael Sinz [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 19, 1998 2:41 PM
To: [EMAIL PROTECTED]; Marsh, Douglas
Subject: Re: FW: Slackware and static versus ELF
On Mon, 19 Oct 1998 14:39:40 -0700, Marsh, Douglas wrote:
>
>Wel
On Mon, 19 Oct 1998 14:39:40 -0700, Marsh, Douglas wrote:
>
>Well this is an update, I've collected bits and pieces of later/newer, ELF
>compiled, X lib files from two other linux systems where the installed (not
>me) custom installed his X Windows (one was Slackware and the o
Well this is an update, I've collected bits and pieces of later/newer, ELF
compiled, X lib files from two other linux systems where the installed (not
me) custom installed his X Windows (one was Slackware and the other RedHat,
but both have more than new enough ELF X libs). The JRE is happy
and getting it to work with the generic slackware 3.4 or 3.5.
Thanks for the tip in the FAQ about removing the libraries when installing
under Slackware.
Because you asked for posts about installating under Slackware, here it is
8^)
I'm on an older distribution - Slackware 3.3 - but I have installed the
GlibC libraries (2.0.6 ??). The Linux kern
Hi James,
some of us running Slackware but with the following
configuration found useful to follow Paul Ho suggestions
(dated 10/07/98)
Don't know if it apply to you but you can safely give it a try.
configuration:
jdk116v2
lib5
ld.so.1.9.9
>>Paul Ho write:
>>For everyo
Greetings Java-Linux group! I'm hoping someone can help me with this
snag:
I've been developing an application that runs ok under Slackware 3.4
with jdk1.1.6-v1. When I installed Slackware 3.5 it get a segmentation
violation when trying to run the same app. I've upgraded to
We are using libc5. I tried Pauls advice of removing the two files libc.so.5
and libdl.so.1 from ~JAVAHOME/lib/i686/green_threads/ This seemed to fix the
problem keeping the 1.9.9 version of the system ld.so library.
-John
Casiraghi Luigi wrote:
> In data 06.58 09/07/98 -0700, John Vliet ha sc
In data 06.58 09/07/98 -0700, John Vliet ha scritto:
>In my description of the problem I mentioned that you can replace the
>ld-linux.so library with an older version (1.9.5 as opposed to 1.9.9)
>and the Java stuff seems to work fine. Unfortunately this causes our
>dhtml server and it's database t
In data 05.08 10/07/98 -0700, peter johnson ha scritto:
>
>
>Casiraghi Luigi wrote:
>
>> I received a SIGSEGV 11* segmentation violation.
>>
>> Here is my configuration:
>>
>> Linux Slackware 3.0 (kernel 2.0.0)
>> jdk1.1.6v2
>>
Casiraghi Luigi wrote:
> I received a SIGSEGV 11* segmentation violation.
>
> Here is my configuration:
>
> Linux Slackware 3.0 (kernel 2.0.0)
> jdk1.1.6v2
> libc5 (I upgraded to libc to libc5.4.44 and also ld as recommended)
>
> ldconfig -D output
John Vliet wrote:
>
> In my description of the problem I mentioned that you can replace the
> ld-linux.so library with an older version (1.9.5 as opposed to 1.9.9)
> and the Java stuff seems to work fine. Unfortunately this causes our
> dhtml server and it's database to break. Interestingly thoug
** From: Casiraghi Luigi <[EMAIL PROTECTED]>
> I've installed jdk1.1.6v2 on my linux box following
> the README and the FAQ instructions but as soon as
> I launched the example:
> I received a SIGSEGV 11* segmentation violation.
> Linux Slackware 3.0 (kernel 2.0.
In my description of the problem I mentioned that you can replace the
ld-linux.so library with an older version (1.9.5 as opposed to 1.9.9)
and the Java stuff seems to work fine. Unfortunately this causes our
dhtml server and it's database to break. Interestingly though, you can
switch to the olde
OpenlookButtons/example.htm
I received a SIGSEGV 11* segmentation violation.
Here is my configuration:
Linux Slackware 3.0 (kernel 2.0.0)
jdk1.1.6v2
libc5 (I upgraded to libc to libc5.4.44 and also ld as recommended)
ldconfig -D output
ldconfig: version 1.9.9
/usr/local/lib:
35 matches
Mail list logo