I can't seem to get this to work with my linux box. It gives me three errors, dumps core, and exits. I used the chmod, gzip, and ./ like I am supposed to.
Error 1:
Code:
Runtime Error 4: Failed Assertion
Press OK to Continue
Press Cancel to Quit.
Please report what caused this error along with the information below.
../Common/loaderX86.cpp: 268
Failure Condition: lib->mLibraryHandle
Missing shared library /usr/lib/libc.so
Pressing OK gets me here:
Code:
Runtime Error 4: Failed Assertion
Press OK to Continue
Press Cancel to Quit.
Please report what caused this error along with the information below.
../Common/loaderX86.cpp: 282
Failure Condition: functionEntry
Could not resolve function 'time' in /usr/lib/libc.so
And then OK gives me yet another error:
Code:
Runtime Error 4: Failed Assertion
Press OK to Continue
Press Cancel to Quit.
Please report what caused this error along with the information below.
../Common/loaderX86.cpp: 282
Failure Condition: functionEntry
Could not resolve function 'localtime_r' in /usr/lib/libc.so
And then another 'OK' will yield the following error in the terminal:
Code:
Segmentation fault (core dumped)
Could this be an error with my installation? Or is this a glitch in the program. It would appear that it is exclusive to libc.so.