Whealer - 2008-02-10

This stuff is not my strong suit...

I am trying to set up olbookmarks and am getting some PHP errors which I am sure are due to my having something mis-configured. The errors are:
Warning: include(/atlow.org/OlBookmarks/lib/libauth.php) [function.include]: failed to open stream: No such file or directory in /home/.parano/whealer/atlow.org/OlBookmarks/index.php on line 26

Warning: include() [function.include]: Failed opening '/atlow.org/OlBookmarks/lib/libauth.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.parano/whealer/atlow.org/OlBookmarks/index.php on line 26

Warning: include(/atlow.org/OlBookmarks/lib/libdb.php) [function.include]: failed to open stream: No such file or directory in /home/.parano/whealer/atlow.org/OlBookmarks/index.php on line 27

Warning: include() [function.include]: Failed opening '/atlow.org/OlBookmarks/lib/libdb.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.parano/whealer/atlow.org/OlBookmarks/index.php on line 27

Fatal error: Call to undefined function olb_session_start() in /home/.parano/whealer/atlow.org/OlBookmarks/index.php on line 31

My config is:
$url        = "/OlBookmarks";
$server        = "http://www.atlow.org";
$root        = "/atlow.org/OlBookmarks";
$db_type    = "mysql";    # postgresql or mysql
$db_server    = "mysql.atlow.org";
$db_base    = "olbookmarks";
$db_user    = "olb";
$db_pass    = "********";
$db_port    = "3306";