kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 34 forks source link

libIPXACTmodels.so.1 #71

Closed Paul-Chaffey closed 1 year ago

Paul-Chaffey commented 1 year ago

Hi,

I have built kactus2 on ubuntu 22.10 and everything seems clean. When I start kactus2 on the command line, I see the following:

kactus2: error while loading shared libraries: libIPXACTmodels.so.1: cannot open shared object file: No such file or directory

What am I missing exactly ?

Thx Paul.

epekkar commented 1 year ago

Hi Paul,

You are missing the shared library or, more exactly, where to load it. The most straightforward way to fix this is to provide the library location as you are starting Kactus2. Your command to run Kactus2 should look something like LD_LIBRARY_PATH=<path to kactus2>/executable kactus2. You can also cd to the executable directory and simply run LD_LIBRARY_PATH=. ./kactus2 as shown in section 3a in readme.