#MAPSERVER IRC Log - 2010-01-07

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
04:18:20 kjartanb: wgeb I try to compile the Mapserver with php mapscript bundle then it deons't find the regex_extra /regex.h cabn't be found but when I try to locate and I find php_regex.h should I change the .configure file or should I try to yum up something else?
04:25:31 aboudreault: kjartanb: what version?
04:25:58 aboudreault: you try to build the ext with php 5.3 ?
04:35:37 kjartanb: yes
04:38:44 aboudreault: what version of mapserver ? It's probably fixed in 5.6
04:39:40 kjartanb: it is 5.6
04:45:45 kjartanb: sorry php is version 5.1.6
04:47:06 ue: kjartanb, did you implicitly specified the path to php ? on ubuntu it's ( --with-php=/usr/include/php5 \ )
04:47:57 kjartanb: --with-php=/usr/include/php/main
04:48:02 kjartanb: Centos 5.2
04:49:39 aboudreault: I don't think you need the "main"
04:49:57 kjartanb: found it out it should be main
04:50:01 kjartanb: thanks
04:50:19 kjartanb: ll
04:51:00 aboudreault: or only "/usr" should be ok too.
04:51:04 aboudreault: np
04:56:40 kjartanb: when I run now make it doesn't find ogr_api.h
04:57:38 aboudreault: Did you install gdal/ogr ?
04:58:10 kjartanb: yes it in under usr/bin/gdal-config
04:59:42 kjartanb: [root@localhost mapserver-5.6.0]# gdal-config --ogr-enabled
04:59:42 kjartanb: yes
05:01:52 aboudreault: and you pass the switch --with-gdal, --with-ogr to mapserver config?
05:03:12 kjartanb: yes --with-ogr and then --with-gdal
05:05:35 aboudreault: not sure what's happen with those info, obviously the ogr path is not set in the include options of the compiler.
05:45:50 kjartanb: -lpam what is that I canšt comile the shp2img because it can't find -lpam? had to reinstall gdal to fix the other error
06:01:23 aboudreault: install the libpam dev package
06:02:06 kjartanb: is it the same as pam-devel?
06:02:28 kjartanb: I am trying to install that now it didn't find out the libpam
06:02:41 aboudreault: I would say yes, ( don't really now CentOS )
06:03:00 aboudreault: there is certainly a libpam package ?
06:03:04 aboudreault: yum search libpam
06:08:07 kjartanb: pam-devel worked but now it fail on -lreadline :(
06:09:28 aboudreault: yum search readline
06:09:54 aboudreault: It's probably the last dependency needed at that point.
06:38:46 kjartanb: yes : ) finally
07:00:19 aboudreault: congrulation! ; )
08:05:14 simgislab: hi all, a question on osgeo4w version of MS. It requires package gdal and does not want to install without it. The problem is that some other stuff that I use requires gdal16, which is also installed, but it seems that I cannot use some tools from 16 from osgeo4w shell if gdal ( 15 ) is also present. Is there anything I can do?
08:07:55 FrankW: I do not understand what you cannot use from 1.6 if 1.5 is installed.
08:11:34 simgislab: that was confusing, sorry, let me try to ask differently
08:13:38 simgislab: is it possible to use mapserver with gdal16, but not 15 with osgeo4w?
08:16:10 aboudreault: If your osgeo4w is shipped with 1.6, you'll need to recompile mapserver if you want to use 1.5
08:16:20 aboudreault: ( I guess, don't know osgeo4w at all )
08:18:18 FrankW: simgislab: mapserver in osgeo4w only uses gdal1.5
08:20:31 simgislab: FrankW: ok, that is what I thought
08:23:03 simgislab: next, QGIS is compiled against 1.6.3 and a certain plugin is not working if both 15 and 16 are installed with osgeo4w, which has to be the case if I want both MS and QGIS on the system.
08:24:01 FrankW: what plugin is that?
08:24:06 simgislab: I guess this is kind of vague description, may be the plugin is incorrect or something else, but when I remove gdal15, everything runs ok, but not MS
08:24:11 FrankW: That should not generally be the case.
08:24:17 simgislab: it is called rasterlang
08:24:29 FrankW: a qgis plugin then?
08:24:32 FrankW: I don't know anything about rasterlang.
08:25:00 simgislab: FrankW: I see, it can't be my misunderstanding or bad plugin
08:25:42 simgislab: the only question remains, would it make sense to ship MS via osgeo4w with gdal16?
08:25:46 FrankW: I do not disbelieve you. But it isn't supposed to be a problem.
08:25:59 FrankW: I would like to soon upgrade GDAL 1.7 to be the primary GDAL version.
08:26:16 FrankW: It is OSGeo4W policy to change underlying dependencies like GDAL carefully.
08:26:41 simgislab: I see
08:27:16 simgislab: We're currently working on rebuilding this plugin and if more details come up I'll let you know
10:05:46 CIA-9: pramsey * r9673 /trunk/mapserver/ ( HISTORY.TXT mapfile.c ): Fix compilation warnings around use of strcasestr ( #3257 )