I'm trying to use encfs algorithm on my linux(ubuntu 12.04.4 LTS). and I have built source codes, and When I use encfs order, I can't see available cipher algorithms.
I can see
mirage@mirage-System-Product-Name:/usr/local/bin$ encfs ~/test ~/test2Creating new encrypted volume.
Please choose from one of the following options:
enter "x" for expert configuration mode,
enter "p" for pre-configured paranoia mode,
anything else, or an empty line will select standard mode.
?>
Standard configuration selected.
Sorry, unable to locate cipher for predefined configuration...
Falling through to Manual configuration mode.
The following cipher algorithms are available:
Enter the number corresponding to your choice:
and during ./configure, checking for OPENSSL... no so, I guess It's because of OPENSSL. But I don't know How can I solve this problem. Anyone have idea? or Anyone know how to remove older OPENSSL?
I solved this problem. I removed openssl by 'apt-get remove openssl' but, the openssl directory is still remained in /usr/local. so I removed the directory as well. and I built openssl other version. (I don't know if it was version problem or not) and the problem solved. :)