Matt Posted March 15, 2019 Report Share Posted March 15, 2019 when I launch the executable program it signals me this error: export LD_LIBRARY_PATH=/usr/local/systemc2.3.1/lib-linux64 ./run_me.x: error while loading shared libraries: libsystemc-2.3.1.so: cannot open shared object file: No such file or directory operating system: Debian 9 gcc --version gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 g++ --version g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Quote Link to comment Share on other sites More sharing options...
David Black Posted March 15, 2019 Report Share Posted March 15, 2019 What do you see under /usr/local/systemc2.3.1/lib-linux64? In other words, what does the following reveal: ls -l /usr/local/systemc2.3.1/lib-linux64 Quote Link to comment Share on other sites More sharing options...
Matt Posted March 18, 2019 Author Report Share Posted March 18, 2019 On 15/3/2019 at 16:49, David Black said: Cosa vedi in /usr/local/systemc2.3.1/lib-linux64? In altre parole, cosa rivela quanto segue: mattia@debian:~$ ls -l /usr/local/systemc-2.3.1/lib-linux64/ totale 5416 -rwxr-xr-x 1 root staff 2009584 mar 8 18:50 libsystemc-2.3.1.so -rw-r--r-- 1 root staff 3525752 mar 8 18:50 libsystemc.a -rwxr-xr-x 1 root staff 1043 mar 8 18:50 libsystemc.la lrwxrwxrwx 1 root staff 19 mar 8 18:50 libsystemc.so -> libsystemc-2.3.1.so drwxr-sr-x 2 root staff 4096 mar 8 18:50 pkgconfig Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.