<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18854">



<DIV><FONT size=2 face=Arial>Thanks Steve.  Got it.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Make error again, this time:</FONT></DIV>
<DIV><FONT size=2 face=Arial>/usr/bin/ld: cannot find -lpam<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>So, did </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>yum search libpam</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Excluding Packages from Fedora 7 - 
i386<BR>Finished<BR>Excluding Packages from Fedora 7 - i386 - 
Updates<BR>Finished<BR>psa-libpam-plesk.i586 : PAM module to authorize via Plesk 
Users Database<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>I am not sure what that means: PAM module to 
authorize via Plesk Users Database.  I do have a Plesk Control 
Panel.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>yum install psa-libpam-plesk.i586 </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>returns this:</FONT></DIV>
<DIV><FONT size=2 face=Arial>Excluding Packages from Fedora 7 - 
i386<BR>Finished<BR>Excluding Packages from Fedora 7 - i386 - 
Updates<BR>Finished<BR>Setting up Install Process<BR>Parsing package install 
arguments<BR>No package psa-libpam-plesk.i586 available.<BR>Nothing to 
do<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>Ted S</DIV></FONT>
<DIV><FONT size=2 face=Arial> </DIV></FONT>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148437&i=0" target="_top" rel="nofollow">[hidden email]</a> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148437&i=1" target="_top" rel="nofollow">[hidden email]</a> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, December 10, 2009 4:23 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [mapserver-users] make error 
  - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt</DIV>
  <DIV><BR></DIV>Sounds like a new library dependency that needs to be 
  documented. <BR><BR>yum search libxslt <BR>yum install libxslt-devel 
  <BR><BR>or something like that. <BR><BR>-Steve W <BR><BR>Ted Spradley wrote: 
  <DIV class=shrinkable-quote><div class='shrinkable-quote'><BR>> Hi everybody! <BR>> <BR>> Building 
  5.6.0-rc1 on Linux 2.6.23.15-80.fc7 <BR>> <BR>> make exits with the 
  error below after trying to compile shp2img with the <BR>> message: 
  <BR>> /usr/bin/ld: cannot find -lxslt <BR>> <BR>> What is xslt that 
  ld is looking for? <BR>> <BR>> Thanks in advance, <BR>> Ted S. 
  <BR>> <BR>> gcc -c -O2 -fPIC -Wall     -DHAVE_VSNPRINTF 
  -DNEED_STRLCAT -DNEED_STRRSTR     <BR>> -DUSE_FASTCGI   
  -DUSE_WMS_LYR -DUSE_WFS_LYR  -DUSE_LIBXML2 -DUSE_CURL <BR>> 
  -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR    -DUSE_POSTGIS 
   -DUSE_GDAL <BR>> -DUSE_OGR  -DUSE_THREAD -DUSE_PROJ -DUSE_EPPL 
   -DUSE_AGG     -DUSE_GD_GIF <BR>> -DUSE_GD_PNG -DUSE_GD_JPEG 
  -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW <BR>> -DGD_HAS_GDIMAGEGIFPTR 
  -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB     <BR>> 
  -I/usr/lib/ -I/usr/include/freetype2    -I/usr/local/include   
    <BR>> -I/usr/local/include -I/usr/include       
  -I/usr/include <BR>> -I/usr/include/fastcgi  -I/usr/include/libxml2 
    shp2img.c -o shp2img.o <BR>> g++ -O2 -fPIC -Wall     
  -DHAVE_VSNPRINTF -DNEED_STRLCAT -DNEED_STRRSTR     <BR>> 
  -DUSE_FASTCGI   -DUSE_WMS_LYR -DUSE_WFS_LYR  -DUSE_LIBXML2 
  -DUSE_CURL <BR>> -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR   
   -DUSE_POSTGIS  -DUSE_GDAL <BR>> -DUSE_OGR  -DUSE_THREAD 
  -DUSE_PROJ -DUSE_EPPL  -DUSE_AGG     -DUSE_GD_GIF <BR>> 
  -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW 
  <BR>> -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB 
      <BR>> -I/usr/lib/ -I/usr/include/freetype2   
   -I/usr/local/include     <BR>> -I/usr/local/include 
  -I/usr/include       -I/usr/include <BR>> 
  -I/usr/include/fastcgi  -I/usr/include/libxml2   shp2img.o  -L. 
  -lmapserver <BR>> -L/usr/lib/ -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 
       -ljpeg <BR>> -lfreetype -lpng -lz -lXpm -lX11 
   -L/usr/local/lib -lproj -ljpeg -lpng <BR>> -L/usr/local/lib -lgdal 
  -I/usr/include -lsqlite3 -L/usr/lib -lexpat -ljpeg <BR>> -lpng -lpq 
  -L/usr/lib -lpq -lz -lm -lrt -ldl -lcurl  -L/usr/lib -lpq <BR>> 
  -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err -lgssapi_krb5 
  <BR>> -lz -lreadline -lcrypt -ldl -lm   -lcurl     -lpthread 
  -L -lc -L/usr/lib <BR>> -lfcgi -lz -lxml2 -lz -lm  -lm -lstdc++   
   -o shp2img <BR>> /usr/bin/ld: cannot find -lxslt <BR>> collect2: 
  ld returned 1 exit status <BR>> make: *** [shp2img] Error 1 <BR>> 
  </DIV></div>_______________________________________________ <BR>mapserver-users 
  mailing list <BR><A href="http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4148305&i=0" rel="nofollow" target=_top>[hidden email]</A> <BR><A href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="nofollow" target=_top>http://lists.osgeo.org/mailman/listinfo/mapserver-users</A><BR></BLOCKQUOTE>

<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/make-error-version-5-6-0-rc1-usr-bin-ld-cannot-find-lxslt-tp4148052p4148437.html">Re: [mapserver-users] make error - version 5.6.0-rc1 - /usr/bin/ld: cannot find -lxslt</a><br>
Sent from the <a href="http://n2.nabble.com/Mapserver-User-f1969211.html">Mapserver - User mailing list archive</a> at Nabble.com.<br>