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

Non-Docker build fails due to required library not found #26

Open
bisoldi opened this issue Sep 10, 2015 · 1 comment · May be fixed by #28
Open

Non-Docker build fails due to required library not found #26

bisoldi opened this issue Sep 10, 2015 · 1 comment · May be fixed by #28

Comments

@bisoldi
Copy link

bisoldi commented Sep 10, 2015

When trying to build (not within Docker), it fails with the following last several lines:

checking for lseek64... yes
checking for posix_fallocate... yes
checking for posix_fadvise... yes
checking for sync_file_range... yes
checking for fork... yes
checking for Expat XML Parser... no
configure: error: required library not found
configure: error: ./configure failed for osm2pgsql

I'm running Ubuntu 14.04.1 with 3.16.0-46-generic kernel.

@mvl22
Copy link
Member

mvl22 commented Sep 11, 2015

If you run

apt-get install -y libexpat libexpat-dev

then re-run the installer, does this then work? It may be that Expat needs to be added to our script as an explicit dependency.

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

Successfully merging a pull request may close this issue.

2 participants