Discussion:
make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt
Ted Spradley
2009-12-10 21:44:51 UTC
Permalink
Hi everybody!

Building 5.6.0-rc1 on Linux 2.6.23.15-80.fc7

make exits with the error below after trying to compile shp2img with the
message:
/usr/bin/ld: cannot find -lxslt

What is xslt that ld is looking for?

Thanks in advance,
Ted S.

gcc -c -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.c -o shp2img.o
g++ -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.o -L. -lmapserver
-L/usr/lib/ -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 -ljpeg
-lfreetype -lpng -lz -lXpm -lX11 -L/usr/local/lib -lproj -ljpeg -lpng
-L/usr/local/lib -lgdal -I/usr/include -lsqlite3 -L/usr/lib -lexpat -ljpeg
-lpng -lpq -L/usr/lib -lpq -lz -lm -lrt -ldl -lcurl -L/usr/lib -lpq
-lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err -lgssapi_krb5
-lz -lreadline -lcrypt -ldl -lm -lcurl -lpthread -L -lc -L/usr/lib
-lfcgi -lz -lxml2 -lz -lm -lm -lstdc++ -o shp2img
/usr/bin/ld: cannot find -lxslt
collect2: ld returned 1 exit status
make: *** [shp2img] Error 1
--
View this message in context: http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4148052.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
Stephen Woodbridge
2009-12-10 22:23:00 UTC
Permalink
Sounds like a new library dependency that needs to be documented.

yum search libxslt
yum install libxslt-devel

or something like that.

-Steve W
Post by Ted Spradley
Hi everybody!
Building 5.6.0-rc1 on Linux 2.6.23.15-80.fc7
make exits with the error below after trying to compile shp2img with the
/usr/bin/ld: cannot find -lxslt
What is xslt that ld is looking for?
Thanks in advance,
Ted S.
gcc -c -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.c -o shp2img.o
g++ -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.o -L. -lmapserver
-L/usr/lib/ -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 -ljpeg
-lfreetype -lpng -lz -lXpm -lX11 -L/usr/local/lib -lproj -ljpeg -lpng
-L/usr/local/lib -lgdal -I/usr/include -lsqlite3 -L/usr/lib -lexpat -ljpeg
-lpng -lpq -L/usr/lib -lpq -lz -lm -lrt -ldl -lcurl -L/usr/lib -lpq
-lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err -lgssapi_krb5
-lz -lreadline -lcrypt -ldl -lm -lcurl -lpthread -L -lc -L/usr/lib
-lfcgi -lz -lxml2 -lz -lm -lm -lstdc++ -o shp2img
/usr/bin/ld: cannot find -lxslt
collect2: ld returned 1 exit status
make: *** [shp2img] Error 1
Ted Spradley
2009-12-10 22:52:56 UTC
Permalink
Thanks Steve. Got it.

Make error again, this time:
/usr/bin/ld: cannot find -lpam

So, did

yum search libpam

Excluding Packages from Fedora 7 - i386
Finished
Excluding Packages from Fedora 7 - i386 - Updates
Finished
psa-libpam-plesk.i586 : PAM module to authorize via Plesk Users Database

I am not sure what that means: PAM module to authorize via Plesk Users Database. I do have a Plesk Control Panel.

yum install psa-libpam-plesk.i586

returns this:
Excluding Packages from Fedora 7 - i386
Finished
Excluding Packages from Fedora 7 - i386 - Updates
Finished
Setting up Install Process
Parsing package install arguments
No package psa-libpam-plesk.i586 available.
Nothing to do

Ted S

----- Original Message -----
From: Stephen Woodbridge [via OSGeo.org]
To: Ted Spradley
Sent: Thursday, December 10, 2009 4:23 PM
Subject: Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt


Sounds like a new library dependency that needs to be documented.

yum search libxslt
yum install libxslt-devel

or something like that.

