|
Hello All,
While building jabber with ssl support i encounter the
following error.
Any one have solution for the following
problem.
Thanks in Advance,
SenthilVelavan.P
$ gmake
Making all in pthsock gmake[1]: Entering directory `/home/senthil/jabber-1.4.2/pthsock' 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 ld: Can't find library for -lssl Fatal error. collect2: ld returned 1 exit status gmake[1]: *** [pthsock_client] Error 1 gmake[1]: Leaving directory `/home/senthil/jabber-1.4.2/pthsock' gmake: *** [all-recursive] Error 1 $ hared -o pthsock_client.so client.o -L/home/senthil/lib -L/usr/local/lib -lssl -lcrypto -lpth< gcc: client.o: No such file or directory $ hared -o pthsock_client.so client.o -L/home/senthil/lib -L/usr/local/lib -lssl -lcrypto -lpth< gcc: client.o: No such file or directory platform-settings file have
#!/bin/sh
CC=gcc CFLAGS= -g -Wall -I. -I.. -I/home/senthil/include -DHAVE_SSL -I/usr/local/include CCFLAGS= -g -Wall -I. -I.. -I/home/senthil/include -DHAVE_SSL -I/usr/local/include MCFLAGS= -shared LDFLAGS= -L/home/senthil/lib -L/usr/local/lib LIBS= -lssl -lcrypto -lpth SLIBS= /usr/local/lib/libpth.a XLDFLAGS= PSUBDIR= PLINK= JHOME=/home/senthil/jabber-1.4.2 __CYGWIN__= |
