<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello I have installed Apache-PHP5-Mapsever-postgresql-postgis-Chameleon on Ubuntu Server 9.10 32 bit and now everything is correct. Apache returns "It's works" to do returns MAPSERVER http://locahost and typical message "No query information to decode. QUERY_STRING is set, but empty." http://locahost/cgi-bin/mapserv doing.<br><br>Now I copied my website that was scheduled in windows and I have copied to / opt / portal_web, I have edited the file "/ etc/apache2/sites-enabled/000-default and created:<br><br>Alias / portal_web "/ opt / portal_web / htdocs"<br>&lt;Directory "/opt/portal_web/htdocs"&gt;<br>Options Indexes FollowSymLinks MultiViews<br>AllowOverride None<br>&lt;/ Directory&gt;<br><br>Then I restarted and the website is perfect.<br><br>I need to install Chameleon to view the maps. I downloaded "chameleon-2.6rc1.zip" and I unpacked in / opt look like: / opt / chameleon<br><br>SET CHAMELEON:<br>1) Following the installation guide on the help of chameleon (http://chameleon.maptools.org/help/viewer.phtml) in installing Linux says:<br><br>"Create a temporary directory for MapServer to create and publish images. For example, create / tmp / ms_tmp /.<br>Configure your Web Server to be able to access this directory. For example, create a symlink from / var / www / html / ms_tmp / to / tmp / ms_tmp /.<br>It is recommended that a cron job be created to delete the contents of this directory on a regular basis (hourly or daily, depending on usage). "<br><br>I have created in / var / www / folder "html" and within this "ms_tmp", with this: / var / www / html / ms_tmp / and without creating the symbolic link because I want the stay there for ms_tmp example.<br><br>2) Then the guide says:<br><br>"Configure your Web Server to be able to access / opt / chameleon / htdocs /. For example, create a symlink from / var / www / html / chameleon / to / opt / chameleon / htdocs /.<br>Make sure directory chameleon / data is writable by the web user. This is where temporary cached capabilities and other information are stored for the duration of a user's session. "<br><br>But I think this is to see from localhost chameleon links to their samples and other things and I have not done.<br><br>3) Then say:<br><br>"Config/cwc2.xml-dist Copy the file under the name cwc2.xml and edit it to suit your local settings (the Web-based interface is not ready)."<br><br>I have edited the "cwc2.xml" and "chameleon.xml" and I placed my routes. I also edited the portal_web.pthml pitcher and I have put the correct path of "chameleon.php.<br><br>4) After you restart Apache everything correctly except Widget "LocateByAttribute.<br><br>I open it and find I get the following error:<br><br>"Warning: dl () [function.dl]: Dynamically loaded extensions are not enabled in / opt / chameleon / htdocs / widgets / LocateByAttribute / searchresults.phtml on line 68<br><br>Fatal error: Call to undefined function dbase_create () in / opt / chameleon / htdocs / widgets / LocateByAttribute / searchresults.phtml on line 438 "<br><br><br>I have searched and those lines are:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (! extension_loaded ( 'dbase'))<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ dbasemodulename = 'php_dbase.'. PHP_SHLIB_SUFFIX;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dl ($ dbasemodulename);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br><br><br>therefore infer that I am missing some library. After looking on from FGS've seen that I'm missing:<br><br>"php_dbase-module: svn_trunk"<br><br>I downloaded the file "fgs-php_dbase-module-svn_trunk-linux-i386.tar.gz" and the problem is that you install the libraries. The file contine two directories:<br><br>/ www/lib/php5 / -&gt; dbase-dbase.so svn_trunk.so php_dbase.so<br>/ etc / fgs / pkgs / php_dbase_module -&gt; install.sh FGS_API_VERSION VERSION my_files.list required.list<br><br>Can you help to me? Thank you.<br><br><br><br><br>Fernando Sánchez García<br>SIG-UCO Universidad de Córdoba<br>Dept. Ingeniería Gráfica Y Geomática<br>CÓRDOBA (España)                                               <br /><hr />Disfruta de un resumen diario de tu Hotmail en tu móvil Movistar. <a href='http://serviciosmoviles.es.msn.com/hotmail/movistar.aspx' target='_new'>¡Accede ya!</a></body>
</html>