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
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
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
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
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
>
>
> 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
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
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
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
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
10 matches
Mail list logo