Can you be more specific? Do you mean the script isn’t loading? What version of skrollr are you using? What errors, if any, do you see in your js console?
I resolved the problem by writing the below code in my wp-config.php file before ABSPATH is ever defined.
define(‘WPCACHEHOME’, dirname(__FILE__) . ‘/wp-content/plugins/wp-super-cache/’);