-Steve W
Post by Ted Spradley
Hi everybody!
Building 5.6.0-rc1 on Linux 2.6.23.15-80.fc7
make exits with the error below after trying to compile shp2img with the
/usr/bin/ld: cannot find -lxslt
What is xslt that ld is looking for?
Thanks in advance,
Ted S.
gcc -c -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.c -o shp2img.o
g++ -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2 -DUSE_CURL
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DUSE_GDAL
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.o -L. -lmapserver
-L/usr/lib/ -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 -ljpeg
-lfreetype -lpng -lz -lXpm -lX11 -L/usr/local/lib -lproj -ljpeg -lpng
-L/usr/local/lib -lgdal -I/usr/include -lsqlite3 -L/usr/lib -lexpat -ljpeg
-lpng -lpq -L/usr/lib -lpq -lz -lm -lrt -ldl -lcurl -L/usr/lib -lpq
-lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err -lgssapi_krb5
-lz -lreadline -lcrypt -ldl -lm -lcurl -lpthread -L -lc -L/usr/lib
-lfcgi -lz -lxml2 -lz -lm -lm -lstdc++ -o shp2img
/usr/bin/ld: cannot find -lxslt
collect2: ld returned 1 exit status
make: *** [shp2img] Error 1
_______________________________________________
mapserver-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapserver-users



------------------------------------------------------------------------------

View message @ http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4148305.html
To unsubscribe from make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt, click here.
--
View this message in context: http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4148437.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
Stephen Woodbridge
2009-12-10 23:11:36 UTC
Permalink
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam

-Steve
Post by Ted Spradley
Thanks Steve. Got it.
/usr/bin/ld: cannot find -lpam
So, did
yum search libpam
Excluding Packages from Fedora 7 - i386
Finished
Excluding Packages from Fedora 7 - i386 - Updates
Finished
psa-libpam-plesk.i586 : PAM module to authorize via Plesk Users Database
I am not sure what that means: PAM module to authorize via Plesk Users
Database. I do have a Plesk Control Panel.
yum install psa-libpam-plesk.i586
Excluding Packages from Fedora 7 - i386
Finished
Excluding Packages from Fedora 7 - i386 - Updates
Finished
Setting up Install Process
Parsing package install arguments
No package psa-libpam-plesk.i586 available.
Nothing to do
Ted S
----- Original Message -----
*From:* [hidden email]
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148437&i=0>
*To:* [hidden email]
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148437&i=1>
*Sent:* Thursday, December 10, 2009 4:23 PM
*Subject:* Re: [mapserver-users] make error - version 5.6.0-rc1 -
/usr/bin/ld: cannot find -lxslt
Sounds like a new library dependency that needs to be documented.
yum search libxslt
yum install libxslt-devel
or something like that.
-Steve W
Post by Ted Spradley
Hi everybody!
Building 5.6.0-rc1 on Linux 2.6.23.15-80.fc7
make exits with the error below after trying to compile shp2img
with the
Post by Ted Spradley
/usr/bin/ld: cannot find -lxslt
What is xslt that ld is looking for?
Thanks in advance,
Ted S.
gcc -c -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT
-DNEED_STRRSTR
Post by Ted Spradley
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2
-DUSE_CURL
Post by Ted Spradley
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS
-DUSE_GDAL
Post by Ted Spradley
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG
-DUSE_GD_GIF
Post by Ted Spradley
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_FTEX_XSHOW
Post by Ted Spradley
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV
-DUSE_ZLIB
Post by Ted Spradley
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.c -o
shp2img.o
Post by Ted Spradley
g++ -O2 -fPIC -Wall -DHAVE_VSNPRINTF -DNEED_STRLCAT
-DNEED_STRRSTR
Post by Ted Spradley
-DUSE_FASTCGI -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_LIBXML2
-DUSE_CURL
Post by Ted Spradley
-DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS
-DUSE_GDAL
Post by Ted Spradley
-DUSE_OGR -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL -DUSE_AGG
-DUSE_GD_GIF
Post by Ted Spradley
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_FTEX_XSHOW
Post by Ted Spradley
-DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV
-DUSE_ZLIB
Post by Ted Spradley
-I/usr/lib/ -I/usr/include/freetype2 -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/include
-I/usr/include/fastcgi -I/usr/include/libxml2 shp2img.o -L.
-lmapserver
Post by Ted Spradley
-L/usr/lib/ -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 -ljpeg
-lfreetype -lpng -lz -lXpm -lX11 -L/usr/local/lib -lproj -ljpeg
-lpng
Post by Ted Spradley
-L/usr/local/lib -lgdal -I/usr/include -lsqlite3 -L/usr/lib
-lexpat -ljpeg
Post by Ted Spradley
-lpng -lpq -L/usr/lib -lpq -lz -lm -lrt -ldl -lcurl -L/usr/lib -lpq
-lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err
-lgssapi_krb5
Post by Ted Spradley
-lz -lreadline -lcrypt -ldl -lm -lcurl -lpthread -L -lc
-L/usr/lib
Post by Ted Spradley
-lfcgi -lz -lxml2 -lz -lm -lm -lstdc++ -o shp2img
/usr/bin/ld: cannot find -lxslt
collect2: ld returned 1 exit status
make: *** [shp2img] Error 1
_______________________________________________
mapserver-users mailing list
[hidden email]
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148305&i=0>
http://lists.osgeo.org/mailman/listinfo/mapserver-users
View this message in context: Re: [mapserver-users] make error - version
5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt
<http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4148437.html>
Sent from the Mapserver - User mailing list archive
<http://n2.nabble.com/Mapserver-User-f1969211.html> at Nabble.com.
------------------------------------------------------------------------
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Patricio Gigoux
2009-12-11 11:42:32 UTC
Permalink
Hi everybody:

Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?

