Re: Comiling Boinc on Solaris 10 / openssl problem ?
- From: Daniel Wetzler <danielwetzler@xxxxxxxxxxxx>
- Date: Thu, 25 Mar 2010 09:33:23 -0700 (PDT)
Ok I found it.
Due to a mess in the include-path of my system the compiler couldn't
find the md5.h of the openssl-package.
Best regards,
Daniel
CC -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db -I../client -.
I../tools -I../sched -I../lib/mac -D_REENTRANT -I/usr/openwin/include/
X11/Xlocale.h -I/usr/local/include -KPIC -DPIC -D_REENTRANT -g -c
crypt.cpp -KPIC -DPIC -o .libs/libboinc_crypt_la-crypt.o
"crypt.cpp", line 565: Error: MD5_DIGEST_LENGTH is not defined.
"crypt.cpp", line 583: Error: MD5_CTX is not defined.
"crypt.cpp", line 585: Error: MD5_DIGEST_LENGTH is not defined.
"crypt.cpp", line 585: Error: An integer constant expression is
required within the array subscript operator.
"crypt.cpp", line 595: Error: The function "MD5_Init" must have a
prototype.
"crypt.cpp", line 597: Error: The function "MD5_Update" must have a
prototype.
"crypt.cpp", line 599: Error: The function "MD5_Final" must have a
prototype.
"crypt.cpp", line 622: Error: MD5_CTX is not defined.
"crypt.cpp", line 624: Error: MD5_DIGEST_LENGTH is not defined.
"crypt.cpp", line 624: Error: An integer constant expression is
required within the array subscript operator.
"crypt.cpp", line 643: Error: The function "MD5_Init" must have a
prototype.
"crypt.cpp", line 645: Error: The function "MD5_Update" must have a
prototype.
"crypt.cpp", line 647: Error: The function "MD5_Final" must have a
prototype.
13 Error(s) detected.
make[2]: *** [libboinc_crypt_la-crypt.lo] Error 1
make[2]: Leaving directory `/export/home/daniel/boinc_src/boinc/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/daniel/boinc_src/boinc'
make: *** [all] Error 2
I compiled a OpenSSL 0.9.8n also with the SunStudio compiler and
installed it in /opt/openssl then I
used the option --with-ssl=/opt/openssl of the ./configure script.
But it seems that I have a problem with openssl.
- References:
- Comiling Boinc on Solaris 10 / openssl problem ?
- From: Daniel Wetzler
- Comiling Boinc on Solaris 10 / openssl problem ?
- Prev by Date: Comiling Boinc on Solaris 10 / openssl problem ?
- Previous by thread: Comiling Boinc on Solaris 10 / openssl problem ?
- Index(es):
Relevant Pages
|