I am trying to compile bacula-fd (a back up open software) which requires openssl. gcc would not compile it at all, xlc does but i do not know how to make it include openssl. here is the relevant log entry form configure
configure:16085: xlc -o conftest -g -I/opt/pware/include/openssl/
include -+ conftest.c -L/opt/pware/include/openssl/lib -lssl -
lcrypto >&5
"conftest.c", line 34.11: 1540-0836 (S) The #include file <openssl/
ssl.h> is not found.
The find command finds it here:
/opt/pware/include/openssl/ssl.h
What am I doing wrong?