LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   openssl is for communication b/w computers on the network. (https://www.linuxquestions.org/questions/linux-networking-3/openssl-is-for-communication-b-w-computers-on-the-network-189527/)

abdullahgee 06-04-2004 12:04 AM

openssl is for communication b/w computers on the network.
 
openssl problem

Dear fellows!

i was using /usr/include/openssl/md5.h file in my c code on linux 7.2
i.e #include<openssl/md5.h>

now i have installed linux 7.3, now could not found the openssl folder in
/usr/include

also i was using compilation command
i.e. gcc test.c -lcrypto -lssl -o test

now i got error when i use this command

error> not found -lcrypto
not found -lssl

it is amaizing that these things were ok in linux 7.2 but not working in linux 7.3

please help me how to get back openssl folder in my /usr/include
and also where these -lcrypto and -lssl went when i switched from
linux 7.2 to linux 7.3

someone told me to install openssl-0.9.6/7.tar.gz but still my problem has not been solved

i will be very thank full to you.
Thank you in anticipation.

chort 06-04-2004 07:04 PM

Please don't make two posts asking the same question. Pick the forum that best fits your question and post only once.


All times are GMT -5. The time now is 07:46 AM.