This is a discussion on help: Can't open shared library issue within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hi group, I'm prety new to HP-UX and am currently facing an issue I can't manage to tackle. I'm ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi group, I'm prety new to HP-UX and am currently facing an issue I can't manage to tackle. I'm compiling C code in a single shared library called libcatiman.sl. The compilation is done on HP-UX 10.2 and I test my application on HP-UX 11. When I sart my program, this message is displayed: -------- /usr/lib/dld.sl: Can't open shared library: /fred/WORK/Connec/OBJ_HP-UX/libcatiman.sl /usr/lib/dld.sl: No such file or directory -------- If I try again, another message is displayed: -------- /usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/Connec/steplib/HP-UX/VARUNIX /usr/lib/dld.sl: Not enough space -------- I'm compiling C code located in /fred/WORK/Connec/ and then copy it in /opt/Connec. What is weird is that everything used to work fine. And I didn't change the makefiles. Any help would be really appreciated ! Thanks, fred |
| |||
| [This followup was posted to comp.sys.hp.hpux and a copy was sent to the cited author.] In article <44381545$0$163$a3f2974a@nnrp1.numericable.fr>, fred_dess@hotmail.com says... > Hi group, > I'm prety new to HP-UX and am currently facing an issue I can't manage to > tackle. > I'm compiling C code in a single shared library called libcatiman.sl. > The compilation is done on HP-UX 10.2 and I test my application on HP-UX 11. > When I sart my program, this message is displayed: > -------- > /usr/lib/dld.sl: Can't open shared library: > /fred/WORK/Connec/OBJ_HP-UX/libcatiman.sl > /usr/lib/dld.sl: No such file or directory > -------- > > If I try again, another message is displayed: > -------- > /usr/lib/dld.sl: Call to mmap() failed - TEXT > /opt/Connec/steplib/HP-UX/VARUNIX > /usr/lib/dld.sl: Not enough space > -------- Make sure you have filesystem space available with bdf or df > > I'm compiling C code located in /fred/WORK/Connec/ and then copy it in > /opt/Connec. > > What is weird is that everything used to work fine. > And I didn't change the makefiles. > > Any help would be really appreciated ! > > Thanks, > fred > > > -- LF I'm at gmail.com |
| ||||
| LiberalFascist wrote: : In article <44381545$0$163$a3f2974a@nnrp1.numericable.fr>, : fred_dess@hotmail.com says... : > I'm compiling C code in a single shared library called libcatiman.sl. : > The compilation is done on HP-UX 10.2 and I test my application on HP-UX 11. : > /usr/lib/dld.sl: Call to mmap() failed - TEXT : > /opt/Connec/steplib/HP-UX/VARUNIX : > /usr/lib/dld.sl: Not enough space : Make sure you have filesystem space available with bdf or df Typically the above mmap error with "TEXT" has nothing to do with vm or swapinfo. You may be out of shared memory space. |
| Thread Tools | |
| Display Modes | |
|
|