Re: libgtop gone?

2003-01-29 Thread Mithun Bhattacharya
Tried compilling libgtop on a server without X and got the following. The error message seems to be self explanatory. -- configure: error: *** GNOME was not found on this system. *** *** If you want to use LibGTop without GNOME, you need *** to give configure the

Re: Stacked Handlers Execution Chain

2003-01-29 Thread Geoffrey Young
however, DONE is special - it indicates that all content has been sent and the request cycle should proceed straight to the logging phase. from a handler perspective, DONE behaves the same as an error code - it terminates the request cycle. But the book doesn't say that DONE does break

RE: Installation help

2003-01-29 Thread Blankenship, Scott R
thanks for the help... I got it running now. Attention to detail... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 6:27 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Blankenship, Scott R wrote: I'm

Re: libgtop gone?

2003-01-29 Thread Perrin Harkins
http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.3/sources/libgtop-2.0.0.tar.gz Thanks to both of you for pointing out that it's on the Gnome FTP site. I'll send Doug a documentation patch to point to this location. - Perrin

mod_perl and mod_cgi problems

2003-01-29 Thread Magnar Stav Johanssen
Hi! On my Solaris 5.8 machine I'm running apache 1.3.27 with mod_cgi and mod_perl 1.0. mod_cgi is compiled into apache and mod_perl are loaded in my httpd.conf. When I'm requesting for any .cgi script (tested with: #!/usr/bin/perl or #!/bin/sh) everything works fine, and the scripts compile

Re: libgtop gone?

2003-01-29 Thread Mithun Bhattacharya
--- Perrin Harkins [EMAIL PROTECTED] wrote: http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.3/sources/libgtop-2.0.0.tar.gz I dont know how it might affect the users but the above URL seems to be for Gnome 2.0 (RedHat 8.0) users.

pb with theoryx5 ppms archname

2003-01-29 Thread [EMAIL PROTECTED]
Hi with perl 58 /win32 I noted that ppm refuses to install packages from http://theoryx5.uwinipeg.ca/ppms (the one for 5.8) because these packages mention ARCHITECTURE NAME=MSWin32-x86-multi-thread-5.8 while perl 580 built without archname (and the one from activestate) does

[OT] Gkrellm (was: RE: libgtop gone?)

2003-01-29 Thread Narins, Josh
Um, can someone provide a link as to what libgtop is supposed to do? Is it just a graphical /usr/local/bin/top? I can't believe I didn't know about gkrellm until recently, which will cover all the rest of your system monitoring desires (mine monitors my wireless link strenght, for instance)

Re: [OT] Gkrellm (was: RE: libgtop gone?)

2003-01-29 Thread Perrin Harkins
Narins, Josh wrote: Um, can someone provide a link as to what libgtop is supposed to do? Is it just a graphical /usr/local/bin/top? There is a graphical top built on it, but libgtop is just a library that measures memory usage, CPU, etc. GTop.pm is a module which provides a Perl interface to

Re: pb with theoryx5 ppms archname

2003-01-29 Thread Randy Kobes
On January 29, 2003 08:45 am, [EMAIL PROTECTED] wrote: with perl 58 /win32 I noted that ppm refuses to install packages from http://theoryx5.uwinipeg.ca/ppms (the one for 5.8) because these packages mention ARCHITECTURE NAME=MSWin32-x86-multi-thread-5.8 while perl 580 built without archname

DBM ties within Apache under Mod Perl

2003-01-29 Thread Jim Morrison [Mailinglists]
Hey, One of the things I understood mod_perl allowed you to do is to tie a Hash/DBM to the top apache process, so that it's always available throughout the other apache processes? Is that right? Is there a good tutorial somewhere (or is it simple enough to show me in an email?) Thing I want to

Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-29 Thread perl
Actually I haven't got this to work. I'm yet trying to figure how to load the module (PerlModule Apache::SSI) in the .htaccess with it actuall residing in the /perl/ directory rather than the standard lib directories. Why? It's a module, not a CGI script. I'm not sure whether the company

Re: DBM ties within Apache under Mod Perl

2003-01-29 Thread Perrin Harkins
Jim Morrison [Mailinglists] wrote: One of the things I understood mod_perl allowed you to do is to tie a Hash/DBM to the top apache process, so that it's always available throughout the other apache processes? You can only do that for read-only dbms. For read/write, use MLDBM::Sync. PS. Do

Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-29 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: I'm not sure whether the company that's hosting my web site will want to install any non-critical module (They ahve done me a favor allowing me to run mod_perl ... ) So I want to see if I have any options installing it under my directory tree. Okay. You need to

Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-29 Thread perl
At 10:50 AM 1/29/2003, Perrin Harkins wrote: [EMAIL PROTECTED] wrote: I'm not sure whether the company that's hosting my web site will want to install any non-critical module (They ahve done me a favor allowing me to run mod_perl ... ) So I want to see if I have any options installing it

[mp2] no PerlVINC?

2003-01-29 Thread Christopher Hicks
Is there any equivalent to PerlVINC under mod_perl 2? -- /chris Never offend people with style when you can offend them with substance. - Sam Brown

Re: [mp2] no PerlVINC?

2003-01-29 Thread Stas Bekman
Christopher Hicks wrote: Is there any equivalent to PerlVINC under mod_perl 2? Yes, and it's a built-in solution, rather than a hack: http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ __ Stas Bekman

[OT] Re: pb with theoryx5 ppms archname

2003-01-29 Thread Ron Savage
On Wed, 29 Jan 2003 09:30:12 -0600, Randy Kobes wrote: On January 29, 2003 08:45 am, [EMAIL PROTECTED] wrote: Hi Pascal with perl 58 /win32 I noted that ppm refuses to install More info here. Watch wrap: http://groups.google.com/groups?q=savage+imagemagick+group:comp.lang.p

Re: libgtop gone?

2003-01-29 Thread Stas Bekman
Mithun Bhattacharya wrote: Tried compilling libgtop on a server without X and got the following. The error message seems to be self explanatory. -- configure: error: *** GNOME was not found on this system. *** *** If you want to use LibGTop without GNOME, you

Re: libgtop gone?

2003-01-29 Thread Stas Bekman
Perrin Harkins wrote: http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.3/sources/libgtop-2.0.0.tar.gz Thanks to both of you for pointing out that it's on the Gnome FTP site. I'll send Doug a documentation patch to point to this location. And a week later this url will be broken. Notice

Re: mod_perl and mod_cgi problems

2003-01-29 Thread Stas Bekman
Magnar Stav Johanssen wrote: Hi! On my Solaris 5.8 machine I'm running apache 1.3.27 with mod_cgi and mod_perl 1.0. mod_cgi is compiled into apache and mod_perl are loaded in my httpd.conf. When I'm requesting for any .cgi script (tested with: #!/usr/bin/perl or #!/bin/sh) everything works

Needfurther help on MP2 config.

2003-01-29 Thread benjamin mccall
I'm sorry, but i just cannot comprehend the doc or Doug's book explanation on how to further configure Apache to load any custom perl modules I might add. I dropped a perl dir under apache2: /usr/local/apache2/lib/perl/Apache per Doug's direction (from Apache Modules... p. 28). I don't believe I

Re: Needfurther help on MP2 config.

2003-01-29 Thread Stas Bekman
benjamin mccall wrote: I'm sorry, but i just cannot comprehend the doc or Doug's book explanation on how to further configure Apache to load any custom perl modules I might add. I dropped a perl dir under apache2: /usr/local/apache2/lib/perl/Apache per Doug's direction (from Apache Modules...

RE: Apache::SessionManager pnotes index.html problem...

2003-01-29 Thread Enrico Sorcinelli
Hi Joseph, Thanks Enrico, I had no idea that was the problem. My case is http://yourserver.com/ As I have already said to you in the previous post, the problem is that currently, Apache::SessionManager skips all subrequests. When you request http://yourserver.com/, Apache do it because