justinquinn
I uninstalled the existing copy of openssl and did 'sudo apt-get install openssl'
After this, I've tried installing autotools. I got this error now:
=== INSTALLING M4 ==
File m4-1.4.17.tar.gz already exists and will not be downloaded...
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I've also tried installing cmake to see if the previous error was no longer showing up, but I didn't have luck, it's still showing the same error:
Scanning dependencies of target cmlibarchive
[ 45%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_acl.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_check_magic.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cmdline.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cryptor.c.o
In file included from /home/ignacio/research/mars/ISSM_source/trunk/externalpackages/cmake/install/Utilities/cmlibarchive/libarchive/archive_cryptor.c:32:0:
/home/ignacio/research/mars/ISSM_source/trunk/externalpackages/cmake/install/Utilities/cmlibarchive/libarchive/archive_cryptor_private.h:107:17: error: field ‘ctx’ has incomplete type
EVP_CIPHER_CTX ctx;
^
Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/build.make:134: recipe for target 'Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cryptor.c.o' failed
make[2]: *** [Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cryptor.c.o] Error 1
CMakeFiles/Makefile2:1728: recipe for target 'Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/all' failed
make[1]: *** [Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
However, mpich installation ran perfectly.
I'm starting to think I should start from scratch again.
Thanks for your patience and help,
Ignacio