tengo problemas con la insercion de librerias en php. ini
tengo integrada las librerias de esta forma :
include_path = ".;c:\AppServ\php5\PEAR\;c:\AppServ\php5\librerias \smarty\;c:\AppServ\php5\librerias\adodb\"
y no se si estan mal copiadas --
a base de esto .. en la aplicacion web me salen estos errores
Warning: require_once(smarty/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\AppServ\www\simple_ssa1\app_soa\personas\person as.php on line 4
Fatal error: require_once() [function.require]: Failed opening required 'smarty/Smarty.class.php' (include_path='.;c:\AppServ\php5\PEAR\;c:\AppServ\ php5\librerias\smarty\;c:\AppServ\php5\librerias\a dodb\') in C:\AppServ\www\simple_ssa1\app_soa\personas\person as.php on line 4
de antemano muchas gracias por revisar este tema
pd: [URL="http://chileforge.cl/projects/simpleandinux/"]http://chileforge.cl/projects/simpleandinux/[/URL] la direccion del proyecto open source que estoy tratando de instalar..