Okay - I added the debug. Now this is interesting. The arguments passed to ld are not valid with the current AIX linker installed on my system.

... any thoughts on how to fix? Do I need to manually build an ld command and replace it in the Makfile.PL? (that feels wrong)

# /admin/perl5_64/bin/perl Makefile.PL LIBS='-L/usr/lib -L/usr/local/l +ib -lghttp' INC='-I/usr/include -I/usr/local/include' DEBUG=1 running gnome-config... ok checking for main() in -lghttp... ld -o conftest -D_ALL_SOURCE -D_ANSI +_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -qlanglvl=extc99 +-DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q64 -DUSE_64_BIT_ALL -q64 -I + -I/usr/include -I/usr/local/include -brtl -bdynamic -b64 conftest.c +-lpthread -lbind -lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lpthreads -l +c -L/usr/lib -L/usr/local/lib -lghttp -lghttp ld: 0706-029 Use a number with the -D flag. ld: 0706-029 Use a number with the -D flag. ld: 0706-029 Use a number with the -D flag. ld: 0706-012 The -q flag is not recognized. ld: 0706-012 The -a flag is not recognized. ld: 0706-027 The -x flag is ignored. ld: 0706-012 The -q flag is not recognized. ld: 0706-027 The -n flag is ignored. ld: 0706-012 The -q flag is not recognized. ld: 0706-029 Use a number with the -D flag. ld: 0706-029 Use a number with the -D flag. ld: 0706-012 The -q flag is not recognized. ld: 0706-012 The -6 flag is not recognized. ld: 0706-012 The -4 flag is not recognized. ld: 0706-029 Use a number with the -D flag. ld: 0706-012 The -q flag is not recognized. ld: 0706-012 The -6 flag is not recognized. ld: 0706-012 The -4 flag is not recognized. ld: 0706-012 The -I flag is not recognized. ld: 0706-012 The -I flag is not recognized. ld: 0706-012 The -/ flag is not recognized. ld: 0706-012 The -I flag is not recognized. ld: 0706-012 The -/ flag is not recognized. ld: 0706-006 Cannot find or open library file: -l anglvl=extc99 ld:open(): No such file or directory system call to 'ld -o conftest -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX +_SOURCE -qmaxmem=-1 -qnoansialias -qlanglvl=extc99 -DUSE_NATIVE_DLOPE +N -DNEED_PTHREAD_INIT -q64 -DUSE_64_BIT_ALL -q64 -I -I/usr/include -I +/usr/local/include -brtl -bdynamic -b64 conftest.c -lpthread -lbind - +lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lpthreads -lc -L/usr/lib -L/us +r/local/lib -lghttp -lghttp' failed at Makefile.PL line 92. no libghttp not found Try setting LIBS and INC values on the command line Or get libghttp from ftp://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/

In reply to Re^2: Help with HTTP::GHTTP by dmz8080
in thread Help with HTTP::GHTTP by dmz8080

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.