ssummers wrote: Fri Jun 04, 2021 8:37 pm
I wanted to upgrade mmex today, but there are no packages for Ubuntu 18.04 and 20.04 available, but for the older 16.04. When I install mmex_1.5.2-1.xenial_amd64.deb on my Ubuntu 18.04 machine I get this error
Code: Select all
mmex: error while loading shared libraries: libwx_gtk2u_webview-3.0.so.0: cannot open shared object file: No such file or directory
After copying that file from another PC I get
Code: Select all
mmex: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by mmex)
I was able to compile the packages for 1.5.2 and 1.5.1 from the sources and create a deb-file for Ubuntu 18.04.
I was also able to compile and run 1.5.3-Beta.1 for Ubuntu 18.04, but I did not want to beta test.
1.5.2 had an error with "local::facet::_S_create_c_locale name not valid" but 1.5.1 is running ok even if there is a missing language dialog.
See:
viewtopic.php?p=22087#p22087
Did you try
Code: Select all
find /usr/ -name "libwx_gtk*_webview*" -ls
400257 128 -rw-r--r-- 1 root root 130576 Mär 28 2018 /usr/lib/x86_64-linux-gnu/libwx_gtk3u_webview-3.0.so.0.4.0
400262 0 lrwxrwxrwx 1 root root 28 Mär 28 2018 /usr/lib/x86_64-linux-gnu/libwx_gtk3u_webview-3.0.so -> libwx_gtk3u_webview-3.0.so.0
400259 0 lrwxrwxrwx 1 root root 32 Mär 28 2018 /usr/lib/x86_64-linux-gnu/libwx_gtk3u_webview-3.0.so.0 -> libwx_gtk3u_webview-3.0.so.0.4.0
Code: Select all
dpkg -S /usr/lib/x86_64-linux-gnu/libwx_gtk3u_webview-3.0.so
libwxgtk-webview3.0-gtk3-dev: /usr/lib/x86_64-linux-gnu/libwx_gtk3u_webview-3.0.so
and then install libwxgtk-webview3.0-gtk3-dev in this case?