Sponsored Content
Full Discussion: .so to .sl conversion ?
Top Forums UNIX for Advanced & Expert Users .so to .sl conversion ? Post 302453711 by citaylor on Thursday 16th of September 2010 06:39:06 AM
Old 09-16-2010
I presume this is an HP-UX library ?
If you do a "file libxxx.so" and check the output against another library on your host, and check they are both shared libraries, for eg:
libxxx.so: PA-RISC2.0 shared library
then you should just be able to mv the .so to .sl.
If any other shared libraries or programs depend on the .so name, then I believe you can use "chatr" to change the dependancy to the .sl name.

I hope this helps...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

conversion

Dear friends, i am writing sh shell script I have a file containing binary data. like this. 010101010101010101101010101010100001010101010101001. i want to read some particular bits and convert it into decimal valuse. example. 1.first i want to read 5 bits and convert it into... (1 Reply)
Discussion started by: rajan_ka1
1 Replies

2. UNIX for Advanced & Expert Users

Date Conversion

Hello, I want to convert MM DD YYYY date format to MM-DD-YYYY format. For exemple: I have to convert Nov 28 2005 to 28-11-2005. Thenks for youf help. DAFI (2 Replies)
Discussion started by: dafidak
2 Replies

3. Shell Programming and Scripting

date conversion

Hi everybody: Could anybody tell me how I convert from a julian date, with shell comands, to gregorian. Thanks in advance. (2 Replies)
Discussion started by: tonet
2 Replies

4. Shell Programming and Scripting

conversion

hi all i have a file like 151125 25252 2452567 253464576 255 i want this file to be like '151125','25252','2452567','253464576','255' please help thanks (3 Replies)
Discussion started by: infyanurag
3 Replies

5. Shell Programming and Scripting

format conversion

Is there any direct way in shell to convert exponential to other formats. For example 1.5e-07 to 0.150u. Or does shell support this microns, nano meter notations? (1 Reply)
Discussion started by: abhijanvt
1 Replies

6. Shell Programming and Scripting

Date conversion

Hi I want to convert MAY 05 2005 01:15:00PM date format to 2005/05/05 01:15:00PM . CAn somebody suggest me a code ,I am new to unix shell programming. Thanks Arif (21 Replies)
Discussion started by: mab_arif16
21 Replies

7. Shell Programming and Scripting

Conversion

How to convert Nov 10 14:20 to YYYYMMDDHHMMSS in unix I am using K-shell HP-AUX (1 Reply)
Discussion started by: chinniforu2003
1 Replies

8. Shell Programming and Scripting

Help in conversion ......

Hi, I have a requirement to capture file time stamp and compare with current system time. I am using HP-AUX K-shell. Below is what i have done Getting current date into myfile2 --------------------------------- date +%Y%m%d%H%M%S > myfile2 20091110132800 Getting the file date into... (5 Replies)
Discussion started by: chinniforu2003
5 Replies

9. Shell Programming and Scripting

json_decode conversion

Hi, I have a variable which contains json string ex : temp=`curl -X GET http://localhost:5984/example/$id` now temp contains =>... (3 Replies)
Discussion started by: shams11
3 Replies

10. Shell Programming and Scripting

Date conversion

Trying to convert dates using a Perl Script but it has to accept formats like 3 letter month, day and year like Nov 02 2010 or 1/4/11 or 21 Feb 2011 and have it convert to something like October 20, 2011. Any ideas? (2 Replies)
Discussion started by: reduxeffect81
2 Replies
libcadmin(1M)															     libcadmin(1M)

NAME
libcadmin - libc administration command SYNOPSIS
/usr/sbin/libcadmin DESCRIPTION
The command is used to perform administrative functions for Currently the only function that the command performs is to replace the shared 32-bit PA-RISC2.0 library in with the shared 32-bit PA-RISC1.1 version of that library. There are no required arguments or options used with this command. The archive library and the symbolic link are unaffected by the com- mand. During the system installation process, the shared 32-bit PA-RISC1.1 library is copied into This library is the same as the PA-RISC2.0 library except that it was built with different compiler options. The PA-RISC2.0 library provides much higher performance than the PA- RISC1.1 library. However, if the system administrator desires to have the PA-RISC1.1 library installed instead, allows the system adminis- trator to accomplish this task. When is executed, the PA-RISC2.0 library is stored in and the PA-RISC1.1 library is copied into It is recommended that the system be re-booted after executing the command so that applications which are linked shared against will use the shared 32-bit PA-RISC1.1 version of that library. Once the command is executed, the only way to put the PA-RISC2.0 library back in place is to re-install the operating system. The command can only be executed by a user with superuser privileges. DIAGNOSTICS
Multiple executions of the command will result in an error message indicating the PA-RISC1.1 library is already installed. Executing this command on a PA-RISC1.1 machine will result in an error message indicating the PA-RISC1.1 library is already installed. RETURN VALUE
Upon successful completion, returns zero(0). Otherwise a one(1) is returned. WARNINGS
Since HP stopped shipping the PA1.1 version of beginning with HP-UX 11i Version 2, this command is currently nonfunctional. is planned for obsolescence at a future release. AUTHOR
was developed by HP. TO BE OBSOLETED libcadmin(1M)
All times are GMT -4. The time now is 04:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy