Dear all,
 
I am currently having trouble installing kannel 1.2 on my linux 8 workstation. When I'm trying to install the rpm I get the following error.
error: Failed dependencies:
        libcrypto.so.0.9.6 is needed by kannel-1.2.0-1
        libssl.so.0.9.6 is needed by kannel-1.2.0-1
 
I have tried a few things which hasnt helped. I have installed openssl-0.9.6b and is located in
 
/lib
libssl.so.0.9.6b
libssl.so.2 -> libssl.so.0.9.6b
libcrypto.so.0.9.6b
libcrypto.so.2 -> libcrypto.so.0.9.6b
 
/usr/lib
libssl.so -> ../../lib/libssl.so.0.9.6b
libcrypto.so -> ../../lib/libcrypto.so.0.9.6b
 
I have tried a few different things including sym linking libcrypto.so.0.9.6 and libssl.so.0.9.6 to both /lib and /usr/lib. Also I have tried using ldconfig to rebuild the links while adding /lib into the file with no success. Lastly have tried the compiling method.
 
This I have had no luck either. After the ./config --disable-docs I try make.
WHen I run make I get the following error.
Makefile:281: .depend: No such file or directory
for dir in gw gwlib test utils wmlscript checks wap; do \
        gcc -D_REENTRANT=1 -I. -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml2 -I/usr/include/openssl -MM $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend
 
 
Can you please help as I am getting alittle frustrated.
 
Thanks in advance
Alan
 
 

Reply via email to