Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2265 closed defect (fixed)

AGG configure problem on x86_64

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 5.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc: mgleahy@…

Description

------- Original Message --------
Subject: [UMN_MAPSERVER-DEV] AGG configure problem on x86_64
Date: Mon, 27 Aug 2007 13:29:08 -0500
From: Mike Leahy
To: MAPSERVER-DEV@LISTS.UMN.EDU

Hello,

I just tried building beta 5 with agg support (on fedora 7, with agg &
agg-devel install from yum).  The problem I've encountered is that even
though I've specified --libdir=/usr/lib64 in my configure options, it seems
that when I add --with-agg=/usr to my configure options, the configure
script still checks for the agg libraries in /usr/lib.  If I make symbolic
links in /usr/lib that point to  /usr/lib64/libagg*, then the
configure/compile works fine.  I think it's just the configure script that
needs to be fixed for this, as I can remove the symbolic links from /usr/lib
after I've compiled mapserver, since the libraries are loaded from
/usr/lib64 at runtime anyway.  Is there anything I might have missed?  I
didn't see any other options when I checked ./configure --help or the
readme.configure file.

Sorry I didn't bring this up earlier - I've been on the road for a couple
weeks, and didn't have the chance to give the latest betas a try.

Regards,
Mike

Change History (2)

comment:1 by dmorissette, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r6714.

I have added checks to look for libagg under the lib64 subdir as well. However I am not setup to test that config so can you please test and confirm that the new configure script finds libagg on your system?

comment:2 by mgleahy, 17 years ago

Tested - looks good.

Note: See TracTickets for help on using tickets.