I have a user: mim that has within it a folder /mimmim and within that, a folder called
/Src. user: mim has root privileges.
There is an Install file in /home/mim/ that uses a file in /Src called pgp.h. pgp.h references a file /openssl/opensslv.h. The opensslv.h is actually in the newer openssl installations he /usr/local/ssl/include/openssl/
I tried to do a 'sudo ln -s /usr/local/ssl/include/openssl openssl' from /home/mim/, as well as from within the /home/mim/mimmim/ and from within /home/mim/mimmim/Src/. I still get this error however:
pgp.h:16:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
I guess I am not sim linking correctly.