I have a problem using mapscrip for php5 on Ubuntu 8.04. I've an error when i want to load dynamically a library, in the following line:<br>dl("php_dbase.so");<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
'/usr/lib/php5/20060613+lfs/php_dbase.so' -
/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't  found  it. What can i do? <br>Thanks<br>