LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-02-2011, 03:55 PM   #1
osmy
Member
 
Registered: Mar 2011
Posts: 58

Rep: Reputation: 0
Lightbulb Installing eyeD3 0.6.17 to CENTOS 5.5 x86_64 virtuozzo


Hi everyone, I try id3tool top re-tag my mp3 on my Cpanel based Centos virtuozzo 64bit VPS but it can't write id3tag if mp3 has got one also no id3tagv2 support. I searched on google and finally found eyeD3 0.6.17. I want to install it but my current python version is 2.4, so I have to update my current python version. I am not quite sure how to do this, and do not want to destroy my system tree, public_htmls, mailman etc. So first thing first please help me to update my python?

Cheers
 
Old 04-02-2011, 06:10 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The default python in CentOS cannot be changed.

You can install an extra python : Python-2.6 :
./configure --prefix=/opt/python26/

And : eyeD3-0.6.17 , edit 'configure' line 1682 from : PYTHON = " "
to : PYTHON = "/opt/python26/bin/python"

.. and do :
./configure && make && su -c && /opt/python26/bin/python setup.py install

I guess, you can then run "eyeD3" with a script, that use "python26".

..
 
Old 04-02-2011, 06:21 PM   #3
osmy
Member
 
Registered: Mar 2011
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by knudfl View Post
The default python in CentOS cannot be changed.

You can install an extra python : Python-2.6 :
./configure --prefix=/opt/python26/

And : eyeD3-0.6.17 , edit 'configure' line 1682 from : PYTHON = " "
to : PYTHON = "/opt/python26/bin/python"

.. and do :
./configure && make && su -c && /opt/python26/bin/python setup.py install

I guess, you can then run "eyeD3" with a script, that use "python26".

..
to be honest I don't know how to do this, lack of linux knowledge, begin learning. =) If you tell me how then I can Try. kndufl
 
Old 04-03-2011, 02:25 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Easier : Set up a temporary 'rpmforge.repo'
http://packages.sw.be/rpmforge-relea....rf.x86_64.rpm

And install the eyeD3 version for CentOS5:
# yum install python-eyed3
Provides python-eyed3-0.6.14-1.el5.rf.noarch.rpm

(( http://pkgs.org/centos-5-rhel-5/rpmf...oarch.rpm.html ))
 
Old 04-05-2011, 04:01 PM   #5
osmy
Member
 
Registered: Mar 2011
Posts: 58

Original Poster
Rep: Reputation: 0
hey sorry for the late response I did yum intall python-eyed3 here is the response on terminal

Package python-eyed3-0.6.14-1.el5.rf.noarch already installed and latest version
Nothing to do

but when I hit command man eyed3 no response I am not sure if eyed3 installed on my server how can I check,it's working?

thanks
 
Old 04-05-2011, 04:52 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The command : rpm -ql python-eyed3 : Will show a file list.

Command 2 : 'which eyeD3'. ( Or 'which eyed3' ).

Command 3 : find /usr/lib/python2.4/ -iname *eye*

The command 'man eyeD3' or 'man eyed3' will not show anything :
No man entries for eyeD3.
..

Last edited by knudfl; 04-06-2011 at 03:34 AM.
 
Old 04-12-2011, 05:05 PM   #7
osmy
Member
 
Registered: Mar 2011
Posts: 58

Original Poster
Rep: Reputation: 0
I installed and working great!

Thanks mate!
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing CentOS X86_64 on VMware Server Console ARnewbie Linux - Newbie 2 02-25-2011 10:02 AM
[SOLVED] Add lyrics to mp3 tag using eyeD3 SharpyWarpy Linux - Software 8 04-04-2010 06:52 PM
LXer: Xen 3.2 on CentOS 5.2 x86_64 / RHEL 5.2 x86_64 LXer Syndicated Linux News 0 07-12-2008 05:51 PM
LXer: Installing Oracle 10.2.0.1 on CentOS 5.0 (x86_64) LXer Syndicated Linux News 0 04-29-2007 11:31 AM
installing Intel Server Manager on CentOS 4.2 x86_64 istvank Linux - Hardware 0 02-25-2006 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration