• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Accessing libraries in plugins

Community Beginner ,
Dec 03, 2013 Dec 03, 2013

Copy link to clipboard

Copied

I am developing an access plugin to run on 64-bit CentOS.  I am using the curl library to make a call to another server to do basic authentication.  I've installed the curl libraries via yum, and the code works using a test application.  I have the curl headers included like so:

#include <curl/curl.h>

When I start AMS, I see the following in the Edge log:

Info from AccessAdaptor: Can't load access adaptor /opt/adobe/ams/modules/access/libconnect.so Error=/opt/adobe/ams/modules/access/libconnect.so: undefined symbol: curl_easy_setopt.

Why can't the plugin access the curl library?

Views

319

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines