Bug report #208

AC Macro for proj/sqlite gives wrong lib dir on x86_64 for the 0.8 preview

Added by judd-marine-usf-edu - almost 18 years ago. Updated over 14 years ago.

Status:Closed
Priority:Low
Assignee:Gary Sherman
Category:Build/Install
Affected QGIS version: Regression?:No
Operating System:RedHat Easy fix?:No
Pull Request or Patch supplied: Resolution:fixed
Crashes QGIS or corrupts data: Copied to github as #:10267

Description

The autoconf macro for checking for the proj and sqlite3 libs in file 'configure.in' only looks for the existance of $with_projdir/lib, and in my case, that turns out to be /usr/lib, which exists, but contains a 32bit version of proj, not the 64bit version that will work.

If possible, it should check first for lib64, and then lib.

Even better would be the addition of a --with-proj-libs=DIR command to the configure script so I can just override it whenever I want to do so.

The same thing is there for sqlite3.

-Judd

History

#1 Updated by Gavin Macaulay - over 17 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

configure now accepts an optional --with-projlibdir option to specify the directory where the proj library is.

#2 Updated by Gavin Macaulay - over 17 years ago

Done in svn d04ea690 (SVN r5716)

#3 Updated by Anonymous over 14 years ago

Milestone Version 0.8 deleted

Also available in: Atom PDF