LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   which dependency file I am missing for lmgrd (https://www.linuxquestions.org/questions/linux-software-2/which-dependency-file-i-am-missing-for-lmgrd-4175576803/)

lilzz 04-06-2016 03:55 AM

which dependency file I am missing for lmgrd
 
in the folder there is lmgrd executable file
./lmgrd
bash: ./lmgrd: No such file or directory

I use ldd lmgrd to check which file I am missing.

lilzz@lilzz-Latitude-E6400:~/cadence/installs/IC615/tools/bin$ ldd lmgrd
linux-gate.so.1 => (0xb7764000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7720000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb76da000)
libgcc_s.so.1 => /home/lilzz/cadence/installs/IC615/tools/lib/libgcc_s.so.1 (0xb76bd000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb750f000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb750a000)
/lib/ld-lsb.so.3 => /lib/ld-linux.so.2 (0xb7765000)


can anyone see which file I am missing?

ilesterg 04-06-2016 05:26 AM

Code:

ls -l lmgrd
?

lilzz 04-06-2016 02:31 PM

Quote:

Originally Posted by ilesterg (Post 5526949)
Code:

ls -l lmgrd
?

you want to see ls -l lmgrd?

well here its although I am not sure what I can find out.

-rwxrwxrwx 1 lilzz lilzz 874068 Jan 4 2011 lmgrd


All times are GMT -5. The time now is 05:07 PM.