From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 03:35:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE63D16A421 for ; Tue, 8 Jan 2008 03:35:01 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id AA1B213C4F0 for ; Tue, 8 Jan 2008 03:35:01 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-5.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.2/8.14.2) with ESMTP id m083Z0FP034260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 7 Jan 2008 19:35:00 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <4782EF5B.4010104@enabled.com> Date: Mon, 07 Jan 2008 19:34:51 -0800 From: Noah User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: webcalendar and php and classes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 03:35:01 -0000 webcalendar 1.16 installed since 1.05 was not working for me and getting the following fatal error and warning: # /a/www/webcalendar/tools/send_reminders.php Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/fileinfo.so' - Cannot open "/usr/local/lib/php/20060613/fileinfo.so" in Unknown on line 0 Warning: require_once(../includes/classes/WebCalendar.class): failed to open stream: No such file or directory in /a/www/webcalendar/tools/send_reminders.php on line 59 Fatal error: require_once(): Failed opening required '../includes/classes/WebCalendar.class' (include_path='.:/usr/local/share/pear:../includes:') in /a/www/webcalendar/tools/send_reminders.php on line 59 How do I fix these errors? Any help is appreciated please.