On Tue, Nov 27, 2018 at 10:43 AM Ire Kourkoumelis <[email protected]> wrote:
> Can you helpme with this error in the ./install.sh ? > > os_auth/ssl.c: In function ‘get_ssl_context’: > os_auth/ssl.c:107: warning: implicit declaration of function > ‘TLSv1_2_method’ > os_auth/ssl.c:107: warning: assignment makes pointer from integer without > a cast > os_auth/ssl.c:108: warning: passing argument 1 of ‘SSL_CTX_new’ discards > qualifiers from pointer target type > CC os_auth/check_cert.o > CC agent-auth > os_auth/ssl.o: In function `get_ssl_context': > ssl.c:(.text+0x263): *undefined reference to `TLSv1_2_method'* > collect2: ld returned 1 exit status > *make: *** [agent-auth] Error 1* > > * Error 0x5.* > * Building error. Unable to finish the installation.* > > > Old version of OpenSSL? > > > > El jueves, 21 de diciembre de 2017, 10:08:59 (UTC-3), dan (ddpbsd) > escribió: > >> On Tue, Dec 12, 2017 at 4:54 PM, Harish P <[email protected]> wrote: >> > Hi Dan >> > >> > We are using >> > >> > # openssl version >> > OpenSSL 1.0.1p 9 Jul 2015 >> > # >> > >> >> That should be a good version. It sounds like the installation isn't >> picking it up for some reason. >> You can try compiling with "V=1" to see the actual command output. It >> might give you a clue as to where the issue is. >> >> > >> > On Friday, December 8, 2017 at 8:28:34 PM UTC-8, dan (ddpbsd) wrote: >> >> >> >> On Fri, Dec 8, 2017 at 4:33 PM, Harish P <[email protected]> wrote: >> >> > Hi >> >> > >> >> > OSSEC agent installation failed with following error on Solaris 10. >> >> > Please >> >> > help >> >> > >> >> > CC agent-auth >> >> > Undefined first referenced >> >> > symbol in file >> >> > TLSv1_2_method os_auth/ssl.o >> >> > ld: fatal: symbol referencing errors. No output written to >> agent-auth >> >> > collect2: ld returned 1 exit status >> >> > gmake: *** [agent-auth] Error 1 >> >> > >> >> > Error 0x5. >> >> > Building error. Unable to finish the installation. >> >> > >> >> >> >> What version of the openssl libs do you have installed? >> >> >> >> > -- >> >> > >> >> > --- >> >> > You received this message because you are subscribed to the Google >> >> > Groups >> >> > "ossec-list" group. >> >> > To unsubscribe from this group and stop receiving emails from it, >> send >> >> > an >> >> > email to [email protected]. >> >> > For more options, visit https://groups.google.com/d/optout. >> > >> > -- >> > >> > --- >> > You received this message because you are subscribed to the Google >> Groups >> > "ossec-list" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
