Error compiling Qt5 with openssl linked

前端 未结 2 1613
名媛妹妹
名媛妹妹 2021-01-12 07:05

My head will explode soon... I want to compile qt with -openssl-linked so the openssl libraries get linked into the qt libraries. I already tried many options and my output

2条回答
  •  旧时难觅i
    2021-01-12 07:32

    Try ./configure -no-openssl

    to bypass openssl altogether, in case you don't need your paraView to talk to another machine.

提交回复
热议问题