From 3232f9a83bb042dd037de6560dc95007b7f42f02 Mon Sep 17 00:00:00 2001 From: mcrane Date: Wed, 15 Jul 2009 04:29:13 -0600 Subject: FreeSWITCH package add sqlite command line package for pfsense 1.2.3 benefit that uses PHP4 and doesn't have the option of PHP PDO. --- config/freeswitch/freeswitch.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/freeswitch') diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index e67cf1a8..c7b256cf 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -2736,6 +2736,9 @@ function freeswitch_php_install_command() //used with fax to png, and fax to pdf conversion exec("pkg_add -r tiff2png"); + //add sqlite package + exec("pkg_add -r sqlite34"); + clearstatcache(); if (!is_dir('/usr/local/www/packages/')) { exec("mkdir /usr/local/www/packages/"); -- cgit v1.2.3