Thanks a lot in advance


Patricio
b***@osgis.nl
2009-12-11 12:22:21 UTC
Permalink
Not sure if you actually mean a web mapping client [1] or an
administration tool [2] for Mapserver, but:

[1] http://www.openlayers.org
[2]
http://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manager.html

Best regards,
Bart
Post by Patricio Gigoux
Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?
Thanks a lot in advance
Patricio
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Patricio Gigoux
2009-12-11 15:25:10 UTC
Permalink
Bart:
My idea is for client, that they can do zoom as natural as you do it in
arcview or jump for example, but in their browser. Similar to google may be.
Behind of this frontend we have a phpmascript.

Thanks

Patricio
Post by b***@osgis.nl
Not sure if you actually mean a web mapping client [1] or an
[1] http://www.openlayers.org
[2]
http://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manager.html
Best regards,
Bart
Post by Patricio Gigoux
Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?
Thanks a lot in advance
Patricio
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Dan Little
2009-12-12 02:57:21 UTC
Permalink
I would highly suggest a visit to www.geomoose.org :-)



----- Original Message ----
Sent: Fri, December 11, 2009 9:25:10 AM
Subject: Re: [mapserver-users] Web interface
My idea is for client, that they can do zoom as natural as you do it in
arcview or jump for example, but in their browser. Similar to google may be.
Behind of this frontend we have a phpmascript.
Thanks
Patricio
Post by b***@osgis.nl
Not sure if you actually mean a web mapping client [1] or an
[1] http://www.openlayers.org
[2]
http://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manager.html
Best regards,
Bart
Post by Patricio Gigoux
Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?
Thanks a lot in advance
Patricio
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Nolte, Tim
2009-12-11 13:13:05 UTC
Permalink
Something that would be helpful to know is whether you need something that isn't very technical to setup or not. I just rolled out the use of MapGuide Fusion using MapServer as our backend. I have it serving about 10 transparent MapServer layers in a pretty nice interface. I've begun submitting code fixes specific for the MapServer side of things. Fusion has seemed to be a pretty nice interface.

http://trac.osgeo.org/fusion/wiki

- Tim

----
Timothy J Nolte - ***@ilpcs.com
Network Planning Engineer

Sprint Nextel
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484


-----Original Message-----
From: mapserver-users-***@lists.osgeo.org [mailto:mapserver-users-***@lists.osgeo.org] On Behalf Of Patricio Gigoux
Sent: Friday, December 11, 2009 6:43 AM
To: mapserver-***@lists.osgeo.org
Subject: [mapserver-users] Web interface

Hi everybody:

Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?

Thanks a lot in advance


Patricio
Dan Little
2009-12-11 13:44:59 UTC
Permalink
(shameless plug) GeoMOOSE is very easy to setup and configure as a front-end to MapServer. (end)



----- Original Message ----
Sent: Fri, December 11, 2009 7:13:05 AM
Subject: RE: [mapserver-users] Web interface
Something that would be helpful to know is whether you need something that isn't
very technical to setup or not. I just rolled out the use of MapGuide Fusion
using MapServer as our backend. I have it serving about 10 transparent MapServer
layers in a pretty nice interface. I've begun submitting code fixes specific for
the MapServer side of things. Fusion has seemed to be a pretty nice interface.
http://trac.osgeo.org/fusion/wiki
- Tim
----
Network Planning Engineer
Sprint Nextel
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512
Office: 616-656-5163
PCS: 616-706-2438
Fax: 616-554-6484
-----Original Message-----
Sent: Friday, December 11, 2009 6:43 AM
Subject: [mapserver-users] Web interface
Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?
Thanks a lot in advance
Patricio
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Jeff McKenna
2009-12-11 13:48:45 UTC
Permalink
Post by Dan Little
(shameless plug) GeoMOOSE is very easy to setup and configure as a front-end to MapServer. (end)
Hi Dan,

