Jump to content

error while loading shared libraries: libsystemc-2.3.1.so


Recommended Posts

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...