rarcrack error

For general rambling.
Post Reply
Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

rarcrack error

Post by Jonathan »

Let's say you were trying to use rarcrack on an archive which was four gigabytes or so in size, and you kept getting the error:

Code: Select all

$ ./rarcrack --type rar got.rar
RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)

ERROR: The specified file (got.rar) is not exists or 
       you don't have a right permissions!
You need to edit the source with the following lines before rarcrack.h, and then recompile:
http://cboard.cprogramming.com/linux-pr ... pe%5D.html

Code: Select all

#define _FILE_OFFSET_BITS 64
#define __USE_LARGEFILE
#include rarcrack.h

Post Reply