![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 30
|
Re: Freevo won't start
Quote:
|
|
|
|
|
|
|
#12 | |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2005
Beans: 27
Ubuntu Breezy 5.10
|
Re: Freevo won't start
Quote:
Remove broken version of freevo Code:
sudo apt-get remove freevo freevo-data python-freevo Code:
deb http://debian.geole.info/ etch main contrib non-free Code:
sudo apt-get update sudo apt-get install freevo Hope this helps! Last edited by finster; April 2nd, 2008 at 03:40 PM.. Reason: mistake |
|
|
|
|
|
|
#13 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
Location: Melbourne, Australia
Beans: 4
Ubuntu 7.10 Gutsy Gibbon
|
Re: Freevo won't start
Awesome to hear it's working.
Just wondering if anyone has been able to get Freevo version 1.8.0 working on Ubuntu 7.10 or 8.04 beta? I'm on the verge of giving up and just using the older version. |
|
|
|
|
|
#14 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2006
Beans: 11
|
Re: Freevo won't start
This method doesn't work under hardy
|
|
|
|
|
|
#15 | |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
My beans are hidden!
|
Re: Freevo won't start
I played around a little bit to find out that the only thing missing is the KAA libs.
I started with the non working version after the update from 1.7.x to Freevo 1.8.0rc2. I uninstalled freevo using Quote:
After that I installed Freevo 1.8.0rc2 from the "deb http://ubuntu.geole.info/ gutsy universe multiverse" mirror.Couple modification on the Configuration and the system was up and running again. HP |
|
|
|
|
|
|
#16 |
|
Just Give Me the Beans!
![]() Join Date: May 2006
Beans: 50
Ubuntu 10.04 Lucid Lynx
|
Re: Freevo won't start
You guys do realise that the RC version is a release candidate. It is still a beta version... Rather get the Stable release and dl the the next update as stable rather than RC. Just wait a little while longer
|
|
|
|
|
|
#17 | |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2005
Beans: 27
Ubuntu Breezy 5.10
|
Re: Freevo won't start
Quote:
|
|
|
|
|
|
|
#18 | |
|
Just Give Me the Beans!
![]() Join Date: Dec 2005
Beans: 55
Ubuntu 7.10 Gutsy Gibbon
|
Quote:
|
|
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2008
Beans: 1
|
Re: Freevo won't start
hi,
i install new xubuntu 8.04 and i hope for freevo, but if i can install it (rc2) dont start , user freevo can,t write on /home freevo/... someone can give me all step for install old freevo version?? tk |
|
|
|
|
|
#20 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2008
Beans: 1
Kubuntu 8.04 Hardy Heron
|
Re: Freevo won't start
I've managed to run Freevo 1.8.0 in Hardy (8.04). It's a quite dirty workaround, but works for me. These are the steps I've followed:
1) Add the broken geole repository (Yes, add it!) Code:
deb http://ubuntu.geole.info/ gutsy universe multiverse Code:
aptitude install freevo 4) It will fail when trying to configure it. Well, then Code:
cd /var/lib/dpkg/info/ Code:
rm freevo.postinst 5) Execute Code:
aptitude -f install 6) Download from freevo.sourceforge.net the .tgz file with version 1.8.0, and uncompress it into a directory. If we execute the freevo binary it will return the following error: Code:
Can't find all Python dependencies: No module named utils 7) Then, we need to install a similar package called python-xml: Code:
aptitude install python-xml 8 ) Go to /usr/lib/python2.5/site-packages and link the installed package directory with the name Freevo expects: Code:
cd /usr/lib/python2.5/site-packages ln -s oldxml/_xmlplus/ |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|