Hello, I'm struggling to make working the pgmodeler 0.9.3 application on OpenBSD -current
When I try to run pgmodeler I get the following errors: ~ > pgmodeler ld.so: pgmodeler: can't load library 'libpgmodeler_ui.so.2.0' Killed ~ > pgmodeler ld.so: pgmodeler: can't load library 'libpgconnector.so.2.0' Killed ~ > pgmodeler ld.so: pgmodeler: can't load library 'libpgmodeler.so.2.0' Killed ~ > pgmodeler ld.so: pgmodeler: can't load library 'libpgmodeler.so.2.0' Killed And I see all the libraries there: ~ > ls -lah /usr/local/lib/pgmodeler/ total 19096 drwxr-xr-x 3 root wheel 512B Feb 10 01:42 . drwxr-xr-x 109 root wheel 55.0K Feb 10 01:42 .. -rw-r--r-- 1 root bin 485K Feb 9 01:49 libobjrenderer.so.1.1 -rw-r--r-- 1 root bin 231K Feb 9 01:49 libparsers.so.2.0 -rw-r--r-- 1 root bin 178K Feb 9 01:49 libpgconnector.so.2.0 -rw-r--r-- 1 root bin 2.1M Feb 9 01:49 libpgmodeler.so.2.0 -rw-r--r-- 1 root bin 6.0M Feb 9 01:49 libpgmodeler_ui.so.2.0 -rw-r--r-- 1 root bin 143K Feb 9 01:49 libutils.so.1.1 drwxr-xr-x 2 root wheel 512B Feb 10 01:42 plugins OpenBSD Version: ~ > sysctl kern.version kern.version=OpenBSD 6.9-beta (GENERIC.MP) #324: Tue Feb 9 17:20:54 MST 2021 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP I'm not sure what could be the problem. I even tried to compile the port and didn't work. Thanks in advance. -- Jose Figueroa