ldconfig in solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris ldconfig in solaris 10
# 1  
Old 10-18-2007
ldconfig in solaris 10

Hi folks, I am new to Solaris. I am trying to install this package from linux distribution to solaris 10 and it requires sbin/ldconfig. I am not sure how to link/create ldconfig in solaris. I would really appreciate any help!!

Here is what I am getting.
-----------------------------------------------------------------------------------------------------------------------
bash-3.00# rpm -i x86-compat-libs-9.0-2mdk.ia64.rpm
warning: x86-compat-libs-9.0-2mdk.ia64.rpm: V3 DSA signature: NOKEY, key ID 26752624
error: Failed dependencies:
/sbin/ldconfig is needed by x86-compat-libs-9.0-2mdk
/bin/sh is needed by x86-compat-libs-9.0-2mdk
bash-3.00#

-------------------------------------------------------------------------------------------------------------------------
I found this article while googling the problem but I do not have enough experties to resolve my problem.

Solaris FAQ.

I am running solaris10 on AMD64 and my /var/ld looks as following.
bash-3.00# ls
32 64 amd64
bash-3.00# pwd
/var/ld
bash-3.00# cd amd64
bash-3.00# ls
bash-3.00# cd ../64
bash-3.00# ls
bash-3.00# cd ../32
bash-3.00# ls
32 64 amd64
bash-3.00# ls -al 32
lrwxrwxrwx 1 root root 1 Oct 18 12:40 32 -> .
bash-3.00#

Thanks,
Saif
# 2  
Old 10-18-2007
Has the package been compiled for Solaris?

I must admit I don't use RPMs on Solaris, just Solaris packages.
# 3  
Old 10-18-2007
you can install linux package on solaris 10. My problem is what the package is requiring as dependency. If I can get the dependency satisfied then I should be in good shape.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

CentOS 6.8 with Rocks Cluster: ldconfig is not a symbolic link errors

Any help appreciated just logging in to this server which is a front end for Rocks Cluster 6.1.1. Getting the below errors: ldconfig ldconfig: /usr/lib/libX11.so.6 is not a symbolic link ldconfig: /usr/lib/libjpeg.so.62 is not a symbolic link ldconfig: /usr/lib/libpng12.so.0 is not a symbolic... (3 Replies)
Discussion started by: RobbieTheK
3 Replies

2. UNIX for Advanced & Expert Users

/sbin/ldconfig: File /usr/lib/libquazip.so.1.0.0 is empty, not checked.

I thought I would document this error since its not documented very well. The package or file may be different but the idea is the same. $ sudo yum updateLoaded plugins: langpacks, presto, refresh-packagekit, versionlock Setting up Update Process Resolving Dependencies --> Running... (0 Replies)
Discussion started by: cokedude
0 Replies

3. AIX

ldconfig in AIX

What is the alternative of ldconfig in AIX ? How can I rebuild dymanic links in AIX ? (1 Reply)
Discussion started by: yatrik007
1 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. Solaris

application compiled on solaris 10 throwing error when executed on solaris 9

I have compiled my application on Solaris 10 with following description SunOS ldg1 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320 The compiler is Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 But when installing the application on Solaris 9 SunOS odcarch02 5.9... (2 Replies)
Discussion started by: ash_bit2k2
2 Replies
Login or Register to Ask a Question