Results 1 to 4 of 4
Hello everyone
I'm trying to use a software but I keep getting the following error:
Code:
failed to load /usr/fl/baselight-3.2.2457/ici/ici4spfx.so, libXm.so.3: cannot open shared object file: No such file or ...
- 04-27-2009 #1Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Missing Library
Hello everyone
I'm trying to use a software but I keep getting the following error:
where ./tl-cal is what I type to run the software.Code:failed to load /usr/fl/baselight-3.2.2457/ici/ici4spfx.so, libXm.so.3: cannot open shared object file: No such file or directory ./tl-cal: line 16: [: !=: unary operator expected failed to load /usr/fl/baselight-3.2.2457/ici/ici4gigl.so, libXm.so.3: cannot open shared object file: No such file or directory
I searched around about this error but didn't find a solution. Some suggested installing openmotif, which I can confirm is installed.
Does anyone have any other suggestions, please?Code:[root@sys20 lib]# rpm -qa openmotif openmotif-2.2.4-21 [root@sys20 lib]# rpm -q --queryformat "%{NAME}.%{ARCH}\n" openmotif openmotif.x86_64
Thanks a lot
- 04-27-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
The application that is trying to load the shared library cannot find it in the directory it was in when the program was linked by the developer. If you can find the libraries somewhere on your system, you can add the directory you find them in to your LD_LIBRARY_PATH environment variable. It should be able to find them now. FWIW, I don't think that these "baselight" libraries are part of openmotif, though the openmotif library libXm is the component loading them, probably because they are plugins that are loaded with the dlopen() function call.
Also, the only references I could find to baselight on the web was for a Linux-based color-grading system used for video processing. This isn't one of those systems, is it?Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-28-2009 #3Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Thanks for replying Rubberman. I copied the file from another computer to mine and it works fine now.
And yes baselight is for a Linux-based color-grading system used for video processing. That's the one I was trying to load.
Thank you very much.
- 04-28-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Glad to help. From their web site, I was under them impression that they were in the business of bundling their software with their own hardware. Do they also sell the software package as a separate item? My sister-in-law does video production and animation. If she doesn't know about this tool she might be interested in it, though I doubt she'd want to purchase a bunch of new boxes.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
