LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   libftd2xx.so - there is no such file or directory (https://www.linuxquestions.org/questions/linux-distributions-5/libftd2xx-so-there-is-no-such-file-or-directory-4175524896/)

seprob 11-09-2014 03:54 PM

libftd2xx.so - there is no such file or directory
 
Hello! I'm using Raspberry Pi B+ with Raspbian on board. I want to install library libftd2xx 1.1.12. I already compiled that (http://www.ftdichip.com/Support/Docu...r_Linux%20.pdf) but when I wan to execute some example I get the error like "error while loading shared libraries: libftd2xx.so: cannot open shared object file: No such file or directory". I put the same symlink in other directories according to files in /etc/ld.so.conf.d". I changed also "LD_LIBRARY_PATH" to "/usr/local/lib". Have some ideas?

knudfl 11-10-2014 10:13 AM

Quote:

when I want to execute some example
?
May be the example is hard coded to look in /usr/lib/ only ?


I.e. one or two of every one hundred random executable´s
are hard coded to look for libraries in /usr/lib(64)/ only.

-

seprob 11-12-2014 10:29 AM

Strange but I wrote to people who wrote the code and they send me back correct files (libftd2xx.so.1.1.12 and libftd2xx.a). I replaced them and everything went good.


All times are GMT -5. The time now is 11:01 AM.