libm.so.1 (SUNW_1.1) error while building


 
Thread Tools Search this Thread
Operating Systems Solaris libm.so.1 (SUNW_1.1) error while building
# 1  
Old 06-13-2008
libm.so.1 (SUNW_1.1) error while building

I am trying to build a product which is depend on system library and getting below error. How to resolve below Error:-

[200 sch14081@Reva /logtrak/sch14081/AA] ldd /finder3/baseline/95/ed/src/lib/libcartoGraphCPP.so
libsunmath.so.1 => /opt/SUNWspro/SC4.2/lib/libsunmath.so.1
libm.so.1 => /usr/lib/libm.so.1
libm.so.1 (SUNW_1.1) => (version not found)
libpthread.so.1 => /usr/lib/libpthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libthread.so.1 => /usr/lib/libthread.so.1
/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
[
# 2  
Old 12-08-2008
Looks like you have a libm.so.1 file but it is not the version libsunmath.so.1 wants:
Try looking for libm.so.1 files elsewhere, e.g.:
$ grep libm.so.1 /var/sadm/install/contents | grep " f "
Add any other locations into your LD_LIBRARY_PATH before /usr/lib, otherwise check SUNWlibms is okay (pkgchk <pkname> is it?) and for patches to SUNWlibms which may update it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need fileset bos.adt.lIBM from AIX 5.3 (or just lIBM.a)

Hello, I'm in search of libm.a (from fileset bos.adt.libm) for AIX 5.3. It comes on the AIX 5.3 OS installation CD. The eBay reseller who pre-installed AIX 5.3 on my RS/6000 P43 didn't include this optional fileset when installing. I've been round and round with IBM sales (who send me to tech... (1 Reply)
Discussion started by: bminear
1 Replies

2. Solaris

Make error while building perl on Solaris 10

Hi, I am trying to build per 5.20.1 on solaris 10 and getting below compilation error. Creating Makefile.PL in cpan/Archive-Tar for Archive::Tar Running Makefile.PL in cpan/Archive-Tar ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none... (1 Reply)
Discussion started by: vikrambhimbar
1 Replies

3. UNIX for Dummies Questions & Answers

Error building program in UNIX

I'm trying to build a program and I'm getting a series of messages that I don't understand (new to UNIX): make: Entering directory `/disk/cg6/ccoda/code/proj/abrupt/exp/cam1/models/atm/cam/tools/scam/ui' g++ -c -Wall -g -DLINUX -DREAL_TYPE=double -DNeedFuncProto ... (7 Replies)
Discussion started by: bstephens
7 Replies

4. UNIX for Advanced & Expert Users

libc.so.1 (SUNW_1.22.7) => (version not found)

What package would I need to get this file? SUNW_1.22.7. Please help. thank you. :) (5 Replies)
Discussion started by: SystemAddict
5 Replies

5. UNIX for Dummies Questions & Answers

Error building C program, library complication

Hi I'm relatively new to the unix environment, I'm about the install the root package from cern ROOT since I need this for a secondary program for DNA sequencing analysis. I however get into some trouble while I do this. I download the root file and ./configured it according the the macOSx64... (0 Replies)
Discussion started by: Bateman1001
0 Replies

6. AIX

Need AIX 5.3 bos.adt.libm

We have an older AIX RS 6000 and had the hard drive die on us. I was able to get the hard drive replaced and it came with AIX 5.3 installed on it but is missing a component that we need. I am trying to install our C+ and Fortran compilers but they require the bos.adt.libm module and I do not have... (3 Replies)
Discussion started by: fredn
3 Replies

7. Solaris

Error:: libm.so.2:open failed

Hi, I am working with solaris 9 and I want to install perforce on that,so I downloaded the p4v.bin file and try to install it by the command ./p4v after that it is giving the error--- ld.so.1: ./p4v.bin: fatal: libm.so.2: open failed: No such file or directory Killed I am not... (3 Replies)
Discussion started by: smartgupta
3 Replies

8. Solaris

SUNW_1.21.2 not found

I have a sun box running solaris 9. I have thunderbird2 installed but when I run thunderbird2, I got this error and the process got killed. gris{tranc}33: /tools/scripts/thunderbird2 Starting Thunderbird2 ... gris{tranc}34: ld.so.1: thunderbird-bin: fatal: libc.so.1: version... (10 Replies)
Discussion started by: tecky
10 Replies

9. AIX

bos.adt.libm.5.1.0.0 needed

Could anyone help me to get bos.adt.libm.5.1.0.0 package for AIX system? Thanks a lot. progua gmai.com (3 Replies)
Discussion started by: progua
3 Replies

10. AIX

Can I download bos.adt.libm somewhere

I am compiling something on AIX 5.1 on RS6000. It turn out to need this fileset installed. I don't have any cd media in hand for the moment. Can I get it from the web? Thanks for any reply. BG (4 Replies)
Discussion started by: matrix01
4 Replies
Login or Register to Ask a Question