Self-Sign HowTo? (fwd)
Ed Arizona
edg@arizonaed.com
Tue, 8 Jul 2003 11:50:07 -0400 (EDT)
Thanks for the reply.
I guess I should have been more verbose in my original posting. I found
keytool but jarsigner is *not* in the tarball I downloaded. Am I going
nuts? Do I need to download and install the 100 meg tarball or is the 22
meg java download good enough?
rpm -aq | grep -i glibc
glibc-2.1.1-16mdk
compat-glibc-5.3.2.0.7.1
blic-devel-2.1.1-16mdk
Guess it's too old eh? Maybe I should download an older jdk.
-Ed.
On Tue, 8 Jul 2003, Mike Vanecek wrote:
> On Tue, 8 Jul 2003 09:46:00 -0400 (EDT), Ed Arizona wrote
> > ---------- Forwarded message ----------
> > Date: Mon, 7 Jul 2003 14:47:22 -0400 (EDT)
> > From: Ed Arizona <edg@arizonaed.com>
> > To: Mike Vanecek <mind_list@mm-vanecek.cc>
> > Subject: Re: Self-Sign HowTo?
> >
> > Hello,
> >
> > I've been half heartedly trying to sign my applet for ... well
> > forever. hehehe Since I am way behind the times in the latest java
> > developments, I'm confused as to where I get "keytool" and
> > "jarsigner" and stuff.
>
> They were included when I installed the SDK, i.e.,
>
> /usr/java/j2sdk1.4.2/bin/keytool
> /usr/java/j2sdk1.4.2/bin/jarsigner
>
> > I downloaded j2sdk v1.4.1 (yeah I know 1.4.2 is out but... ) but it
> > doesn't have a "jarsigner" and the "keytool" binary complains that
> > "libjvm.so failed because /var/tmp/j2..../libjvm.so: symbol sem_wait,
> > version GLIBC_2.1 not defined in file libpthread.so.0 with link time
> > reference"
>
> Cannot help you with the glibc issue. You may need an earlier version of java
> that was not compiled with gcc 3.2?
>
> > Now also realize that this box is old as sin. It's highly possible that
> > GLIBC version 2.1 isn't on this box.
>
> Should be easy enough to find out:
>
> [admin@www admin]$ rpm -qa | grep -i glibc
> glibc-kernheaders-2.4-8.10
> glibc-2.3.2-27.9
> glibc-devel-2.3.2-27.9
> glibc-common-2.3.2-27.9
>
> > ps--what benefits are there to signing the darn thing?
>
> It allows one to do file operations such as copy/cut/paste to apps outside of
> the mindterm window.
>
>
>
> _______________________________________________
> Mindterm-users mailing list
> Mindterm-users@mindterm.appgate.com
> http://mindterm.appgate.com/mailman/listinfo/mindterm-users
>