LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PAC Manager 4.4.1 (https://www.linuxquestions.org/questions/linux-software-2/pac-manager-4-4-1-a-4175435928/)

anonymous_itop 11-06-2012 11:35 AM

PAC Manager 4.4.1
 
I'm install Pac 4.4.1 with opensuse 12.2 but i've error:

Gnome2::Vte object version 0.10 does not match bootstrap parameter 0.09 at /usr/lib/perl5/5.16.0/i586-linux-thread-multi/DynaLoader.pm line 213.
Compilation failed in require at /opt/pac/lib/PACTerminal.pm line 48.
Compilation failed in require at /opt/pac/lib/PACMain.pm line 49.
BEGIN failed--compilation aborted at /opt/pac/lib/PACMain.pm line 49.
Compilation failed in require at /usr/bin/pac line 35.
BEGIN failed--compilation aborted at /usr/bin/pac line 35.

it worked with opensuse 12.1 and perl 5.14.2. but with perl 5.16.0 it not work.

thanks.

anonymous_itop 11-06-2012 01:10 PM

i have answer:

in Vte.pm
change

our $VERSION = '0.09';
to
our $VERSION = '0.10';

sub import {
my $self = shift();
$self -> VERSION(@_);
}

sub dl_load_flags { 0x01 }

Gnome2::Vte -> bootstrap($VERSION);

but i'dont really understand.


All times are GMT -5. The time now is 04:00 PM.