I am running into problems on an ancient IRIX 6.5 system. First a program did not find a shared library, because I moved the program from one machine to another.
I then fetched the library and put it in a lib folder in my user's home and adapted $LD_LIBRARY_PATH
accordingly. Now rld
finds the library but elfmap
fails with a for me cryptic error:
138076:/s/masslib/pro/masslib: rld: Error: elfmap: couldn't map /usr/people/guest/lib/libndguisvr.so: Not enough space
138076:/s/masslib/pro/masslib: rld: Fatal Error: Cannot Successfully map soname 'libndguisvr.so' under any of the filenames /usr/people/guest/lib/libndguisvr.so:/usr/lib32/libndguisvr.so:/usr/lib32/internal/libndguisvr.so:/lib32/libndguisvr.so:/opt/lib32/libndguisvr.so:
What does the Not enough space mean? Not enough memory? Is there anything I can do about that?
Is there anybody out there on SO who still knows IRIX UNIX?