opengribs / XyGrib

This is the new home for the development of zyGrib
https://opengribs.org
GNU General Public License v3.0
120 stars 47 forks source link

Fedora31 Both cmake/build and installer 1.2.6 seem to fail #270

Open bitwisetech opened 3 years ago

bitwisetech commented 3 years ago

For Installer, after accepting "Run when Complete' a window frame appears briefly and disappears. in the console window:

QSslSocket: cannot resolve CRYPTO_num_locks QSslSocket: cannot resolve CRYPTO_set_id_callback QSslSocket: cannot resolve CRYPTO_set_locking_callback QSslSocket: cannot resolve ERR_free_strings QSslSocket: cannot resolve sk_new_null QSslSocket: cannot resolve sk_push QSslSocket: cannot resolve sk_free QSslSocket: cannot resolve sk_num QSslSocket: cannot resolve sk_pop_free QSslSocket: cannot resolve sk_value QSslSocket: cannot resolve SSL_library_init QSslSocket: cannot resolve SSL_load_error_strings QSslSocket: cannot resolve SSLv23_client_method QSslSocket: cannot resolve SSLv23_server_method QSslSocket: cannot resolve X509_STORE_CTX_get_chain QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf QSslSocket: cannot resolve SSLeay QSslSocket: cannot resolve SSLeay_version QSslSocket: cannot call unresolved function CRYPTO_num_locks QSslSocket: cannot call unresolved function CRYPTO_set_id_callback QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback QSslSocket: cannot call unresolved function SSL_library_init QSslSocket: cannot call unresolved function SSLv23_client_method QSslSocket: cannot call unresolved function sk_num

Building from source, cmake runs OK after installing openJPEG and openJPEG-devel but make failes with unrecognised symbols OJ_UNIT8 and suchlike.

This is on a system with Fluxbox window manager.

TIA for any hints

bitwisetech commented 3 years ago

Solved: After upgrade to Fedora 33 and reading the proper build/install instructions, for Xygrib rather than the old ones for Zgrib, dnf installing openjpeg2 and -devel made the build happen. Many thanks !