Re: [mapserver-users] multiple mapserv versions side by side

2015-02-18 Thread thomas bonfort
You /should/, at least on linux, be able to install to any non standard location without having to compile a static version by using cmake .. -DCMAKE_INSTALL_PATH=/opt/ms70 and then copying/symlinking /opt/ms70/bin/mapserv to your standard cgi directory. The compiled php_mapscript.so should also

Re: [mapserver-users] multiple mapserv versions side by side

2015-02-17 Thread Richard Greenwood
Thanks Daniel. I'd like to also have php mapscript but with static linking i'm getting error below. Any suggestions for that? Linking CXX shared module php_mapscript.so /usr/bin/ld: ../../libmapserver_static.a(cgiutil.c.o): relocation R_X86_64_32 against `.rodata' can not be used when making a

Re: [mapserver-users] multiple mapserv versions side by side

2015-02-17 Thread Daniel Morissette
On 2015-02-17 9:18 PM, Richard Greenwood wrote: I'd like to play with the mapserv 7 beta on the same Ubuntu machine that I have mapserv 6.4 installed on. But both versions are using libmapserver.so so depending on what I have in my ldconfig path it's finding the 6.4 version lib or the 7beta ib.