Hmm, here's what I'm using, and it works fine:
PHP Code:
set_include_path('..' . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR . get_include_path());
If I were you guys, I would test to see exactly what your include_path is set to:
PHP Code:
<?php echo get_include_path();