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?