Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions for compiling 3.6.2 #150

Open
gopi-ar opened this issue May 21, 2018 · 1 comment
Open

Update instructions for compiling 3.6.2 #150

gopi-ar opened this issue May 21, 2018 · 1 comment

Comments

@gopi-ar
Copy link

gopi-ar commented May 21, 2018

Most of the links on the website for installation are down or don't work with 3.6.2 which doesn't include PHP bindings by default.

If someone comes by this, here are instructions that work (from here):

curl -s -O http://download.osgeo.org/geos/geos-3.6.1.tar.bz2 &&
tar -xjvf geos-3.6.1.tar.bz2 &&
cd geos-3.6.1/ &&
./configure --enable-php &&
make &&
make install &&
cd ..

ldconfig

curl -s -O https://git.osgeo.org/gogs/geos/php-geos/archive/master.tar.gz &&
tar -zxvf master.tar.gz &&
cd php-geos &&
./autogen.sh &&
./configure &&
make &&
make install &&
cd .. &&

@marcorivm
Copy link

The link for the second file has changed and the curl command fails.
New url https://git.osgeo.org/gitea/geos/php-geos/archive/master.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants