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