Re: Development base on OpenSSL--- lib link problem

2006-11-15 Thread Marek Marcola
Hello, > > Thanks for your reply. > I think the libssl.a and libcrypto.a should be ok. Maybe myAPI.a had > failed to link libssl.a and libcrypto.a into itself? > Later I try another way: when I make myUI, I link to not only > myAPI.a, but also libssl.a and libcrypto.a all. It seems that the

Re: Development base on OpenSSL--- lib link problem

2006-11-13 Thread chenbo zou
Hi Marek,     Thanks for your reply.   I think the libssl.a and libcrypto.a should be ok. Maybe myAPI.a had failed to link libssl.a and libcrypto.a into itself?    Later I try another way: when I make myUI, I link to not only myAPI.a, but also libssl.a and libcrypto.a all. It seems that the openssl

Re: Development base on OpenSSL--- lib link problem

2006-11-13 Thread Marek Marcola
Hello, > > I am working on a small network application on Linux(kernel version > is 2.4.20-8), comprise of two parts: myUI and myAPI(which is .a lib). > Now i need add SSL to the application. I have installed OpenSSL > in /usr/local, and i can find head files in /usr/local/include/openssl > an

Development base on OpenSSL--- lib link problem

2006-11-13 Thread chenbo zou
Hi all,     I am working on a small network application on Linux(kernel version is 2.4.20-8), comprise of two parts: myUI and myAPI(which is .a lib).   Now i need add SSL to the application. I have installed OpenSSL in /usr/local, and i can find head files in /usr/local/include/openssl and libssl.a