LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-22-2009, 05:29 PM   #1
lilzz
Member
 
Registered: Aug 2006
Posts: 73

Rep: Reputation: 15
Needs libsstring.so but couldn't find any.


The closest I could find is libsstrings.so from
sstrings-1.0.4-1.1.fc1.rf RPM for i386

I rename libsstrings.so to libsstring.so
but when I execute the program it complains

undefined symbol: _ZN7sstring4nposE


any ideas?
 
Old 03-23-2009, 11:50 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by lilzz View Post
The closest I could find is libsstrings.so from
sstrings-1.0.4-1.1.fc1.rf RPM for i386

I rename libsstrings.so to libsstring.so
but when I execute the program it complains

undefined symbol: _ZN7sstring4nposE

any ideas?
You should never rename library files. The .so file you're looking for, is probably part of the development libraries, for that particular package.

Since you don't say what version/distro of linux you're using, can't really say what you might need to install to fix it. First thing I'd do, though, is to put that file name back where you found it.
 
Old 03-23-2009, 10:37 PM   #3
lilzz
Member
 
Registered: Aug 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TB0ne View Post
You should never rename library files. The .so file you're looking for, is probably part of the development libraries, for that particular package.

Since you don't say what version/distro of linux you're using, can't really say what you might need to install to fix it. First thing I'd do, though, is to put that file name back where you found it.
I am running redhat server enterprise 5.3 I have checked all the disks from enterprise 5.3. I don't find any libsstring.so inside.
 
Old 03-24-2009, 04:20 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The package 'sstrings' for RH EL 5, example :
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
( 'sstrings-devel' is available too.)

> > http://rpm.pbone.net/index.php3
> > "Search" > 'Advanced Search' , RedHat EL 5
to get sstrings-2.0.1-1.el5.rf.i386.rpm providing 'libsstrings2...'

If 'libsstrings(1)..' is required, try with the versions for
Fedora 2 or 3 e.g. sstrings-1.0.4-1.1.fc3.rf.i386.rpm

The issue "Needs libsstring.so" must be a bug in your application.
Either fix it, or do # 'ln -s libsstrings2.so.0 libsstring.so'
( Replace libsstrings2.so.0 with preferred version.)
.....
The source code for version 1 is here
http://dries.ulyssis.org/rpm/package...ings/info.html
Please look for 'sstrings-1.0.4-1.1.fc2.rf.src.rpm'
( If you want to compile your own 'libsstrings'.)
.....

Last edited by knudfl; 03-24-2009 at 04:35 AM.
 
Old 03-24-2009, 10:08 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by lilzz View Post
I am running redhat server enterprise 5.3 I have checked all the disks from enterprise 5.3. I don't find any libsstring.so inside.
As knudfl said, you can find it on pbone (I'd get the sstrings-devel package), or do it through online update from RedHat directly. If you need to download/install it manually, you can contact RedHat support, since you're paying for it with your RedHat Enterprise....
 
Old 03-25-2009, 02:24 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Or add the 'rpmfusion.org' repo, as these packages are marked "rf"

http://rpmfusion.org/Configuration

... or may be the packages are 'rpmforge' ?

https://rpmrepo.org/RPMforge/Using
.....

Last edited by knudfl; 03-25-2009 at 02:27 AM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux find to find files with multiple patterns subu_s Programming 6 12-15-2010 12:15 AM
Find with -exec argument - not giving proper output..how to find... hinetvenkat Linux - Server 4 01-25-2010 06:19 AM
Single find command to find multiple files? thok Linux - Newbie 7 01-31-2009 04:45 PM
Is there a way to find recently created/edited files without using find? BrianK Linux - General 2 10-15-2007 09:41 PM
I cannot find what should be very easy to find... a distro with the Gnome desktop bluecog6 Linux - General 3 06-10-2007 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration