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

Configure fails because it checks explicitly for $prefix/lib/libpng.so #4315

Closed
aboudreault opened this issue May 11, 2012 · 4 comments
Closed

Comments

@aboudreault
Copy link
Member

Configure fails because it checks explicitly for $prefix/lib/libpng. It's the same issue with libjpeg. This causes a failure on some systems (ie. Ubuntu Oneiric) because the library is not in /usr/lib but in /usr/lib/x86_64. I suppose we have to modify the explicit check to only the use of autoconf to check a lib.

@tbonfort
Copy link
Member

@aboudreault can you test with this fix applied and report back ?

@tbonfort
Copy link
Member

I've updated the scripts a bit so mapscript will also build. everything is in my bug-4315-autoconf-png-jpg branch, that you can try out with:

git remote add tbonfort git://github.com/tbonfort/mapserver.git
git fetch tbonfort
git checkout bug-4315-autoconf-png-jpg

@aboudreault
Copy link
Member Author

Tested on a ubuntu precise and it works great. I've also seen that you fixed the libgd issue related to multi-arch. Using gd-config is a good thing too. Thanks!

@tbonfort
Copy link
Member

committed to master in b6751ec, closing

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

No branches or pull requests

2 participants