search

Home  >  Q&A  >  body text

php - curl: 7.48.0(7.47.1) compiled and installed http2 and failed to report an error

curl: 7.48.0 is compiled and installed with http2, and the php version corresponds to 5.6.22

Compilation and installation successful
But when calling PHP, an error will be reported:
php: /usr/local/lib/libcurl.so.4: no version information available

Has anyone encountered this situation?

The result of online search is that there are multiple curl versions, just delete them. But after deleting it with apt-get and recompiling and installing, the problem still occurs

高洛峰高洛峰2712 days ago818

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-06-23 09:13:45

    Baidu to see if there is a problem with the curl library of your system, reinstall or upgrade it

    reply
    0
  • 代言

    代言2017-06-23 09:13:45

    apt only deletes the apt-installed ones. Those manually compiled and installed by yourself are not deleted. When compiling, you must combine your own environment and do not copy the guide directly

    reply
    0
  • Cancelreply