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.

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

From: Jeffrey Walton via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 25 Jun 2020 07:43:31 -0400

On Wed, Jun 24, 2020 at 9:11 PM Hongyi Zhao via curl-library
<curl-library_at_cool.haxx.se> wrote:
>
> 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?

If the configuration program is well written, then:

    PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

Also see https://stackoverflow.com/questions/44487053/set-pkg-config-path-in-cmake.

Jeff
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-25