I'm curious, does GeoMOOSE have any mapfile creation/management tools?
If yes, maybe you can point us all to a demo.

thanks.

-jeff
--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/
Bob Basques
2009-12-11 14:20:17 UTC
Permalink
All,

I can chime in here on something related. While GeoMoose doesn't
(currently) have any Mapfile tools, I'm currently in the middle of a
project that has built out some autoconfigure items for MapServer. The
project is fairly specific in it's business tasks so the configure
aspects are in their infancy, but it's got a real nice framework around
it that will be very extensible. We're using GeoMoose, so it also
(will) autoconfigure the GeoMoose interface to some degree, and
hopefully future versions will be able to more fully control things.

BTW, the initial ease of setup of GeoMoose has enabled this type of
control structure very nicely. Some of the future items to figure out,
is how to best accommodate those folks that also want to get into the
MAPFILES and tweak them manually while still maintaining the
autoConfigure aspects.

Look for something in the next 30-60 days.

bobb
Post by Jeff McKenna
Post by Dan Little
(shameless plug) GeoMOOSE is very easy to setup and configure as a
front-end to MapServer. (end)
Hi Dan,
I'm curious, does GeoMOOSE have any mapfile creation/management tools?
If yes, maybe you can point us all to a demo.
thanks.
-jeff
Dan Little
2009-12-11 15:03:02 UTC
Permalink
Like Bob said, there isn't any creation/management tools. I've been running a general philiosophy that, at some points, users will need to hack mapfiles. In the downloadable demo, we've been trying to give users enough exmaples to make it easy to learn and modify to their specific needs. We also try to provide an example structure on how to make the management, of even large sites, sane. And that sanity can be acheived with basic tools instead of needing to convolute the whole process.

I have been considering writing some code that would:
a) Provide online editing services with a "database" short of needing PostGIS, like oh, SpatialLite. Something we could distribute more easily with the project.
b) Work with Bob (and the team he has) to generalize some of the tools they have developed, get them working with Spatial/SQLite and try to make them publically available.
c) Porting the code to Ruby and/or Python. Ruby is my new favorite language but Python is more practical for a ton of reasons. The PHP "works" and is fairly accessible to novice users but I find the language ugly and more difficult to maintain than the others. Of course, PHP seems to be the defacto language of MS4W ... which is why we've stayed married to it. I'm probably more likely to develop more user tools if it's in a language other than PHP.

Of course, any assistance in either man-hours or funding is greatly appreciated towards any of these ends.




----- Original Message ----
Sent: Fri, December 11, 2009 8:20:17 AM
Subject: Re: [mapserver-users] Web interface
All,
I can chime in here on something related. While GeoMoose doesn't (currently)
have any Mapfile tools, I'm currently in the middle of a project that has built
out some autoconfigure items for MapServer. The project is fairly specific in
it's business tasks so the configure aspects are in their infancy, but it's got
a real nice framework around it that will be very extensible. We're using
GeoMoose, so it also (will) autoconfigure the GeoMoose interface to some degree,
and hopefully future versions will be able to more fully control things.
BTW, the initial ease of setup of GeoMoose has enabled this type of control
structure very nicely. Some of the future items to figure out, is how to best
accommodate those folks that also want to get into the MAPFILES and tweak them
manually while still maintaining the autoConfigure aspects.
Look for something in the next 30-60 days.
bobb
Post by Jeff McKenna
Post by Dan Little
(shameless plug) GeoMOOSE is very easy to setup and configure as a front-end
to MapServer. (end)
Post by Jeff McKenna
Hi Dan,
I'm curious, does GeoMOOSE have any mapfile creation/management tools? If yes,
maybe you can point us all to a demo.
Post by Jeff McKenna
thanks.
-jeff
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Pano Voudouris
2009-12-13 12:13:20 UTC
Permalink
Hi Patricio,
I see you are talking about php mapscript so this may not be what you are
after- but just in case- we have released a Silverlight interface for
mapserver in codeplex (http://slmapviewer.codeplex.com ). Its developed
using csharp mapscript. If you download the compiled app all you should need
to do is point your web.config to your mapfile and it should work.

Pano

-----Original Message-----
From: mapserver-users-***@lists.osgeo.org
[mailto:mapserver-users-***@lists.osgeo.org] On Behalf Of Patricio
Gigoux
Sent: 11 December 2009 13:43
To: mapserver-***@lists.osgeo.org
Subject: [mapserver-users] Web interface

Hi everybody:

Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?

Thanks a lot in advance


Patricio
Ted Spradley
2009-12-11 16:08:59 UTC
Permalink
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.

/usr/bin/ld: cannot find -lpam

# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.4.0-fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.2.3-fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.0-fc7.build83071218.19.i586.rpm


Is there any way to feed make the path for this library?

Thanks, Ted S.
--
View this message in context: http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4152101.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
Alan Boudreault
2009-12-11 16:27:35 UTC
Permalink
You could simply add the path to ldconfig. Add a file.conf in
/etc/ld.so.conf.d/ which contains only a line with: /lib/

and type "ldconfig" as root.

Alan
Post by Ted Spradley
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.
/usr/bin/ld: cannot find -lpam
# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.4.0-
fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.2.3
-fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.0-f
c7.build83071218.19.i586.rpm
Is there any way to feed make the path for this library?
Thanks, Ted S.
--
Alan Boudreault
Mapgears
http://www.mapgears.com
Ted Spradley
2009-12-11 17:55:24 UTC
Permalink
Thanks Alan, and others. I realize my server admin skills are lacking.

So, file.conf should be named 'lpam.conf' or 'libpam.conf'? (tried both, then ldconfig as root ... still the same error)

Ted S.
----- Original Message -----
From: Alan Boudreault [via OSGeo.org]
To: Ted Spradley
Sent: Friday, December 11, 2009 10:27 AM
Subject: Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt


You could simply add the path to ldconfig. Add a file.conf in
/etc/ld.so.conf.d/ which contains only a line with: /lib/

and type "ldconfig" as root.

Alan
Post by Ted Spradley
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.
/usr/bin/ld: cannot find -lpam
# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.4.0-
fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.2.3
-fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.0-f
c7.build83071218.19.i586.rpm
Is there any way to feed make the path for this library?
Thanks, Ted S.
--
Alan Boudreault
Mapgears
http://www.mapgears.com
_______________________________________________
mapserver-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapserver-users



------------------------------------------------------------------------------

View message @ http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4152220.html
To unsubscribe from Re: make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt, click here.
--
View this message in context: http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4152695.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
Alan Boudreault
2009-12-11 18:05:38 UTC
Permalink
The file name is not important. Theorically, ldconfig should read all those
files and add it to its lib path. Unfortunately, I don't know much Fedora but
it should work that way.

Alan
Post by Ted Spradley
Thanks Alan, and others. I realize my server admin skills are lacking.
So, file.conf should be named 'lpam.conf' or 'libpam.conf'? (tried both,
then ldconfig as root ... still the same error)
Ted S.
----- Original Message -----
From: Alan Boudreault [via OSGeo.org]
To: Ted Spradley
Sent: Friday, December 11, 2009 10:27 AM
Subject: Re: [mapserver-users] make error - version 5.6.0-rc1 -
/usr/bin/ld: cannot find -lxslt
You could simply add the path to ldconfig. Add a file.conf in
/etc/ld.so.conf.d/ which contains only a line with: /lib/
and type "ldconfig" as root.
Alan
Post by Ted Spradley
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.
/usr/bin/ld: cannot find -lpam
# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.
4.0- fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.
2.3 -fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.
0-f c7.build83071218.19.i586.rpm
Is there any way to feed make the path for this library?
Thanks, Ted S.
---------------------------------------------------------------------------
---
http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-l
xslt-tp4148052p4152220.html To unsubscribe from Re: make error - version
5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt, click here.
--
Alan Boudreault
Mapgears
http://www.mapgears.com
Gerald Creager
2009-12-11 16:35:13 UTC
Permalink
A couple of ways... as root, rerun /etc/ldconfig which should find
libpam.so.

In the makefile, add "-lpam" to the line starting with XTRALIBS=
(I think this will work, but trying it won't take you too long...)

gerry
Post by Ted Spradley
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.
/usr/bin/ld: cannot find -lpam
# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.4.0-fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.2.3-fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.0-fc7.build83071218.19.i586.rpm
Is there any way to feed make the path for this library?
Thanks, Ted S.
Daniel Morissette
2009-12-15 18:50:23 UTC
Permalink
The linker looks for .so files, the *.so.x and *.so.x.y are used only at
runtime, so you need libpam.so, which is usually provided by the -devel
version of the RPM package.

Daniel
Post by Ted Spradley
Post by Stephen Woodbridge
http://www.google.com/#hl=en&source=hp&q=fedora+7+libpam
-Steve
Not having libpam doesn't appear to be the issue. It just can't find it.
/usr/bin/ld: cannot find -lpam
# locate libpam
/lib/libpam.so.0
/lib/libpam.so.0.81.6
/lib/libpam_misc.so.0
/lib/libpam_misc.so.0.81.2
/lib/libpamc.so.0
/lib/libpamc.so.0.81.0
/root/psa/PSA_8.4.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.4.0-fc7.build84080425.19.i586.rpm
/root/psa/PSA_9.2.3/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-9.2.3-fc7.build92091015.22.i586.rpm
/swsoft/PSA_8.3.0/dist-rpm-FedoraCore-7-i386/base/psa-libpam-plesk-8.3.0-fc7.build83071218.19.i586.rpm
Is there any way to feed make the path for this library?
Thanks, Ted S.
--
Daniel Morissette
http://www.mapgears.com/
Ted Spradley
2010-01-14 17:05:32 UTC
Permalink
Post by Daniel Morissette
The linker looks for .so files, the *.so.x and *.so.x.y are used only at
runtime, so you need libpam.so, which is usually provided by the -devel
version of the RPM package.
Daniel
Thanks much Daniel. The package MS needed turns out to be named 'pam-devel'
in my fc7 distribution.

Cheers!

-----
Thank you,
Ted S

MapServer version 5.6.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP
OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER
SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS
INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE


Linux/Fedora7
--
View this message in context: http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4393886.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
Peter Hopfgartner
2009-12-12 16:32:54 UTC
Permalink
GisClient allows the map composition from the browser and has some other
nce features, too,
Yeah, such as being in Italian only....
Seriously, is there a English version of this site...?
Ooops, the mail went to the wrong ML. Sorry for the noise! I'll bring
the discussion back to the MapServer users list.

Anyway, currently the site is mostly Italian, you might try
http://translate.google.com/translate?hl=de&sl=it&tl=en&u=http%3A%2F%2Fwww.gisclient.org%2F.
The map window is translatable and translations are included for
English, German, Italian and, in part for French and Spanish. The
administration part is, if I remember correctly, in Italian only, ATM.

The community aspect is still in it's beginning. Translations, mailing
list/forum etc. should follow. The software was initially an internal
project of Gis & Web, an Italian company, and currently most of the
activities are focused on coding.

Peter
--
Dott. Peter Hopfgartner

R3 GIS Srl - GmbH
Via Johann Kravogl-Str. 2
I-39012 Meran/Merano (BZ)
Email: ***@r3-gis.com
Tel. : +39 0473 494949
Fax : +39 0473 069902
www : http://www.r3-gis.com
Peter Hopfgartner
2009-12-12 16:43:16 UTC
Permalink
GisClient allows the map composition from the browser and has some other
nce features, too,
Yeah, such as being in Italian only....
Seriously, is there a English version of this site...?
..
actually, not even a problem that the site is Italian only. More of a
problem that I couldn't, for the life of me, see a demo of the
application. I clicked around, a bit blindly, I must admit, but got
nowhere. Clicking on what seemed like a map demo link let me to a
list of users making use of gisclient, and going to their website
launched me into another futile click-journey. Life is too short to
have to figure out a demo of a software.
Puneet.
_______________________________________________
postgis-users mailing list
http://postgis.refractions.net/mailman/listinfo/postgis-users
I admit, the demos are not easy to find.
The "official" demo is http://www.gisclient.org/gisclient (already
running with MapServer 5.6.0!)
A public map, we are currently working on, can be reached from
http://195.254.250.104/gisclient

Peter
--
Dott. Peter Hopfgartner

R3 GIS Srl - GmbH
Via Johann Kravogl-Str. 2
I-39012 Meran/Merano (BZ)
Email: ***@r3-gis.com
Tel. : +39 0473 494949
Fax : +39 0473 069902
www : http://www.r3-gis.com
Loading...