<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello All,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; While building jabber with ssl support i encounter the 
following error.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any one have solution for the following 
problem.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in Advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>SenthilVelavan.P</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$ gmake<BR>Making all in pthsock<BR>gmake[1]: 
Entering directory `/home/senthil/jabber-1.4.2/pthsock'<BR>gcc -g -Wall -I. -I.. 
-I/home/senthil/include -DHAVE_SSL -I/usr/local/include -I../jabberd/ -shared -o 
pthsock_client.so client.o -L/home/senthil/lib -L/usr/local/lib -lssl -lcrypto 
-lpth<BR>ld: Can't find library for -lssl<BR>Fatal error.<BR>collect2: ld 
returned 1 exit status<BR>gmake[1]: *** [pthsock_client] Error 1<BR>gmake[1]: 
Leaving directory `/home/senthil/jabber-1.4.2/pthsock'<BR>gmake: *** 
[all-recursive] Error 1<BR>$ hared -o pthsock_client.so client.o 
-L/home/senthil/lib -L/usr/local/lib -lssl -lcrypto -lpth&lt;<BR>gcc: client.o: 
No such file or directory<BR>$ hared -o pthsock_client.so client.o 
-L/home/senthil/lib -L/usr/local/lib -lssl -lcrypto -lpth&lt;<BR>gcc: client.o: 
No such file or directory</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>platform-settings file have </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#!/bin/sh<BR>CC=gcc<BR>CFLAGS= -g -Wall -I. -I.. 
-I/home/senthil/include -DHAVE_SSL -I/usr/local/include<BR>CCFLAGS= -g -Wall -I. 
-I.. -I/home/senthil/include -DHAVE_SSL -I/usr/local/include<BR>MCFLAGS= 
-shared<BR>LDFLAGS= -L/home/senthil/lib -L/usr/local/lib<BR>LIBS= -lssl -lcrypto 
-lpth<BR>SLIBS= 
/usr/local/lib/libpth.a<BR>XLDFLAGS=<BR>PSUBDIR=<BR>PLINK=<BR>JHOME=/home/senthil/jabber-1.4.2<BR>__CYGWIN__=<BR></DIV>
<DIV><BR></DIV></FONT></BODY></HTML>