Changes between Initial Version and Version 1 of Ticket #51921, comment 21
- Timestamp:
- Jul 23, 2024, 9:52:53 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51921, comment 21
initial v1 1 1 This library gets called when I install KDE and fails as above with the OP error: 2 2 3 sudo port install kde4-baseapps kdelibs4 kde4-runtime 3 {{{ 4 sudo port install kde4-baseapps kdelibs4 kde4-runtime 5 }}} 4 6 5 7 A workaround on Apple silicon M2 with Ventura 13.1 (22C65) is to first issue 6 8 7 sudo port install libiodbc -x11 +universal 9 {{{ 10 sudo port install libiodbc -x11 +universal 11 }}} 8 12 9 13 I haven't verified that Konqueror will build or work, but it gets you past the libiodbc error.