You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mgifford edited this page Nov 28, 2012
·
13 revisions
cd /usr/share
wget http://download.osgeo.org/geos/geos-3.3.6.tar.bz2 # Note this changes
tar -xvjf geos-3.3.6.tar.bz2
cd geos-3.3.6
./configure --enable-php && make clean && make
make install
ldconfig
vi /etc/ld.so.conf
Add the line:
/usr/local/lib
Save (ESC -> :x)
Run ldconfig:
/sbin/ldconfig
create a /etc/php.d/geos.ini file with the following content: