[Chameleon] MapNotes widget
Alexandre Dube
adube at mapgears.com
Wed Sep 22 07:10:33 EST 2010
Hi Jeff,
Here's what I did to have dbase working with php 5.3(.2) ( with Ubuntu
10.04 ) :
cd /tmp/
apt-get source php5
svn co http://svn.php.net/repository/pecl/dbase/trunk pecl/dbase
sudo mv pecl/dbase php5-5.3.2/ext/
cd php5-5.3.2/ext/dbase
phpize
./configure
make
cp modules/dbase.so /usr/lib/php5/20090626/
sudo vim /etc/php5/apache2/php.ini
## add ##
extension=dbase.so
## save and exit ##
sudo /etc/init.d/apache2 restart
Hope this works for you,
Alexandre
On 10-09-21 11:14 PM, Jeff Hamm wrote:
> More PHP5 madness....
>
> It appears that php5_dbase is not available for PHP5.3 on Debian.
> The MapNotes (and other) widgets require this extension.
>
> Is there a source or workaround for the dbase functions?
>
> Your considerations are much appreciated!
>
> Jeff Hamm
> www.geoprism.ca
> _______________________________________________
> Chameleon mailing list
> Chameleon at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/chameleon
>
--
Alexandre Dubé
Mapgears
www.mapgears.com
More information about the Chameleon
mailing list