Bitcoin-ABC / bitcoin-abc

Bitcoin ABC develops node software and infrastructure for the eCash project. This a mirror of the official Bitcoin-ABC repository. Please see README.md
https://reviews.bitcoinabc.org
MIT License
1.24k stars 790 forks source link

undefined symbol: FT_Get_Font_Format #283

Open Hobbes013 opened 5 years ago

Hobbes013 commented 5 years ago

Error message during startup on debian 8.11

bitcoin-abc-0.18.5 does not start due to an undifined symbol. Error message during startup: bitcoin-abc-0.18.5/bin/bitcoin-qt: symbol lookup error: bitcoin-abc-0.18.5/bin/bitcoin-qt: undefined symbol: FT_Get_Font_Format

Can you reliably reproduce the issue?

yes

If so, please list the steps to reproduce below:

start bitcoin-qt on debian 8.11

Expected behaviour

qt window should appear

Actual behaviour

Error message on terminal and program ends

What version of bitcoin-abc are you using?

bitcoin-abc-0.18.5

Machine specs:

Hobbes013 commented 5 years ago

bitcoin-abc-0.18.3 and bitcoin-abc-0.18.4 is also affected. bitcoin-abc-0.18.2 starts up as expected.

yikongzi commented 5 years ago

CentOS Linux release 7.3.1611 (Core) Can not run with the same error message.

jasonbcox commented 5 years ago

What version of qt do you have? bitcoin-abc 0.18.3 removed support for qt4

shuizhongyu commented 5 years ago

CentOS Linux release 7.5.1804 has this problem,too Does anyone has solutions?