[SOLVED] installing Livestation

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] installing Livestation

Postby rejean » Nov 27th, '12, 02:16

Hi all!
I am trying to install Livestation from here;http://www.livestation.com/pages/download

After downloading it I follow the instruction;
Installing and running Livestation on Linux

Your download should start in a moment.

Once the file has downloaded, start a terminal session and navigate to the folder you downloaded the file to.
Type chmod +x ./Livestation-[version].run
Type ./Livestation-[version]-i386.run
Press q to skip the readme
Press y to accept the terms
Follow the prompts to complete installation. You may need sudo access to write some files
Once installed, type livestation & to run the application
Due to graphics driver issues, ATI and Intel graphics cards may exhibit flickering when using Livestation and Compiz or other OpenGL applications simultaneously. At present the only solution is to temporarily disable Compiz/Beryl while running Livestation.


So I have it installed but there is a problem;
Code: Select all
[root@localhost rejean]# chown -R rejean /usr/local/Livestation/
[root@localhost rejean]# livestation
/usr/local/Livestation/Livestation.bin: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
[root@localhost rejean]# cd /usr/local/Livestation/
[root@localhost Livestation]# ls -l
total 6708
-rw-r--r-- 1 rejean root   35147 Nov 24 22:34 COPYING
-rw-r--r-- 1 rejean root    7637 Nov 24 22:34 COPYING.LESSER
-rw-r--r-- 1 rejean root   25152 Nov 24 22:34 EULA
lrwxrwxrwx 1 rejean root      43 Nov 24 22:34 imageformats -> /usr/local/Livestation/plugins/imageformats/
drwxr-xr-x 2 rejean root    4096 Nov 24 22:34 lib/
-rwxr-xr-x 1 rejean root     160 Nov 24 22:34 Livestation*
-rwxr-xr-x 1 rejean root 6772742 Nov 24 22:34 Livestation.bin*
drwxr-xr-x 3 rejean root    4096 Nov 24 22:34 plugins/
-rw-r--r-- 1 rejean root       8 Nov 24 22:34 qt.conf
-rw-r--r-- 1 rejean root    2496 Nov 24 22:34 README
[root@localhost Livestation]# chmod -R 777 /usr/local/Livestation/
[root@localhost Livestation]# Livestation
/usr/local/Livestation/Livestation.bin: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
[root@localhost Livestation]# ./Livestation
/usr/local/Livestation/Livestation.bin: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
[root@localhost Livestation]#


So how can I fix this "libfreetype.so.6" problem?
Last edited by rejean on Nov 27th, '12, 18:28, edited 1 time in total.
rejean
 
Posts: 65
Joined: Dec 24th, '11, 18:02

Re: installing Livestation

Postby Latte » Nov 27th, '12, 13:56

rejean wrote:So how can I fix this "libfreetype.so.6" problem?


It seems that libfreetype6 is missing on your system. You can check if libfreetype6 is installed by running:
Code: Select all
# rpm -qa | grep libfreetype6


if there is no output, you can install it via:
Code: Select all
# urpmi libfreetype6


please note there is a tainted and non-tainted version of this library. If you need the tainted version please ensure that the tainted repos are enabled
User avatar
Latte
 
Posts: 142
Joined: Apr 3rd, '11, 14:44

Re: installing Livestation

Postby rejean » Nov 27th, '12, 17:18

Thanks latte!
There were 2 more files missing but I installed them and I can now open Livestation;
Code: Select all
[rejean@localhost ~]$ su
Password:
[root@localhost rejean]# rpm -qa | grep libfreetype6
[root@localhost rejean]# urpmi libfreetype6


    $MIRRORLIST: media/../../i586/media/core/release/libfreetype6-2.4.9-1.mga2.i586.rpm
installing libfreetype6-2.4.9-1.mga2.i586.rpm from /var/cache/urpmi/rpms
Preparing...                     ##########################################################################################################################
      1/1: libfreetype6          ##########################################################################################################################
[root@localhost rejean]# Livestation
/usr/local/Livestation/Livestation.bin: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
[root@localhost rejean]# rpm -qa | grep libXrender.so.1
[root@localhost rejean]# urpmi libXrender.so.1


    $MIRRORLIST: media/../../i586/media/core/release/libxrender1-0.9.7-1.mga2.i586.rpm
installing libxrender1-0.9.7-1.mga2.i586.rpm from /var/cache/urpmi/rpms
Preparing...                     ##########################################################################################################################
      1/1: libxrender1           ##########################################################################################################################
[root@localhost rejean]# Livestation
/usr/local/Livestation/Livestation.bin: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
[root@localhost rejean]# urpmi libfontconfig.so.1


    $MIRRORLIST: media/../../i586/media/core/release/libfontconfig1-2.8.0-6.mga2.i586.rpm
installing libfontconfig1-2.8.0-6.mga2.i586.rpm from /var/cache/urpmi/rpms
Preparing...                     ##########################################################################################################################
      1/1: libfontconfig1        ##########################################################################################################################
[root@localhost rejean]# Livestation


rejean
 
Posts: 65
Joined: Dec 24th, '11, 18:02

Re: installing Livestation

Postby Latte » Nov 27th, '12, 18:20

great news :)

Would you be so kind an mark the thread as [Solved]? You can do so by editing the subject line of your first post.
User avatar
Latte
 
Posts: 142
Joined: Apr 3rd, '11, 14:44


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest