- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I try to compile a c program which contains the only header file "openssl/opensslconf.h" and get the error: catastrophic error: cannot open source file "openssl/opensslconf.h". I find opensslconf.h in directory“/usr/include/x86_64-linux-gnu/openssl/”and link it with -l parameter. But it prints the same error. I am sure there are some solutions i don’t see , but knowledge in linux is low. Thanks in advance for your help.
Complier version: icc (ICC) 19.0.4.243 20190416
System: Ubuntu 16.04.6 LTS
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how about #include"/usr/include/x86_64-linux-gnu/openssl/opensslconf.h"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks viet. it works fine.
I think it's my fault that I misread the letter I. It shoule be the capital I instead of lowercase L.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page