I have a problem using mapscrip for php5 on Ubuntu 8.04. I&#39;ve an error when i want to load dynamically a library, in the following line:<br>dl(&quot;php_dbase.so&quot;);<br><br>the error is: <br><br><b>Warning</b>:  dl() [<a href="http://piai04/prueba/function.dl">function.dl</a>]:
Unable to load dynamic library
&#39;/usr/lib/php5/20060613+lfs/php_dbase.so&#39; -
/usr/lib/php5/20060613+lfs/php_dbase.so: cannot open shared object
file: No such file or directory in <b>/home/gkorell/prueba/index.php</b> on line <b>2</b><br><br>I want to install this library for php but I don&#39;t&nbsp; found&nbsp; it. What can i do? <br>Thanks<br>