Can anyone help me find a 64 bit binary of 7z for linux?
I have tried downloading what is there on their website i.e. from this link. But it is 32-bit binary and it doesn't work on CentOs 64 bit. On CentOs 64 bit I get a following error message : /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory. I have read this link regarding this error and I don't want to use 32 bit library support as mentioned there. Instead I am searching for 64 bit 7z binary.
            Asked
            
        
        
            Active
            
        
            Viewed 2,545 times
        
    1
            
            
         
    
    
        Community
        
- 1
- 1
 
    
    
        voidMainReturn
        
- 3,339
- 6
- 38
- 66
- 
                    Here? http://rpmfind.net/linux/rpm2html/search.php?query=7z.so%28%29%2864bit%29 – fvu Oct 21 '14 at 22:00
- 
                    that's an installable..I want copy paste binary. – voidMainReturn Oct 22 '14 at 00:49
1 Answers
3
            
            
        Here you have:
https://www.dropbox.com/s/fecvcjs8zs2litp/p7zip-binary-64bit.zip
I simply downloaded a 64-bit RPM package of p7zip and extracted it with 7zip for Windows to get the binaries.
Don't forget to chmod +x the "7za" file.
 
    
    
        joan16v
        
- 5,055
- 4
- 49
- 49
- 
                    thanks for the link although I had already downloaded the sources and built it myself – voidMainReturn Nov 18 '14 at 00:10
- 
                    It was not easy to find a build of v16.02 that works with the old C runtime libraries of a CentOS6-like Linux. [This gist](https://gist.github.com/P7h/9fcccc54596ad05764128dec6f6cf78d) helped me to find one. – robert4 Feb 12 '18 at 15:44