Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: RE : RE : bug : make test fails: msg#00239

apache.mod-perl.devel

Subject: Re: RE : RE : bug : make test fails

Barbara Post wrote:
OK, sorry for the offense, you're right.

It wasn't an offense at all, sorry if I sounded like it was...

The answer of the perl command line is an empty string.

$ perl -Mlib=Apache-Test/lib -MApache::TestRequest -le 'print
Apache::TestRequest::has_lwp'

Thanks Barbara. I just wanted to double check that it didn't think that it had LWP installed when it didn't. For some reason I can't reproduce the problem.

I will install LWP on Monday then.

Before you do that, can you please try applying this patch and see if it's still broken. I think it should work now fine without LWP:

Index: Apache-Test/lib/Apache/TestServer.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm,v
retrieving revision 1.73
diff -u -r1.73 TestServer.pm
--- Apache-Test/lib/Apache/TestServer.pm 24 Nov 2003 08:28:34 -0000
1.73
+++ Apache-Test/lib/Apache/TestServer.pm 30 Nov 2003 20:57:57 -0000
@@ -584,10 +584,9 @@

my $server_up = sub {
local $SIG{__WARN__} = sub {}; #avoid "cannot connect ..." warnings
- if (my $r = Apache::TestRequest::GET('/index.html')) {
- return $r->code;
- }
- 0;
+ # avoid fatal errors
+ my $r = eval { Apache::TestRequest::GET('/index.html') };
+ return !$@ && defined $r ? $r->code : 0;
};

if ($server_up->()) {



__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
solaris.opensol...    editors.vim/200...    web.turbogears....    jakarta.ant.dev...    mathematics.max...    text.unicode.ge...    lang.ruby.core/...    xfce.announce/2...    network.centeri...    php.cvs.pear/20...    user-groups.lin...    kde.devel.quant...    file-systems.ar...    redhat.fedora.t...    apple.fink.auto...    gnome.orbit.gen...    qplus.devel/200...    culture.transpo...    video.dri.user/...    operators.nanog...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation