Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2
-
None
-
Ubuntu 20.04, Qt 6.2.0
-
-
8eb2c3d2b2 (qt/qtinterfaceframework/dev) 6eca2a676c (qt/qtinterfaceframework/6.2) 54c515972a (qt/qtinterfaceframework/6.3) 2fc6ffe479 (qt/qtinterfaceframework/6.2.4) 8681254c40 (qt/qtivi/5.15)
Description
While running ifcodegen on Ubuntu distribution, generator is failing due to missing library :
{{}}
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
Issue is caused by switching to libffi.so.7 on Ubuntu, and missing the 6th version of such library.
It can be fixed locally by installing the libffi.so.6 with apt tool. ( apt install libffi6)