Hi, I have proble, install URI-1.09 on Red Hat Linux 7 release I am using Perl 5.6.0 and get "make test" error at heuristic Failure. I have MIME::BASE64-2.11...
6979
Gisle Aas
gisle@...
Mar 1, 2001 4:53 pm
... Try URI-1.11. It is a minor update that only address the t/heuristic.t failure caused by www.perl.no now resolving. Regards, Gisle...
6980
Ilya Martynov
m_ilya@...
Mar 1, 2001 4:56 pm
... WP> Hi, WP> I have proble, install URI-1.09 on Red Hat Linux 7 release WP> I am using Perl 5.6.0 and get "make test" error at heuristic Failure. WP> I...
6981
Wang, Pin-Chieh
Pin-Chieh.Wang@...
Mar 1, 2001 7:08 pm
Thanks folks, URI-1.11 passed the test PC ... From: Gisle Aas [mailto:gisle@...] Sent: Thursday, March 01, 2001 10:53 AM To: Wang, Pin-Chieh Cc:...
6982
Bill Moseley
moseley@...
Mar 1, 2001 8:49 pm
This is the wrong place to ask this, but I was trying to install Bundle::LWP on a machine I've been asked to work on and I get this: In file included from...
6983
Gisle Aas
gisle@...
Mar 1, 2001 9:30 pm
... These files are supposed to be in /usr/include. If it is infeasible to move them back, you might get away with building your Makefile with: perl...
6984
Bill Moseley
moseley@...
Mar 1, 2001 9:46 pm
... Thanks Gisle for the quick help, This is what I get for being a Perl programmer and things always working so perfectly...normally. My guess is libraries...
6985
Gisle Aas
gisle@...
Mar 1, 2001 10:19 pm
... I guess so! You might also get away with simply installing ActivePerl for Linux and then use ppm to install precompiled versions of HTML::Parser and other...
6986
Gisle Aas
gisle@...
Mar 1, 2001 10:20 pm
... I don't know, but I bet this is not really releated with HTML-Parser as such and that you will have the same problem with any XS module you try to build. ...
6987
Lamine Sano
sanol@...
Mar 1, 2001 11:18 pm
Hello, I need help with this compilation error of HTML::Parser. root@sinydev01# make gcc -c -I/usr/local/include -DVERSION=92;"3.18\" -DXS_VERSION=\"3.18\"...
6988
Gino Gracin
g.gracin@...
Mar 1, 2001 11:18 pm
I tried to execute this program and I received the following error: "Not a GLOB reference at /usr/local/lib/perl5/site_perl/5.005/HTML/TokeParser.pm line 43" ...
6989
sebap@...
sebasp@...
Mar 1, 2001 11:18 pm
... not all but the most important such as libwww and mime64 do you think it acces file probleme, i'm bit newbe for that. create app in perl is not the same...
6990
Gisle Aas
gisle@...
Mar 1, 2001 11:58 pm
... I think I've seen this before. You probably have a patchlevel.h file which is not related to perl somewhere in you include path. Try to remove it. ...
6991
Gisle Aas
gisle@...
Mar 2, 2001 12:02 am
... It probably means that you have the HTML::TokeParser from HTML-Parser-2.21 (or older). Try an upgrade if that is the case. Regards, Gisle...
6992
Randal L. Schwartz
merlyn@...
Mar 4, 2001 10:07 pm
HTTP::Daemon 1.22 ->get_request passes the URL-like string following the method to make a relative based URL. For "CONNECT" methods, this is wrong, since no...
6993
Gisle Aas
gisle@...
Mar 5, 2001 6:50 am
... My only concern with using telnet is that it make the port default to 23 if no port is specified. The 'authority39; production seems to allow that. It...
6994
Chris Greenhill
CGreenhill@...
Mar 6, 2001 5:22 pm
Hello. When I try to add a cookie header to a request that was generated from an HTML::Form like so... $request = $form->make_request; ...
6995
I....AM.....I
e96mani@...
Mar 6, 2001 8:37 pm
hi, ... skrev: > Hello. ... this is well-known bug, I thought it was fixed. but try changing "epath" in the cookies.pm file to "path". -abdelhaq [...] ...
6996
Paulo Castro
ee96123@...
Mar 7, 2001 8:11 pm
The code above emulates a Post operation. I've tested it and it works fine, it does the post except for the "print $response->content" where i get the error of...
6997
Waseem Aslam
W.ASLAM@...
Mar 7, 2001 8:14 pm
Hi I am writing a perl script to track tranactions using a specific shopping cart, the problem is i using LWP::UserAgent to grab the pages and then grab the ...
6998
Christoph Wernli
cw@...
Mar 7, 2001 8:18 pm
... At least one parameter: <input type=hidden name=ou value="isto_e_para_devolver"> Another problem probably arises with the use of https (never tried it);...
6999
Kai Krebber
Kai.Krebber@...
Mar 8, 2001 9:27 am
Hi, Waseem! I actually have the same effect. I tried out a sample program from a book (Listing 19.5 from 'Perl 5 by Example'; e.g. ...
7000
twh@...
Mar 8, 2001 5:06 pm
Recently my environment is upgraded to Solaris 8, perl 5.6.0, libwww-perl-5.50 with patch-103773 The patch suppose to fix the https via a proxy connection. ...
7001
James E. Pace
jepace@...
Mar 8, 2001 5:50 pm
Hi. I know that libwww doesn't do HTTP/1.1, but I'd like to use it to send requests of the form 'GET / HTTP/1.1' . I handle the resulting 1.1 response myself....
7002
Gisle Aas
gisle@...
Mar 8, 2001 6:20 pm
... Ok. It seems to turn your first example into a URL with the IP-address in the name. This is the patch that I checked in: ...
7003
Gisle Aas
gisle@...
Mar 8, 2001 6:35 pm
... No. HTTP/1.1 in the request line promise many more features that LWP::Protocol::http does not handle. For instance a client that announce HTTP/1.1 must be...
7004
Sten Folkerman
sten@...
Mar 8, 2001 7:27 pm
I want my LWPng (alpha-0.24) program to use 'Connection: Keep-Alive39; instead of 'Connection: close'. In LWP/Conn/HTTP.pm, setting $cnf{ReqLimit} to a big...
Hi, I have to emulating a FORM POST but this FORM is using an applet. Example: <HTML><HEAD> <TITLE>Title</TITLE> <script language="JavaScript"> <!-- function...
7007
Waseem Aslam
W.ASLAM@...
Mar 9, 2001 11:28 am
Hi i am trying to get cookie information from a remote site (shoping catalog), however for this particular site the HTTP::Cookie action has no effect. I have ...