Someone, quite probably Jim Durham, once wrote: >I installed the squirrelmail port from /usr/ports/mail. > >Squirrelmail fails. It claims it can't find the include files in >/usr/local/lib/php. > >Looking at /usr/local/etc/php.ini, the include path is empty. > >"Fixing" this by put "/usr/local/lig/php" for the path breaks our >current web mail using TWIG. Now it can't find the path. > >Something is very strange here! ANyone else had this problem? >
You probably need to make sure you include the current directory: include_path = ".:/usr/local/lib/php" That way you include the current directory which is what a lot of apps expect. Kevin -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message