RE: Help needed in extracting html over HTTTPS protocol.

2004-08-04 Thread Bob Showalter
Anas Perwez wrote: > Hi All, > My requirement is to extract html from any site ( HTTPS) and then > parse it for selective contents > > I am able to connect to HTTP sites but when it comes to HTTPS , it is > throwing errors. [ snip LWP code ] Have you read http://search.cpan.org/src/GAAS/libwww-p

RE: using HTTP authentication

2004-08-04 Thread Bob Showalter
Andrew Gaffney wrote: > I want to use HTTP authentication with Apache 2.x for a project I'm > working on. I only need 1 user to be able to access the whole site > (similar to a consumer router's web interface). Okay. > What do I need to do to setup it up in Apache This is found in the Apache d

RE: Help needed in extracting html over HTTTPS protocol.

2004-08-04 Thread Sanjay Arora
Anas I have a similar requirement. Can you tell me which perl modules are you using for connecting to http and getting html & which modules for extracting info. I havent got to your stage, so I guess Ill keep an eye on your thread ;-). And Bob, thanks for the tip though its a bit advanced for me

GD.pm and GD::Graph

2004-08-04 Thread Isarin Sathitruangsak
Hello. Could someone could shed some light what I should do. Please point me if I should send to a different list. Although my script ran fine on the command line. I've got the following errors when running my script on apache [Tue Aug 03 15:54:14 2004] [error] [client 172.16.140.146] Premat

Re: GD.pm and GD::Graph

2004-08-04 Thread Isarin Sathitruangsak
It is my test script and pretty much I took it from module's documentation. The odd thing is that it ran fine on command line but failed on the browser.*** According to my googling search, it might be something to do with LD_LIBRARY_PATH or RPATH. I located the path for libgcc.so.1 and

Re: GD.pm and GD::Graph

2004-08-04 Thread Wiggins d Anconia
> > > Hello. > > Could someone could shed some light what I should do. Please point me if > I should send to a different list. > > Although my script ran fine on the command line. I've got the following > errors when running my script on apache > > [Tue Aug 03 15:54:14 2004] [error] [clien

Re: using HTTP authentication

2004-08-04 Thread Andrew Gaffney
Bob Showalter wrote: Andrew Gaffney wrote: I want to use HTTP authentication with Apache 2.x for a project I'm working on. I only need 1 user to be able to access the whole site (similar to a consumer router's web interface). Okay. What do I need to do to setup it up in Apache This is found in th

Re: GD.pm and GD::Graph

2004-08-04 Thread Isarin Sathitruangsak
is libgcc.so.1 same as libgd? I think my libgd is good. and the error message refers to libgcc.so.1. I installed GD through the four steps. It passed the make test. I added the path to libgcc.so.1 to LD_LIBRARY_PATH but not to the libgd? Should I add it? Thanks. And here are the paths to the module

Re: GD.pm and GD::Graph

2004-08-04 Thread Isarin Sathitruangsak
OK I got it. Just like to share what I've done. My cgi didn't see libgcc. Therefore, I need to setEnv LD_LIBRARY_PATH to libgcc's path in my httpd.conf cheers. On Wed, 4 Aug 2004, Wiggins d Anconia wrote: Date: Wed, 4 Aug 2004 13:13:38 -0600 From: Wiggins d Anconia <[EMAIL PROTECTED]> To: Isar

Re: GD.pm and GD::Graph

2004-08-04 Thread Wiggins d Anconia
Please bottom post... > > is libgcc.so.1 same as libgd? I think my libgd is good. and the > error message refers to libgcc.so.1. > No (at least I don't think) libgcc is I suspect something provided by gcc, which is presumably your compiler. I wonder if the issue is that your Perl is compiled wi