Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th July 2012, 10:59 AM
techabyte's Avatar
techabyte Offline
Registered User
 
Join Date: Jul 2012
Location: Melbourne
Posts: 3
linuxfirefox
Teamspeak 3 and Fedora 17

Hey guys been trying to google search for this before posting and I dont think I found a solution for this.

I unziped the latest TS3 client.

But when I try to run

Code:
./ts3client_runscript.sh
i get this error

Code:
error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
the .sh file contains..

Code:
#!/bin/bash

export KDEDIRS=
export KDEDIR=
export QTDIR=.
export QT_PLUGIN_PATH=.
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"

D1=$(readlink -f "$0")
D2=$(dirname "${D1}")
cd "${D2}"

if [ -e ts3client_linux_x86 ]; then
	./ts3client_linux_x86 $@
else
	./ts3client_linux_amd64 $@
fi
__________________
I'm a n00b ^.^
Reply With Quote
  #2  
Old 9th July 2012, 03:44 PM
SteveGYBE's Avatar
SteveGYBE Offline
Registered User
 
Join Date: Jun 2007
Location: Lytham St Annes, Lancashire, UK
Posts: 309
linuxfirefox
Re: Teamspeak 3 and Fedora 17

First check whether it is on your machine - I already had it
Code:
 $ locate */libpng12.so.0
/usr/lib/libpng12.so.0
If it is already installed on your machine, then change the "LD_LIBRARY_PATH" line in the shell script to
Code:
export LD_LIBRARY_PATH="/usr/lib:.:$LD_LIBRARY_PATH"
Or the path where libpng12.so.0 is located, if different.

If you don't have libpng12.so.0 installed, you can use Yum to find a package providiing it
Code:
 # yum provides */libpng12.so.0
2:libpng-compat-1.5.10-1.fc17.i686 : Temporary backwards-compatibility copy of old libpng
Repo        : fedora
Matched from:
Filename    : /usr/lib/libpng12.so.
You can then install the package indicated
Code:
 # yum install libpng-compat
Reply With Quote
  #3  
Old 10th July 2012, 12:07 AM
techabyte's Avatar
techabyte Offline
Registered User
 
Join Date: Jul 2012
Location: Melbourne
Posts: 3
windows_8chrome
Re: Teamspeak 3 and Fedora 17

Thanks mate I will give this a shot once I get home and update the post to solved once I've given it a shot
__________________
I'm a n00b ^.^
Reply With Quote
Reply

Tags
fedora, teamspeak

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TeamSpeak 3, General Mic Problems - Fedora 11 pyoor Using Fedora 0 14th April 2010 04:48 AM
TeamSpeak 3 beta and Fedora/pulseaudio kilgor Using Fedora 0 19th December 2009 01:55 PM
TeamSpeak 2 and Fedora 9 jlc Guides & Solutions (No Questions) 6 17th June 2008 08:45 PM
fedora 8 - cpanel and teamspeak millsm Servers & Networking 2 25th October 2007 01:51 PM
teamspeak fedora 6 cevil203 Using Fedora 3 23rd January 2007 09:39 PM


Current GMT-time: 17:19 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat