Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2010-01-14 Thread Ted Spradley
Daniel Morissette wrote: 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'

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-15 Thread 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 Ted Spradley wrote: Stephen Woodbridge wrote: http://www.google.com/#hl=ensource=hpq=fedora+7+libpam -Steve

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-11 Thread Ted Spradley
Stephen Woodbridge wrote: http://www.google.com/#hl=ensource=hpq=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

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-11 Thread Alan Boudreault
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 On December 11, 2009 11:08:59 am Ted Spradley wrote: Stephen Woodbridge wrote: http://www.google.com/#hl=ensource=hpq=fedora+7+libpam

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-11 Thread Gerald Creager
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 Ted Spradley wrote: Stephen Woodbridge wrote:

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-11 Thread 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

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-11 Thread Alan Boudreault
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 On December 11, 2009 11:08:59

[mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-10 Thread 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 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

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-10 Thread Stephen Woodbridge
Sounds like a new library dependency that needs to be documented. yum search libxslt yum install libxslt-devel or something like that. -Steve W Ted Spradley wrote: 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

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-10 Thread Ted Spradley
-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 Ted Spradley wrote: Hi everybody! Building 5.6.0-rc1 on Linux 2.6.23.15-80.fc7

Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt

2009-12-10 Thread Stephen Woodbridge
?type=nodenode=4148437i=0 *To:* [hidden email] http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4148437i=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