Hi, maybe your upgrade of php ins't complete. You error log is complaining about two extensions ps.so, sqlite3.so. Look if this php extensions are installed. Maybe a apt-get install php-sqlite3 or something like that.
I don't know if this extensions are not installed or they are installed at other place (not at '/usr/lib/php5/20060613+lfs'). []'s 2009/3/23 Armin Burger <[email protected]> > this is a problem of your PHP installation and some missing libraries > (*.so). If it prevents the working of PHP completely I have no clue, but it > looks a bit like... > > armin > > > On 23/03/2009 16:09, beppe wrote: > >> Il giorno ven, 20/03/2009 alle 14.23 -0300, Luigi Castro Cardeles ha >> scritto: >> >>> Hi, >>> >>> what error you apache is showing? error_log from apache. >>> Maybe you upgrade create a new php.ini? >>> >>> []'s >>> >>> >> Hi, >> the error_log messages are: >> >> [20-Mar-2009 16:56:19] PHP Warning: Module 'imap' already loaded in >> Unknown on line 0 >> [20-Mar-2009 16:56:19] PHP Warning: Module 'MapScript' already loaded >> in Unknown on line 0 >> [20-Mar-2009 16:56:19] PHP Warning: PHP Startup: Unable to load dynamic >> library '/usr/lib/php5/20060613+lfs/ps.so' - /usr/lib/php5/20060613 >> +lfs/ps.so: cannot open shared object file: No such file or directory in >> Unknown on line 0 >> [20-Mar-2009 16:56:19] PHP Warning: PHP Startup: Unable to load dynamic >> library '/usr/lib/php5/20060613+lfs/sqlite3.so' - /usr/lib/php5/20060613 >> +lfs/sqlite3.so: cannot open shared object file: No such file or >> directory in Unknown on line 0 >> >> Is a php.ini problem? What kind of problem is? >> >> thanks >> >> -beppe- >> >> >> >> 2009/3/20 beppe <[email protected]> >>> Hi all, >>> today I've upgraded my pc from ubuntu 8.04 to 8.10 version. >>> Everything works good (postgres, postgis, grass, qgis ...) but >>> p.mapper >>> (or maybe mapserver?)!!! >>> The problems are: >>> 1. connection with postgis >>> 2. config.ini: it seems like are not able to read the file >>> (for example, >>> all the layer are switch off at start) >>> 3. zoom in and out don't work and they stop at "loading" >>> ...and many other!!! >>> Can it depend from some library? >>> -beppe- >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex >>> Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. >>> Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through >>> debugging. >>> Download the free 60 day trial. >>> http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> pmapper-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/pmapper-users >>> >>> >>> >>> -- >>> Luigi Castro Cardeles >>> >> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> pmapper-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/pmapper-users >> >> > -- Luigi Castro Cardeles ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
