1

While installing OPKG, following logs are getting generated for "./configure".

    checking for CURL... no
    configure: error: Package requirements (libcurl) were not met:

    No package 'libcurl' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables CURL_CFLAGS
    and CURL_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

I have already tried following things:

    $ sudo apt-get install libcurl4-openssl-dev

Please help soon!

Omkar Nath Singh
  • 3,375
  • 2
  • 15
  • 34

1 Answers1

2

After "sudo apt-get install libcurl4-openssl-dev" restart the R studio its working for both devtools and libcurl installation