[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] perl mapscript 3.6.5 (SOLVED)
Guys, I think I got this solved... When you are installing a private
version
of mapscript, there is a perl Makefile bug that must be manually fixed to
avoid conflict with installed version of libraries on the machine (in
/usr/lib
or /usr/local/lib)
In the perl/mapscript directory,
perl Makefile.PL PREFIX=/usr/home/cto/usr/local
LIB=/usr/home/cto/usr/local/lib
*note: the PREFIX and LIB are needed to create your private version
and where /usr/home/cto is my homedir and my privatedir are is built in
/usr/home/cto/usr/local
perl MakeMaker will create a canned Makefile template... and if you
inspect the file, you will see:
LDDLFLAGS = -shared -L/usr/local/lib
LDFLAGS = -Wl,-E -L/usr/local/lib
and when change to:
LDDLFLAGS = -shared -L/usr/home/cto/usr/local/lib
LDFLAGS = -Wl,-E -L/usr/home/cto/usr/local/lib
and then
make
make install
problem solved. As far as I can tell, there is no way to override or
otherwise
effect the changes externally since perl Makemaker is responsible for
creating
the Makefile.
Just thought I would pass this info along to anyone else who might be
having problems with a private mapscript installation on a shared machine.
Apparently, its just conflicting with machine libgd.so in /usr/local/lib.
Regards,
Chris Stuber (mapsurfer)
Silicon Mapping Solutions, Inc.
> > On Wed, 2003-06-04 at 00:46, mapsurfer wrote:
> > > My setup is a freebsd4.6 machine, perl 5.6.1, gcc 2.x, etc.
> > > When I try to install mapscript on 3.6.5, it seems to compile and
install
> > > fine, but when I try to "use" it,
> > > I get an error about an "Unresolved: gdImageGif". If I use the same
> > > "configure" on an older version
> > > (my good ol 3.3_012), it runs fine. gd-1.8.4 is installed
From Thomas E. Burk" <teb@mallit.fr.umn.edu Wed Jun 4 19:58:35 2003
From: Thomas E. Burk" <teb@mallit.fr.umn.edu (Thomas E. Burk)
Date: Wed, 4 Jun 2003 13:58:35 -0500 (CDT)
Subject: [Mapserver-users] anyone staying at the Day's Inn tomorrow?
Message-ID: <200306041858.h54IwZc3011558@mallit.fr.umn.edu>
>Date: Wed, 4 Jun 2003 13:29:25 -0400
>
>I certainly don't know my way around SP. But would enjoy some social
>time.
>
>So . . . would some local yokel be interested in suggesting an eating
>joint for folks to congregate Thursday PM? Say 7:00? Transportation on
>our own.
>
>BTW, what kind of food is SP known for?
:>) That's a joke, right? Lutefisk and lefse of course, with any other
pale-white-colored food on the side.
Actually there are lots of good restaurants in the TC (Minneapolis/St.
Paul) area (our location is pretty much smack in the center, E|W at
least, of the metro area). See www.visitroseville.com for local places.
For Thursday night I'd just suggest you choose a place near the motels.
There's Joe Senser's Sports Bar, Davanni's Pizza (local chain known for
hot hoagies), Applebee's, Chi-Chi's, India Palace, and Good Earth (vege),
to name a few within walking distance of hotels (that are acceptable).
Tom
>
>-----Original Message-----
>From: Ed McNierney [mailto:ed@topozone.com]
>Sent: Wednesday, June 04, 2003 1:04 PM
>To: Richard Greenwood; mapserver-users@lists.gis.umn.edu
>Subject: RE: [Mapserver-users] anyone staying at the Day's Inn tomorrow?
>
>Rich -
>
>I'm staying there, and I'll have a car, so I can provide transport. If
>there's anyone else staying there, speak up and we can travel together.
>
>I might have some free time Thursday evening - I'm meeting with a
>customer at some point, but might be free later.
>
> - Ed
>
>-----Original Message-----
>From: Richard Greenwood [mailto:Rich@greenwoodmap.com]
>Sent: Wednesday, June 04, 2003 12:37 PM
>To: mapserver-users@lists.gis.umn.edu
>Subject: [Mapserver-users] anyone staying at the Day's Inn tomorrow?
>
>
>Anyone staying at the Day's Inn tomorrow? Want to share a taxi to the
>conference friday morning and/or share a beer thursday night?
>
>Rich
>
>
>Richard W. Greenwood, PLS
>Greenwood Mapping, Inc.
>Rich@GreenwoodMap.com
>(307) 733-0203
>http://www.GreenwoodMap.com
>
>_______________________________________________
>Mapserver-users mailing list
>Mapserver-users@lists.gis.umn.edu
>http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>
>_______________________________________________
>Mapserver-users mailing list
>Mapserver-users@lists.gis.umn.edu
>http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>