curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)

From: Hongyi Zhao via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 25 Jun 2020 09:08:20 +0800

Hi,

On Ubuntu 20.04, I want to compile zeal with the following steps:

```
$ sudo apt-get build-dep zeal
$ sudo apt-get install qtwebengine5-dev
$ git clone https://github.com/zealdocs/zeal.git zeal.git
$ cd zeal.git
$ mkdir build && cd build
$ cmake ..
cmake: /usr/local/lib/libcurl.so.4: no version information available
(required by cmake)
```
How to solve this problem?

Regards,

-- 
Hongyi Zhao <hongyi.zhao_at_gmail.com>
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-25