Skip Menu |

This queue is for tickets about the HTTP-GHTTP CPAN distribution.

Report information
The Basics
Id: 106806
Status: resolved
Priority: 0/
Queue: HTTP-GHTTP

People
Owner: Nobody in particular
Requestors: prashant.jaiswal [...] webdunia.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: getting error below
Date: Tue, 1 Sep 2015 11:41:55 +0530
To: <bug-HTTP-GHTTP [...] rt.cpan.org>
From: "Prashant Jaiswal" <prashant.jaiswal [...] webdunia.net>
[root@localhost HTTP-GHTTP-1.07]# perl Makefile.PL running gnome-config... failed using fallback values for LIBS and INC options: LIBS='-L/usr/local/lib -L/usr/lib -lghttp' INC='-I/usr/local/include -I/usr/include' If this is wrong, Re-run as: $ /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' checking for main() in -lghttp... 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/ [root@localhost HTTP-GHTTP-1.07]# /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' running gnome-config... ok checking for main() in -lghttp... 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/ [root@localhost HTTP-GHTTP-1.07]# perl Makefile.PL running gnome-config... failed using fallback values for LIBS and INC options: LIBS='-L/usr/local/lib -L/usr/lib -lghttp' INC='-I/usr/local/include -I/usr/include' If this is wrong, Re-run as: $ /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' checking for main() in -lghttp... 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/ [root@localhost HTTP-GHTTP-1.07]# rpm -ql libghttp1-devel Thanks & Regards, Prashant Jaiswal
Hi Prashant, I believe this to be fixed in the latest 1.080_001 testing release now that we're relying on Alien::GHTTP. However, the fact that you're attempting to use this module in 2015 has me a bit worried. Please note that GNOME's libghttp has been EOLed since 2002. Net::Async::HTTP or Mojo::UserAgent or HTTP::Tiny are all likely to be better choices than this old thing. Thanks, Chase