[TUT]How to Solve Rar/Unrar Problem in Rapidleech

Status
Not open for further replies.

ifirstdoz

Active Member
54
2011
16
0
Welcome to my first tutorial on Wjunction.

I noticed numerous threads about people getting errors and find it difficult to install rar / unrar on their server and make that function work in Rapidleech.I found a solution and i want to share it with us all.

Step 1 : Install Rar/ Unrar On Server
Login into your server via SSH as root and type this in the terminal
Code:
yum install rar unrar

Step 2 : Find Out whether your system is 32Bit or 64bit
Type
Code:
uname -a
at SSH client
In the response u get look for this text
GNU/Linux
If u see i686 GNU/Linux , your system is 32bit
If u see x86_64 GNU/Linux , your system is 64bit

Step 3 : Download required winrar version from rarlab
32 bit ==>
Code:
http://www.rarlab.com/rar/rarlinux-4.1.b3.tar.gz
64 bit ==>
Code:
http://www.rarlab.com/rar/rarlinux-x64-4.1.b3.tar.gz

Step 4 : Extract to rar folder on server
Upload the required winrar version to your server and extract it in rar directory
Both the rar folder and the files it contain should be Chmod to 777

Step 5 : Solution to Common Errors
Some of you may get error below
unrar: /lib/libc.so.6: version `GLIBC_2.7' not found (required by unrar)
Here is the solution
Go to the rar folder and delete rar file
Rename rar_static to rar and the error should not appear again.

It took me around 20 mins to write this tutorial , if this have helped you please reply to keep topic alive
 
5 comments
thanks for this tut :)

If you guys installed or uploaded files using ftp means, do the following

Go to the rar folder and delete rar file
Rename rar_static to rar , and chmod rar folder/files to 777, the error should not appear again.
 
Last edited:
Status
Not open for further replies.
Back
Top