Re: [BackupPC-users] Cannot access the Web Interface (Response.pm not found)

2006-09-11 Thread Hendrik Friedel
Dear Les,
Thanks for your reply!

 But still I cannot access the User Interface.
 I decided to try the mod_perl Setup, but I'm not quite sure, wether
 this is the best setup for me.
 
 Usually you don't spend that much time in the web interface so it
 doesn't make a big difference if it is a normal cgi or mod_perl. 

True, the main reason to chose mod_perl was, that perl on my machine was
installed without setuid support, and I don't know how to change this.

 When I access the cgi interface this appears in the log of apache:
 
 [Sat Sep 09 15:09:13 2006] [error] Can't locate Apache/Response.pm in
 @INC
 
 Does gentoo have another package containing that?  If you run as a
 cgi you shouldn't need it so you might just switch and see if it is
 fast enough for you.  

Not that I know of. I wouldn't know what package could include it.

Greets,
Hendrik

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08.09.2006
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot access the Web Interface (Response.pm not found)

2006-09-10 Thread Nils Breunese (Lemonbit Internet)
Les Mikesell wrote:

 When I access the cgi interface this appears in the log of apache:

 [Sat Sep 09 15:09:13 2006] [error] Can't locate Apache/Response.pm  
 in @INC

 Does gentoo have another package containing that?

On my CentOS machines Apache/Response.pm is part of the mod_perl  
package (/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/ 
Apache/Response.pm). Can locate Apache/Response.pm on your system?  
Maybe on Gentoo you need to add the path to @INC manually somehow?

Nils Breunese.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot access the Web Interface(Response.pm not found)

2006-09-10 Thread Hendrik Friedel
Hi Nils,
 
 On my CentOS machines Apache/Response.pm is part of the mod_perl
 package (/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
 Apache/Response.pm). Can locate Apache/Response.pm on your system? 
 Maybe on Gentoo you need to add the path to @INC manually somehow?

The Thing is, that no File 'Apache/Response.pm' exists (i.e. a file
Response.pm within a Directory Apache, if I understand correctly).

vdr01 VDR # locate Apache/Response.pm
vdr01 VDR # locate Response.pm
/usr/lib/perl5/site_perl/5.8.5/Net/Amazon/Response.pm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Apache2/Response.pm
/usr/lib/perl5/vendor_perl/5.8.8/HTTP/Response.pm
/root/.cpan/build/Net-Amazon-0.35/lib/Net/Amazon/Response.pm
/root/.cpan/build/Net-Amazon-0.35/blib/lib/Net/Amazon/Response.pm

Mod_perl is installed. (emerge)

Gruß,
Hendrik

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08.09.2006
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot access the Web Interface(Response.pm not found)

2006-09-10 Thread Nils Breunese (Lemonbit Internet)
Hendrik Friedel wrote:

 On my CentOS machines Apache/Response.pm is part of the mod_perl
 package (/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
 Apache/Response.pm). Can locate Apache/Response.pm on your system?
 Maybe on Gentoo you need to add the path to @INC manually somehow?

 The Thing is, that no File 'Apache/Response.pm' exists (i.e. a file
 Response.pm within a Directory Apache, if I understand correctly).

 vdr01 VDR # locate Apache/Response.pm
 vdr01 VDR # locate Response.pm
 /usr/lib/perl5/site_perl/5.8.5/Net/Amazon/Response.pm
 /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Apache2/ 
 Response.pm
 /usr/lib/perl5/vendor_perl/5.8.8/HTTP/Response.pm
 /root/.cpan/build/Net-Amazon-0.35/lib/Net/Amazon/Response.pm
 /root/.cpan/build/Net-Amazon-0.35/blib/lib/Net/Amazon/Response.pm

 Mod_perl is installed. (emerge)

Looks like BackupPC should be looking for Apache2/Response.pm on a  
Gentoo system...

Nils Breunese.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot access the Web Interface (Response.pm not found)

2006-09-10 Thread Les Mikesell
On Sun, 2006-09-10 at 07:51, Nils Breunese (Lemonbit Internet) wrote:

  When I access the cgi interface this appears in the log of apache:
 
  [Sat Sep 09 15:09:13 2006] [error] Can't locate Apache/Response.pm  
  in @INC
 
  Does gentoo have another package containing that?
 
 On my CentOS machines Apache/Response.pm is part of the mod_perl  
 package (/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/ 
 Apache/Response.pm). Can locate Apache/Response.pm on your system?  
 Maybe on Gentoo you need to add the path to @INC manually somehow?

This sounds like a change that would have happened with the
2.0 release of mod_perl (centos has 1.99something), but I'd
expect the include to be set right unless the name is
mentioned in something you added yourself, perhaps copying
the httpd.conf settings from older documentation.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cannot access the Web Interface(Response.pm not found)

2006-09-10 Thread OverlordQ
Dont know if this went through the first time:

Nils Breunese (Lemonbit Internet) wrote:
  Nils Breunese wrote:
 
  Hendrik Friedel wrote:
 
  On my CentOS machines Apache/Response.pm is part of the mod_perl
  package (/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/
  Apache/Response.pm). Can locate Apache/Response.pm on your system?
  Maybe on Gentoo you need to add the path to @INC manually somehow?
  The Thing is, that no File 'Apache/Response.pm' exists (i.e. a file
  Response.pm within a Directory Apache, if I understand correctly).
 
  vdr01 VDR # locate Apache/Response.pm
  vdr01 VDR # locate Response.pm
  /usr/lib/perl5/site_perl/5.8.5/Net/Amazon/Response.pm
  /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Apache2/
  Response.pm
  /usr/lib/perl5/vendor_perl/5.8.8/HTTP/Response.pm
  /root/.cpan/build/Net-Amazon-0.35/lib/Net/Amazon/Response.pm
  /root/.cpan/build/Net-Amazon-0.35/blib/lib/Net/Amazon/Response.pm
 
  Mod_perl is installed. (emerge)
  Looks like BackupPC should be looking for Apache2/Response.pm on a
  Gentoo system...
 

Not really, that's all handled by the stuff that needs to worry about
it. BackupPC isn't involved there.

  Did you emerge backuppc (see http://gentoo-wiki.com/index.php?
  title=BackupPC) or install from the .tar.gz on the BackupPC site?
  Maybe the emerge version has a patch to look for Apache2/Response.pm.
 
  Nils Breunese.

Try upgrading your CGI.pm

Also what does line 186 of CGI.pm say, if you looked there you could
*maybe* figure out why it's not including the right module.

(Again, not a bug in backuppc, problem with your perl install)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Cannot access the Web Interface (Response.pm not found)

2006-09-09 Thread Hendrik Friedel
Hi,

I'm trying to get backuppc running on my gentoo server.
I did emerge apache2 and mod_perl.
I'm confident, that I have configured backuppc correctly. 

But still I cannot access the User Interface.
I decided to try the mod_perl Setup, but I'm not quite sure, wether this is
the best setup for me.
Besides backuppc I intend to run coppermine (web-gallery) on the Server
aswell. Thus I'd have to start two copys of Apache, if I'm not mistaken. Yet
I have no clue how to manage that. Nevertheless, my actual Problem is the
following:

When I access the cgi interface this appears in the log of apache:

[Sat Sep 09 15:09:13 2006] [error] Can't locate Apache/Response.pm in @INC
(@INC contains: /home/httpd/perl
/etc/perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl/5.8.5/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl
/usr/lib/perl5/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/5.8.8 /usr/local/lib/site_perl
. /usr/lib/apache2) at /usr/lib/perl5/vendor_perl/5.8.5/CGI.pm line
186.\nCompilation failed in require at
/var/www/localhost/cgi-bin/BackupPC_Admin line 50.\nBEGIN
failed--compilation aborted at /var/www/localhost/cgi-bin/BackupPC_Admin
line 50.\n
 
Searching for Response.pm results in:
 
vdr01 ~ # locate Response.pm
/mnt/hda5/backup/manuell/Jule/JuleBackup/Laptopbackup/MATLAB6p5/sys/perl/win
32/site/lib/http/Response.pm
/usr/local/src/xxv-0.70/lib/Net/Amazon/.svn/text-base/Response.pm.svn-base
/usr/local/src/xxv-0.70/lib/Net/Amazon/.svn/prop-base/Response.pm.svn-base
/usr/local/src/xxv-0.70/lib/Net/Amazon/.svn/props/Response.pm.svn-work
/usr/local/src/xxv-0.70/lib/Net/Amazon/.svn/wcprops/Response.pm.svn-work
/usr/local/src/xxv-0.70/lib/Net/Amazon/Response.pm
/usr/local/src/xxv-0.80/lib/Net/Amazon/Response.pm
/usr/local/lib/xxv/Net/Amazon/Response.pm
/usr/local/lib/xxv_old/Net/Amazon/.svn/text-base/Response.pm.svn-base
/usr/local/lib/xxv_old/Net/Amazon/.svn/prop-base/Response.pm.svn-base
/usr/local/lib/xxv_old/Net/Amazon/.svn/props/Response.pm.svn-work
/usr/local/lib/xxv_old/Net/Amazon/.svn/wcprops/Response.pm.svn-work
/usr/local/lib/xxv_old/Net/Amazon/Response.pm
/usr/lib/perl5/site_perl/5.8.5/Net/Amazon/Response.pm
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/Apache2/Response.pm
/usr/lib/perl5/vendor_perl/5.8.8/HTTP/Response.pm
/root/.cpan/build/Net-Amazon-0.35/lib/Net/Amazon/Response.pm
/root/.cpan/build/Net-Amazon-0.35/blib/lib/Net/Amazon/Response.pm


Do you have any Idea, what could be the cause of this messed up
configuration? Obviously, the Path to Apache/Response.pm is missint in @Inc,
but what did I do wrong?

Greets,
Hendrik

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08.09.2006
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/