Activity for chris chaleki

  • chris chaleki chris chaleki posted a comment on discussion General Discussion

    I successfully executed kactus2 by creating a kactus2.conf file and placing it in the /etc/ld.so.conf.d folder. I added the line /usr/lib64 to the kactus2.conf file, which is where the libIPXACTmodels.so.1 file is located. I then executed sudo ldconfig, which reloaded the list of system wide library paths. Thanks for the help!

  • chris chaleki chris chaleki posted a comment on discussion General Discussion

    I was able to compile by changing the following lines in .qmake.conf: PYTHONCFLAGS=$$system($$PYTHONCONFIG --cflags --embed | grep -o -e "-I[^[:space:]]" | uniq) PYTHONLIBS=$$system($$PYTHONCONFIG --embed --ldflags | grep -o -e "-[lL][^[:space:]]")* Unfortunately, when executing I get the following error: "kactus2: error while loading shared libraries: libIPXACTmodels.so.1: cannot open shared object file: No such file or directory" Could someone please tell me how to fix this?

1