Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Oct 2014 21:16:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194073] sysutils/backuppc : can't find Compress::Zlib
Message-ID:  <bug-194073-13-MhBIQQTYD5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194073-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194073-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194073

--- Comment #7 from olivier.sauzet@univ-lr.fr ---
(In reply to Alexander Moisseev from comment #6)
> Would you provide output of commands from my previous comment?

oh ! sorry !

ll /usr/local/lib/perl5/site_perl/5.16/IO/Compress/Zlib/Extra.pm
-r--r--r--  1 root  wheel  5711 Sep 21 12:41
/usr/local/lib/perl5/site_perl/5.16/IO/Compress/Zlib/Extra.pm


root@zfs03:~ # perl -le 'print foreach @INC'
/usr/local/lib/perl5/5.16/BSDPAN
/usr/local/lib/perl5/site_perl/5.16/mach
/usr/local/lib/perl5/site_perl/5.16
/usr/local/lib/perl5/5.16/mach
/usr/local/lib/perl5/5.16
.
root@zfs03:~ # 


root@zfs03:~ # perl -le 'eval "use Compress::Zlib;"; print "CompZlib OK" unless
( $@ );'
root@zfs03:~ # 

returned on the last command does nothing

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194073-13-MhBIQQTYD5>