I do not understand the solution/programming, but as an avid user, I owe many thanks to sjardine, Massimiliano Calandrelli and Claude Krantz.
In "build_interceptor.sh" I added the -fPIC option to both "gcc" line like this:
gcc -fPIC -shared -o acroread_exec_monitor.so acroread_exec_monitor.c
gcc -fPIC -m32 -Wno-format-security -ggdb -o acroread_interceptor acroread_interceptor.c
then followed Claude Krantz's advices regarding copying the files.
Works like charm in 64-bit Natty. Even loading the first PDF in Firefox seems to be faster.
I do not understand the solution/ programming, but as an avid user, I owe many thanks to sjardine, Massimiliano Calandrelli and Claude Krantz.
In "build_ interceptor. sh" I added the -fPIC option to both "gcc" line like this: exec_monitor. so acroread_ exec_monitor. c security -ggdb -o acroread_ interceptor acroread_ interceptor. c
gcc -fPIC -shared -o acroread_
gcc -fPIC -m32 -Wno-format-
then followed Claude Krantz's advices regarding copying the files.
Works like charm in 64-bit Natty. Even loading the first PDF in Firefox seems to be faster.