installed openjdk-7-jre but cant install madsonic-5.1.5150

Need help? Post your questions here.
sIRwa2
Posts: 13
Joined: 29 Oct 2013, 07:01
Has thanked: 1 time
Been thanked: 6 times

installed openjdk-7-jre but cant install madsonic-5.1.5150

Unread post by sIRwa2 »

hi, i used: sudo apt-get install openjdk-7-jre

that seemed to install fine, then i did:

sudo dpkg -i 20140927_madsonic-5.1.5150.deb

then i got this:

Code: Select all

Selecting previously unselected package madsonic.
(Reading database ... 45178 files and directories currently installed.)
Unpacking madsonic (from 20140927_madsonic-5.1.5150.deb) ...
dpkg: dependency problems prevent configuration of madsonic:
 madsonic depends on default-jre-headless | default-jre; however:
  Package default-jre-headless is not installed.
  Package default-jre is not installed.

dpkg: error processing madsonic (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 madsonic
but when i do: sudo apt-get install default-jre-headless, i get:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 default-jre-headless : Depends: openjdk-6-jre-headless (>= 6b23~pre8-2~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
any thoughts?
sIRwa2
Posts: 13
Joined: 29 Oct 2013, 07:01
Has thanked: 1 time
Been thanked: 6 times

Re: installed openjdk-7-jre but cant install madsonic-5.1.51

Unread post by sIRwa2 »

Nevermind, turned out i did:

sudo apt-get install openjdk-7-jre

in stead of:

sudo apt-get install openjdk-7-jdk

small detail. sorry for the post!
These users thanked the author sIRwa2 for the post:
DoCC
Rating: 7.69%
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: installed openjdk-7-jre but cant install madsonic-5.1.51

Unread post by Madsonic »

here you can find some Madsonic Java installation notes:

http://beta.madsonic.org/pages/installation.jsp#java
Post Reply