1834780 Members
2750 Online
110070 Solutions
New Discussion

library error

 
Randy_9
Regular Advisor

library error

I am getting the following error when
trying to install an IBM software product.
It requires Java 1.3.1.9 and I got 1.3.10?

# ./RAStart.sh
/usr/lib/dld.sl: Call to mmap() failed - TEXT ../lib/libxerces-c1_5_1.sl
/usr/lib/dld.sl: Permission denied
sh: 363 Abort(coredump)
RAServer failed to start

Any ideas?

Randy
5 REPLIES 5
Randy_9
Regular Advisor

Re: library error

# ls -al /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 233472 Apr 4 03:23 /usr/lib/dld.sl

Permissions look good?

Randy
Randy_9
Regular Advisor

Re: library error

The lib directory one level above was all 666
permission, set to execute, and it ran fine.

Thanks and sorry for wasting anyones time.

Randy
James Murtagh
Honored Contributor

Re: library error

Hi Randy,

The linker is complaining about the other file - libxerces-c1_5_1.sl - check the permissions on this file against the id of the user you are running the app as.

Cheers,

James.
James Murtagh
Honored Contributor

Re: library error

D'oh! That'll teach me to get distracted and not seeing your other post before I replied. However, although you sussed it the dld.sl error is applicable in this case to the other shared library.
Randy_9
Regular Advisor

Re: library error

Thanks anyway James!

Randy