|
From: Chris W. <ch...@cw...> - 2002-07-23 18:56:32
|
On Tue, 2002-07-23 at 12:27, Cole Keirsey wrote: > Hello, > > When I run oi_manage ... install, I get a series of errors like the > following: > > main::install_oi (1321) >> Error installing: Error found trying to > unpack the di > stribution! Error: Compression not available > ... > > Packages installed: > base > FAILED!: Error found trying to unpack the distribution! Error: > Compression not available > ... > > This is happening on a clean new installation of Mandrake Linux 8.2. > unzip and gunzip are both in the path. The current version of OI uses Archive::Tar and Compress::Zlib for archiving and compression. If you do the following as root: # perl -MCPAN -e shell cpan> install Bundle::CPAN Then these will be installed for you. You might need to install the packages for the zlib library -- I'm not sure if these are included by default in most distribution installs. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |