Ad Widget

Collapse

3.2.11 Agent compilation error on Solaris 10 (Sparc)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meetpradeepp
    Junior Member
    • Jul 2013
    • 17

    #1

    3.2.11 Agent compilation error on Solaris 10 (Sparc)

    Hello Experts,

    We are trying to enable the encryption for zabbix_agent on Solaris with no luck. "make" command is failing for 3.2.11 agent while attempting to enable encryption. We are using Openssl 1.0.2p for the compilation. Attached is the screenshot of the error which we are facing.

    ./configure --bindir=/systools/monitoring/zabbix_agent --sbindir=/systools/monitoring/zabbix_agent --enable-agent --with-openssl="/systools/monitoring/openssl" CFLAGS="-I/systools/monitoring/openssl/include -I/usr/lib/sparcv9" LDFLAGS="-L-I/systools/monitoring/openssl/lib -L/usr/lib/sparcv9"

    Click image for larger version

Name:	Capture.PNG
Views:	97
Size:	183.4 KB
ID:	368782


    Below are the configurations parameters used.Any suggestions would be of great help.

    Thanks in advance
    Pradeep
    Attached Files
  • meetpradeepp
    Junior Member
    • Jul 2013
    • 17

    #2
    I compiled Openssl-1.0.2p and installed but even then agent make still fails with same error. Are my flags valid? I suspect OpenSSL itself.

    OpenSSL was compiled using
    Code:
    ./Configure solaris64-sparcv9-gcc --prefix=/systools/monitoring/openssl --openssldir=/systools/monitoring/openssl enable-tlsext no-shared -lrt
    And Zabbix agent with
    Code:
    ./configure --bindir=/systools/monitoring/zabbix_agent --sbindir=/systools/monitoring/zabbix_agent --enable-agent --with-openssl="/systools/monitoring/openssl" CFLAGS="-I/systools/monitoring/openssl/lib -I/systools/monitoring/openssl/include -I/systools/monitoring/openssl/include/openssl -R/systools/monitoring/openssl/lib" LDFLAGS="-g -m64 -L/systools/monitoring/openssl/lib -I/systools/monitoring/openssl/include/openssl -R/systools/monitoring/openssl/lib

    Comment

    Working...