Run phpinfo() and search through the output to see where your include path is. Make a file called info.php (or whatever) and put only the following line in it:
<? phpinfo(); ?>
That will show you a great number of things, including where your include path is...
---John Holmes...