<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Your PHP does not have Curl or Dbase built into it. You might be hardpressed to make it work but what you'll need to do is grab a version of PHP 5.2 and build it yourself with Curl, GD, and Dbase built into it. GeoMOOSE 2.4 removed the dependency on Dbase by moving to SQLite.</div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> geo3d <geomatrix3d@gmail.com><br><b><span style="font-weight: bold;">To:</span></b> geomoose-users@lists.sourceforge.net<br><b><span style="font-weight: bold;">Sent:</span></b>
Thursday, June 30, 2011 12:44 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Geomoose-users] Migrating geomoose v1.6 Microsoft to Linux<br></font><br>
Brent thanks again for the response; I went digging through my apache log and<br>the error generated when trying to either 'select' or 'print':<br><br>PHP Fatal error: Call to undefined function dl() in<br>/var/www/iMap/Test/php/geomoose_php_util.php on line 25, referer:<br>http://maps.peachtree-city.org/iMap/Test/<br><br><br>So a look at geomoose_php_util.php line 25:<br>if(!extension_loaded('dbase')) {<br> dl('*php_dbase*.'.PHP_SHLIB_SUFFIX);<br><br><br>Additionally, the error did read for line 17 vs 25 which referred to<br>'php_curl': simply changing the geomoose_php_util.php to read 'curl' on line<br>17 fixed that error.<br><br>Some further reading I came across this:<br>http://osgeo-org.1803224.n2.nabble.com/Fatal-error-Call-to-undefined-function-dl-in-C-ms4w-Apache-htdocs-phpmapscript-php-on-line-5-td4092107.html<br>which refers to this removal: Since PHP version 5.3.0 you can no longer use<br>PHP's dl() function (it<br>has
been deprecated and removed as noted in<br>http://ca2.php.net/manual/en/function.dl.php). <br><br>Perhaps I'm reading too much into this but if loading the dlls and referring<br>to them directly via the php.ini file; what dlls are we referring to<br>regarding the 'php_dbase'<br><br>I did try simply turning enable dl=On in the php.ini with no luck. <br><br>I am using Webmin and there is a php module per virtualhost configuration;<br>anyone with some Webmin knowledge in configuring that referred php module? <br><br>--<br>View this message in context: http://geomoose-users.964460.n3.nabble.com/Migrating-geomoose-v1-6-Microsoft-to-Linux-tp3125537p3126853.html<br>Sent from the Geomoose-users mailing list archive at <a target="_blank" href="http://Nabble.com">Nabble.com</a>.<br><br>------------------------------------------------------------------------------<br>All of the data generated in your IT infrastructure is seriously valuable.<br>Why? It contains a
definitive record of application performance, security <br>threats, fraudulent activity, and more. Splunk takes this data and makes <br>sense of it. IT sense. And common sense.<br>http://p.sf.net/sfu/splunk-d2d-c2<br>_______________________________________________<br>Geomoose-users mailing list<br><a ymailto="mailto:Geomoose-users@lists.sourceforge.net" href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br><br><br></div></div></blockquote></div></div></body></html>