LibStatGen Troubleshooting

From Genome Analysis Wiki
Revision as of 16:36, 24 January 2011 by Mktrost (talk | contribs) (Created page with ' === Possible Compile Errors === The following are a list of compile errors that have been encountered with recommendations on what they mean and how to fix them. ==== GenomeS…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Possible Compile Errors

The following are a list of compile errors that have been encountered with recommendations on what they mean and how to fix them.


GenomeSequence.h:30:57: error: openssl/md5.h: No such file or directory

GenomeSequence requires md5 logic and makes calls to methods defined in md5.h which is found in the openssl library.

The header files are included in the development version of the package.

The package may be called something like: openssl-devel or libssl-dev (on ubuntu).