Monday, February 20, 2012

Play Music On RHEL 5.4

Some people want to play music on your Linux machine. But some guys not know which package for player. We know which software for player in Windows XP but you want to using Linux OS. So what will be nothing just see the step....

Download this package click here for rhel 5.4
Extract the package.

1. [root@red Desktop]# tar -xvf xmms-1.2.11.tar.gz


Now compile the package.

2. [root@red Desktop]# cd xmms-1.2.11

3. [root@red xmms-1.2.11]# ./configure



4. [root@red xmms-1.2.11]# make



5. [root@red xmms-1.2.11]# make install


Now type xmms on the terminal some error like this.
[root@red ~]# xmms
/usr/local/lib/xmms/Input/libmpg123.so: cannot restore segment prot after reloc: Permission denied

Nothing to worry SElinux prob type this command.

6. [root@red ~]# chcon -t textrel_shlib_t /usr/local/lib/xmms/Input/libmpg123.so

7. [root@red ~]# xmms


Listen your favorite song on Linux. any prob tell me.

***Enjoy the magic***



Favorites