Unix Technical Forum

java-package

This is a discussion on java-package within the Debian Linux support forums, part of the Debian Linux category; --> I want to install tomcat 5.5 on Debian sarge 3.1. I have been trying to "apt-get install java-package/testing" but ...


Go Back   Unix Technical Forum > Unix Operating Systems > Debian Linux > Debian Linux support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-19-2008, 07:37 AM
rogo
 
Posts: n/a
Default java-package

I want to install tomcat 5.5 on Debian sarge 3.1. I have been trying to
"apt-get install java-package/testing" but i get the message that the
testing release of java-package could not be found. Can someone point
me in a direction to get a java-package > 0.24 version. 0.24 gives me a
"no plugins" error when trying to install jdk-1.5.0 which seems to be a
known problem.

I have been trying all the sources in this source.list including those
commented out:

#deb http://ftp.no.debian.org/debian/ sarge main

deb http://ftp.no.debian.org/debian/ stable main
deb-src http://ftp.no.debian.org/debian/ stable main

#deb http://ftp.us.debian.org/debian/ stable main
#deb-src http://ftp.us.debian.org/debian/ stable main

#deb http://security.debian.org/ stable/updates main

#deb http://ftp.no.debian.org/debian/ unstable main
#deb-src http://ftp.no.debian.org/debian/ unstable main

#deb http://ftp.us.debian.org/debian/ unstable main
#deb-src http://ftp.us.debian.org/debian/ unstable main

#deb http://ftp.no.debian.org/debian sarge main contrib non-free
#deb-src http://ftp.no.debian.org/debian sarge main contrib non-free

#deb http://ftp.us.debian.org/debian sarge main contrib non-free
#deb-src http://ftp.us.debian.org/debian sarge main contrib non-free

#deb http://ftp.no.debian.org/debian/ testing main
#deb-src http://ftp.no.debian.org/debian/ testing main

deb http://ftp.us.debian.org/debian/ testing main
deb-src http://ftp.no.debian.org/debian/ testing main

#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib
non-free

#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main
contrib non-free

# PHP5.0 for Debian sarge
#deb http://people.debian.org/~dexter php5 sarge

Any help is appreciated

rogo.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-19-2008, 07:38 AM
Neil Woods
 
Posts: n/a
Default Re: java-package

"rogo" <arpcdp@hotmail.com> writes:

> I want to install tomcat 5.5 on Debian sarge 3.1. I have been trying to
> "apt-get install java-package/testing" but i get the message that the
> testing release of java-package could not be found. Can someone point
> me in a direction to get a java-package > 0.24 version. 0.24 gives me a
> "no plugins" error when trying to install jdk-1.5.0 which seems to be a
> known problem.
>
> I have been trying all the sources in this source.list including those
> commented out:


[snip]
> #deb http://ftp.no.debian.org/debian/ testing main
> #deb-src http://ftp.no.debian.org/debian/ testing main
>
> deb http://ftp.us.debian.org/debian/ testing main
> deb-src http://ftp.no.debian.org/debian/ testing main


You need to add a "contrib" section by appending the word to the end of
one of these lines, e.g.:

deb http://ftp.us.debian.org/debian/ testing main contrib

% apt-cache show java-package
Package: java-package
Priority: optional
Section: contrib/misc
[...]
--
Neil.
Rap music is just computerised crap. I listen to Top of the Pops and after
three songs I feel like killing someone.
-- George Harrison
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-19-2008, 07:40 AM
rob
 
Posts: n/a
Default Re: java-package

On Tue, 14 Mar 2006 04:43:30 -0800, rogo wrote:

> I want to install tomcat 5.5 on Debian sarge 3.1. I have been trying to
> "apt-get install java-package/testing" but i get the message that the
> testing release of java-package could not be found. Can someone point
> me in a direction to get a java-package > 0.24 version. 0.24 gives me a
> "no plugins" error when trying to install jdk-1.5.0 which seems to be a
> known problem.
>
> I have been trying all the sources in this source.list including those
> commented out:
>
> #deb http://ftp.no.debian.org/debian/ sarge main
>
> deb http://ftp.no.debian.org/debian/ stable main
> deb-src http://ftp.no.debian.org/debian/ stable main
>
> #deb http://ftp.us.debian.org/debian/ stable main
> #deb-src http://ftp.us.debian.org/debian/ stable main
>
> #deb http://security.debian.org/ stable/updates main
>
> #deb http://ftp.no.debian.org/debian/ unstable main
> #deb-src http://ftp.no.debian.org/debian/ unstable main
>
> #deb http://ftp.us.debian.org/debian/ unstable main
> #deb-src http://ftp.us.debian.org/debian/ unstable main
>
> #deb http://ftp.no.debian.org/debian sarge main contrib non-free
> #deb-src http://ftp.no.debian.org/debian sarge main contrib non-free
>
> #deb http://ftp.us.debian.org/debian sarge main contrib non-free
> #deb-src http://ftp.us.debian.org/debian sarge main contrib non-free
>
> #deb http://ftp.no.debian.org/debian/ testing main
> #deb-src http://ftp.no.debian.org/debian/ testing main
>
> deb http://ftp.us.debian.org/debian/ testing main
> deb-src http://ftp.no.debian.org/debian/ testing main
>
> #deb http://http.us.debian.org/debian stable main contrib non-free
> #deb http://non-us.debian.org/debian-non-US stable/non-US main contrib
> non-free
>
> #deb-src http://http.us.debian.org/debian stable main contrib non-free
> #deb-src http://non-us.debian.org/debian-non-US stable/non-US main
> contrib non-free
>
> # PHP5.0 for Debian sarge
> #deb http://people.debian.org/~dexter php5 sarge
>
> Any help is appreciated
>
> rogo.


I have found that the 'no plugins' error can be worked around by doing:

DEB_BUILD_GNU_TYPE=x86_32-linux fakeroot make-jpkg <name-of-the-sdk-bin>

--rob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com