LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   libtbb.so.2 Not Found (https://www.linuxquestions.org/questions/linux-newbie-8/libtbb-so-2-not-found-4175458225/)

sandmac 04-15-2013 03:26 PM

libtbb.so.2 Not Found
 
Well i don't know why this shit error comes up when i try to load a plugin in my linux centos when i load this plugin i get this error: "libtbb.so.2 Not Found" i tried googling but no result found someone please help who is really good in linux iam totally stuck..

TB0ne 04-15-2013 03:38 PM

Quote:

Originally Posted by sandmac (Post 4932035)
Well i don't know why this shit error comes up when i try to load a plugin in my linux centos when i load this plugin i get this error: "libtbb.so.2 Not Found" i tried googling but no result found someone please help who is really good in linux iam totally stuck..

Since you don't say WHICH plugin, where you got it, what you're trying to load it into (OS? Browser? ??), or what version of CentOS, there's not much we can tell you. Provide details and we can try to help.

sandmac 04-15-2013 03:55 PM

Quote:

Originally Posted by TB0ne (Post 4932042)
Since you don't say WHICH plugin, where you got it, what you're trying to load it into (OS? Browser? ??), or what version of CentOS, there's not much we can tell you. Provide details and we can try to help.

Well it's a plugin for a game server and the plugin creator told me to instal libbb2 package or something but when I try to install that library it says no package found , the version of os is centos 5

John VV 04-15-2013 04:08 PM

what did you search for in yum ?
normally a lib will not show up
as in this will return ZERO hits "libtbb"

leave off the lib part
Code:

su -
yum search tbb
------------
tbb.i686 : The Threading Building Blocks library abstracts low-level threading
        : details
tbb-devel.i686 : The Threading Building Blocks C++ headers and shared
              : development libraries
tbb-doc.i686 : The Threading Building Blocks documentation
---- then run ----
yum install tbb tbb-devel

it is in the epel repo
http://wiki.centos.org/AdditionalResources/Repositories

tbb-2.2-2.20090809.el5.i386.rpm

knudfl 04-15-2013 04:13 PM

'tbb' is in the EPEL.repo https://fedoraproject.org/wiki/EPEL
# rpm -Uvh http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm

# yum install tbb
... providing /usr/lib/libtbb.so.2

sandmac 04-16-2013 03:16 AM

well could someone tell me what to do with rpm

iam really a newbie to linux. so please give me more info or give me some link to guide

sandmac 04-16-2013 03:24 AM

Quote:

Originally Posted by knudfl (Post 4932057)
'tbb' is in the EPEL.repo https://fedoraproject.org/wiki/EPEL
# rpm -Uvh http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm

# yum install tbb
... providing /usr/lib/libtbb.so.2

i tried rpm -Uvh [url]http://fedora-epel.skarta.net/5/i386/epel-release-5-4.noarch.rpm
Code:

rpm -Uvh http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm
Retrieving http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm
error: skipping http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm - transfer failed - Unknown or unexpected error


knudfl 04-16-2013 03:54 AM

# 7 .

How to use a link : Please use "Copy Link Location" to copy a link.
A simple copy/paste will not get the full link.

Code:

rpm -Uvh http://fedora-epel.skarta.net/5/i386/epel-release-5-4.noarch.rpm
You can also click the link
http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm
to download "epel-release-5-4.noarch.rpm", and then install the file with
# rpm -Uvh epel-release-5-4.noarch.rpm

-

sandmac 04-16-2013 04:13 AM

Quote:

Originally Posted by knudfl (Post 4932276)
# 7 .

How to use a link : Please use "Copy Link Location" to copy a link.
A simple copy/paste will not get the full link.

Code:

rpm -Uvh http://fedora-epel.skarta.net/5/i386/epel-release-5-4.noarch.rpm
You can also click the link
http://fedora-epel.skarta.net/5/i386...5-4.noarch.rpm
to download "epel-release-5-4.noarch.rpm", and then install the file with
# rpm -Uvh epel-release-5-4.noarch.rpm

-

Thanks mate well i fixed that problem now it shows another thing
Code:

Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugin))

John VV 04-16-2013 04:39 AM

you do realize that CentOS 5.9 is a bit OLD
the major version of programs will never change in the 10 year lifetime
and centos 5.9 is the last minor upgrade in the 5 series

the versions of programs and libs were locked over 5 years ago

The current version of CentOS is 6.4

unless you NEED the older 5 series for old legacy programs it is recommended to use the current

sandmac 04-16-2013 04:42 AM

Quote:

Originally Posted by John VV (Post 4932295)
you do realize that CentOS 5.9 is a bit OLD
the major version of programs will never change in the 10 year lifetime
and centos 5.9 is the last minor upgrade in the 5 series

the versions of programs and libs were locked over 5 years ago

The current version of CentOS is 6.4

unless you NEED the older 5 series for old legacy programs it is recommended to use the current

i realized many weeks ago and i can't change to centos 6 because my mysql plugin is not compiled for centos 6 it's only available for centos 5 and i have all source of mysql plugin so is anyone care to compile to centos 6?

Well i think this error will get for centos 6 too and i have informed the plugin creator let me see his reply and someone please try to help me.

knudfl 04-16-2013 04:51 AM

# 9 .

First : Please tell which application you are trying to install.
The full file name, please. Like foo-plugin-1.0.0.tar.gz .

And do not expect all new applications to install on a six year old OS.

A libstdc++ with the object "GLIBCXX_3.4.9" :
Usually you can replace the link libstdc++.so.6 with a link to a later version.

? Is your CentOS 5 an i686 or x86_64 OS ?
The 'uname -m' command will tell :
$ uname -m <Enter>


-

sandmac 04-16-2013 05:19 AM

Quote:

Originally Posted by knudfl (Post 4932298)
# 9 .

First : Please tell which application you are trying to install.
The full file name, please. Like foo-plugin-1.0.0.tar.gz .

And do not expect all new applications to install on a six year old OS.

A libstdc++ with the object "GLIBCXX_3.4.9" :
Usually you can replace the link libstdc++.so.6 with a link to a later version.

? Is your CentOS 5 an i686 or x86_64 OS ?
The 'uname -m' command will tell :
$ uname -m <Enter>


-

cent os 5 i686

knudfl 04-16-2013 06:00 AM

# 13 : Please stop quoting entire posts. A one word reference will do.


OK, i686. You can use this file : libstdc++.so.6.0.13
> https://docs.google.com/file/d/0B7S2...it?usp=sharing
> libstdc++6_4.4.5-8.sl5-i386.tar.bz2

1) cp libstdc++.so.6.0.13 /usr/lib/
2) cd /usr/lib/
3) rm libstdc++.so.6
4) ln -s libstdc++.so.6.0.13 libstdc++.so.6

-

sandmac 04-16-2013 06:26 AM

libmysqlclient_r.so.15
 
hey guys iam here with a problem in my centos
when i try to load mysql plugin which is compiled in centos 5
i get this error
Code:

Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
please help me


All times are GMT -5. The time now is 03:56 AM.