Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
On 2/14/2013 8:09 AM, Umberto Nicoletti wrote: It's in the 6.2 branch, please review it: https://github.com/mapserver/mapserver/commit/a4ac07d8da7d81f42090890a7e359bdc1f277dbf Umberto Mmm.. No, that didnt seem to work. andy@mapper:/pub/apps/mapserver$ git branch * branch-6-2 master

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Umberto Nicoletti
make clean fixed it for me Umberto On Thu, Feb 14, 2013 at 3:48 PM, Andy Colson a...@squeakycode.net wrote: On 2/14/2013 8:09 AM, Umberto Nicoletti wrote: It's in the 6.2 branch, please review it: https://github.com/mapserver/**mapserver/commit/**

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
Ok, got it. inside mapscript/perl, make clean didnt remove mapscript_wrap.c. I manually removed it, then make clean'ed everywhere. Then started over, and it compiled clean. On to testing... -Andy On 2/14/2013 9:19 AM, Umberto Nicoletti wrote: make clean fixed it for me Umberto

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
It works! My package build script ran as-is, the libs link ok, and my maps serve correctly from apache. Thank you much. -Andy On 2/14/2013 9:43 AM, Andy Colson wrote: Ok, got it. inside mapscript/perl, make clean didnt remove mapscript_wrap.c. I manually removed it, then make clean'ed

[mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Hi all, I'm having problems updating to 6.2.0. I can get perl mapscript to compile and install ok, but when I try to run anything: # perl dump.pl perl: symbol lookup error: /usr/local/lib64/perl5/auto/mapscript/mapscript.so: undefined symbol: msSetup Any hints what might be wrong?

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
On 2/13/2013 1:19 PM, Umberto Nicoletti wrote: Did you run make install in the MapServer top level directory? Umberto On Feb 13, 2013 7:52 PM, Andy Colson a...@squeakycode.net mailto:a...@squeakycode.net wrote: Hi all, I'm having problems updating to 6.2.0. I can get perl mapscript

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
I was not doing a toplevel make install, so it didnt copy libmapserver-6.2.0.so. But, even after fixing my script, and installing: usr/local/lib64/perl5/auto/mapscript/mapscript.so usr/lib/libmapserver.la usr/lib/libmapserver-6.2.0.so I get the same error. Also: ldd

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Ah. I figured it out. I have to make and make install from top level first, so that libmapserver.so is found, BEFORE I go into mapscript/perl and make/make install. That'll make building a package a little more difficult. Maybe if I play with the path's I wont have to actually install it

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Umberto Nicoletti
Perhaps then you've hit this issue: https://github.com/mapserver/mapserver/issues/4528 Let me know and I'll make sure to push it forward asap. br, Umberto On Wed, Feb 13, 2013 at 9:03 PM, Andy Colson a...@squeakycode.net wrote: I was not doing a toplevel make install, so it didnt copy

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Yep, exactly what I hit. And if there is a patch for it, I'll just wait on my packaging. Awesome! Thanks -Andy On 2/13/2013 2:25 PM, Umberto Nicoletti wrote: Perhaps then you've hit this issue: https://github.com/mapserver/mapserver/issues/4528 Let me know and I'll make sure to push it