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'
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.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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



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/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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
/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.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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
 
  -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
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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:

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
/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.


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

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

  On December 11, 2009 11:08:59 am Ted Spradley wrote: 

   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 
   /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.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2009-12-11 Thread Alan Boudreault
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
 
On December 11, 2009 12:55:24 pm Ted Spradley wrote:
 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
 
   On December 11, 2009 11:08:59 am Ted Spradley wrote:
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
/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.
 
 ---
 ---
 
   View message @
  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
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[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 -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.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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 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



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2009-12-10 Thread Ted Spradley

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 

  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 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 
   

  ___ 
  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.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


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

2009-12-10 Thread Stephen Woodbridge

http://www.google.com/#hl=ensource=hpq=fedora+7+libpam

-Steve

Ted Spradley wrote:


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:* [hidden email]
http://n2.nabble.com/user/SendEmail.jtp?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 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
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
 
___
mapserver-users mailing list
[hidden email]
http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4148305i=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
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users