Ad Widget

Collapse

Compile error: Curl library not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VeryNewbie
    Member
    • Feb 2007
    • 40

    #1

    Compile error: Curl library not found

    Hi,

    im trying to install Zabbix 1.4.3 on an AIX 5.3 (64bit).

    I'm using the same configuration as on Zabbix 1.4.2 but i always get this error:

    checking whether libcurl is usable... no
    configure: error: Not found Curl library

    when I check the logfile I get this:

    configure:10385: checking whether libcurl is usable
    configure:10430: cc -qlanglvl=extc89 -o conftest -g -I/tools/mysql/includ
    e -q64 -ma -qstrict -qoptimize=2 -qmaxmem=8192 -I/zabbix/curl/lib -L/tools/zlib/lib -L/tools/openssl/lib -L/zabbix/curl/lib -L/zabbi
    x/net-snmp/lib -static -L/zabbix/curl/lib -L/tools/openssl/lib -L/tools/zlib/lib conftest.c -lm -lcurl -lssl -lcrypto -lz >&5
    cc: 1501-210 command option t contains an incorrect subargument
    "conftest.c", line 89.10: 1506-296 (S) #include file <curl/curl.h> not found.
    "conftest.c", line 97.18: 1506-045 (S) Undeclared identifier NULL.
    "conftest.c", line 97.23: 1506-045 (S) Undeclared identifier CURLOPT_URL.
    "conftest.c", line 97.35: 1506-045 (S) Undeclared identifier NULL.
    "conftest.c", line 98.3: 1506-045 (S) Undeclared identifier CURL_ERROR_SIZE.
    "conftest.c", line 99.3: 1506-045 (S) Undeclared identifier CURLOPT_WRITEFUNCTIO
    N.
    "conftest.c", line 100.3: 1506-045 (S) Undeclared identifier CURLOPT_FILE.
    "conftest.c", line 101.3: 1506-045 (S) Undeclared identifier CURLOPT_ERRORBUFFER
    .
    "conftest.c", line 102.3: 1506-045 (S) Undeclared identifier CURLOPT_STDERR.
    "conftest.c", line 103.3: 1506-045 (S) Undeclared identifier CURLOPT_VERBOSE.
    configure:10436: $? = 1


    what should / can I do?

    Thanks
Working...