"Zlib::GzipFile::CRCError crc error" when install gem packages.
        Posted  
        
            by dexterdeng
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dexterdeng
        
        
        
        Published on 2010-06-11T13:09:37Z
        Indexed on 
            2010/06/11
            13:12 UTC
        
        
        Read the original article
        Hit count: 490
        
[root@blanee local_cache]# gem install dm-core-0.9.11.gem ERROR: While executing gem ... (Zlib::GzipFile::CRCError) invalid compressed data -- crc error
[root@blanee local_cache]# gem install ParseTree-3.0.5.gem ERROR: While executing gem ... (Zlib::GzipFile::CRCError) invalid compressed data -- crc error
I have a lot gem packages to install, but some of them can be installed success, but some can't be. My OS is CentOS 5.
btw, the packages are good. because I installed them on another PC.
Anybody can help me?
© Stack Overflow or respective owner