to check version to library


 
Thread Tools Search this Thread
Top Forums Programming to check version to library
# 1  
Old 09-14-2001
MySQL to check version to library

how to check the version of Library
version of Program &
version of file.

while compile pro*c program, I got error like elf error: no string table

if u have any suggestion then give me urgently.
# 2  
Old 09-16-2001
You can check out the following commands:
nm(1), ar(1), objdump(1), ranlib(1)

I'm not exactly sure what your problem is.
More details would help.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Global zone has an older version of package: pkg://Solaris/system/library

I try to install php-56 in a zone, but I have the following problem: pkg install php-56 Creating Plan (Running solver): \ pkg install: No solution was found to satisfy constraints maintained incorporations: None Creation Plan: dependency error (s) in proposed packages: Not... (0 Replies)
Discussion started by: ymk369
0 Replies

2. UNIX for Beginners Questions & Answers

How to check tar version in Solaris?

for pkg in `pkginfo | grep tar | grep application | awk '{print $2}'`; do pkginfo -l $pkg | grep VERSION; done Please use CODE tags as required by forum rules! (2 Replies)
Discussion started by: svijayas
2 Replies

3. HP-UX

How to check Oracle version on HP-UNIX?

Dear Gurus, I am totally new to HP-UNIX. Can you please help me that how can i check the detail version of Oracle on HP-UNIX. My administrator give me command for linux as below. select * from v$version; (Login to the database using Sql*Plus and connect as Sys user.) Please see... (3 Replies)
Discussion started by: imtiaza
3 Replies

4. UNIX for Advanced & Expert Users

Figure out the minimum os version neede to run executable or link library.

Hello, I need to figure out the minimum OS version needed to run some executable. For the following OS: Linux, AIX, Solaris. For example how do I know the minimum OS version for /bin/ls ? "file" command does not give me much information. There are some tools that are helpful for understanding... (4 Replies)
Discussion started by: +Yan
4 Replies

5. Solaris

How to check SVM version Solaris 9 and 10?

How to check Solaris Volume Manager Version in 9 & 10? Which are the packages that are installed in the SVM? (1 Reply)
Discussion started by: ajhal04
1 Replies

6. AIX

pthread library version

Hi, I am encountering a strange problem. We have a COREBA based C++ application running on an AIX box. The application crashes at times at the test environment causing core dump. Analyzing the core file, we found that it points to the pthread. So we thought of checking the pthread version at... (0 Replies)
Discussion started by: asutoshch
0 Replies

7. Shell Programming and Scripting

Check for the bit version of OS

Hi , Is there a command that i can use to check the bit version of the OS. I have a script that i need to run on all the unix flavors so how do i check for the condition say something like this if( 32 bit) { execute this } else { execute this (4 Replies)
Discussion started by: tcsprak
4 Replies

8. Solaris

How to check version of Solaris?

Hi All, Looks a foolish question, but please can someone tell me the command to check version of Solaris OS? Thanks, Am (5 Replies)
Discussion started by: am_yadav
5 Replies

9. Solaris

Check version of Oracle

Hi All, Please advice me how i can check the Oracle version on my UNIX Solaris machine without logging in to oracle? Thanks, Am (1 Reply)
Discussion started by: am_yadav
1 Replies

10. UNIX for Dummies Questions & Answers

get library version

Hi, how do I get the version of an existing library (.o file) on an AIX 5.3 System. Thnx for help (0 Replies)
Discussion started by: r2k
0 Replies
Login or Register to Ask a Question