-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue #281
Comments
you are doing everything right, but you are using very old Qt version, can you use newer Qt version? |
I think I can. All libraries where installed from default repositories. |
Latest Qt is recommended, 6.2 |
Currently I am using Qt5.9.8 and static compiled openssl-1.1.1k and zlib-1.2.12 in Ubuntu 20.04 Desktop. "qmake" and "make" finished successfully. after the successful compilation, I executed the product but unexpectedly got the following "openssl" error. qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks Then I modified the QtBitcoinTrader_Desktop.pro file for the link of the openssl 1.0.2g to the executable. |
Hello. You need to link the same openssl version that used to build specified Qt SDK build. |
Thanks for your reply. |
Well, there is only choice: v1.0, v1.1, v2.0, so try other one |
I am sorry but there is no v2.0 in openssl tags. |
Anyway your Qt version is outdated, please use 5.15+ or 6.3+ |
I'm trying to build QTTrader myself and getting this error during 'make' step:
I used exactly the same steps like described here: https://github.com/JulyIghor/QtBitcoinTrader#compilation-on-linux
Operating system is Linux Mint 20.3.
Packages versions are:
libssl-dev:amd64 1.1.1f-1ubuntu2.12
libglu1-mesa-dev:amd64 9.0.1-1build1
qtmultimedia5-dev:amd64 5.12.8-0ubuntu1
qtscript5-dev:amd64 5.12.8+dfsg-0ubuntu1
qt5-qmake:amd64 5.12.8+dfsg-0ubuntu2.1
Can you help me to figure out what I'm doing wrong?
The text was updated successfully, but these errors were encountered: