Re: [BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-15 Thread G.W. Haywood
Hi there, On Fri, 13 Dec 2024, 02_tramway_basin wrote: ... I removed the "qw(...)" for BackupPC_nightly line 89 and BackupPC_rrdUpdate line 42: Replace: use BackupPC::Lib qw( :BPC_DT_ALL ); By: use BackupPC::Lib; and all is fine now. ... This weekend I've looked through the G

Re: [BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-12 Thread 02_tramway_basin--- via BackupPC-users
Hi Ged, Just to let you know I removed the "qw(...)" for BackupPC_nightly line 89 and BackupPC_rrdUpdate line 42: Replace: use BackupPC::Lib qw( :BPC_DT_ALL ); By: use BackupPC::Lib; and all is fine now. Many thanks for your help. Alan > On 11 Dec 2024, at 13:59, G.W. Hayw

Re: [BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-11 Thread G.W. Haywood
Hi there, On Wed, 11 Dec 2024, Alan wrote: On Tue, 10 Dec 2024, G.W. Haywood wrote: > On Tue, 10 Dec 2024, Alan wrote: )> > >> Since upgrading from Fedora 40 to 41 I?ve started seeing the following Perl error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run: >> >> At

Re: [BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-11 Thread 02_tramway_basin--- via BackupPC-users
 Hi Ged, Thank you for your helpful reply. I can confirm that Fedora uses /usr/share/BackupPC as the install directory and is defined in config.pl as such. $Conf{InstallDir} = '/usr/share/BackupPC'; I don't have a /usr/local/BackupPC directory on my system Here is the result of the grep you

Re: [BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-10 Thread G.W. Haywood
Hi there, On Tue, 10 Dec 2024, Alan wrote: Since upgrading from Fedora 40 to 41 I?ve started seeing the following Perl error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run: Attempt to call undefined import method with arguments (":BPC_DT_ALL") via package "BackupPC

[BackupPC-users] Fedora 41 BackupPC v4.4.0 Perl 5.4.0 undefined import method message

2024-12-09 Thread 02_tramway_basin--- via BackupPC-users
Hi, Since upgrading from Fedora 40 to 41 I’ve started seeing the following Perl error message when the BackupPC_nightly and BackupPC_rrdUpdate routines are run: Attempt to call undefined import method with arguments (":BPC_DT_ALL") via package "BackupPC::Lib" (Perhaps you forgot to load the pack