Ad Widget

Collapse

configure enable server with mysql/net-snmp/jabber/libcurl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nastweb
    Junior Member
    • Oct 2008
    • 9

    #1

    configure enable server with mysql/net-snmp/jabber/libcurl

    Dear All,

    While I execute ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl. I got messages below, Is it normally?

    nast@nast:~/Webroot/zabbix-1.6$ ./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    configure: Configuring
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    nast@nast:~/Webroot/zabbix-1.6$

    Thanks,
    NS
  • Tenzer
    Senior Member
    • Nov 2007
    • 316

    #2
    Have you tried to search on the net for the "C compiler cannot create executables" error message? It isn't Zabbix specific so you should be able to find loads of information about the error in relation to the OS you are running on the server.

    Comment

    • nastweb
      Junior Member
      • Oct 2008
      • 9

      #3
      Configure: error: Not found mysqlclient library

      Thanks for your info. Then, I installed C compiler on my OS. While I configure again, I still got error
      "Configure: error: Not found mysqlclient library"

      Could you help me.

      Thanks,
      NS

      Comment

      • Tenzer
        Senior Member
        • Nov 2007
        • 316

        #4
        What OS are you on?
        If you are on Debian/Ubuntu you will have to install the "libmysqlclient15-dev" package. I am not aware of what the package may be called on other operating systems, but you can probably find it here on the forums.

        Comment

        • nastweb
          Junior Member
          • Oct 2008
          • 9

          #5
          Oh..thanks. The problem like this did not occurred any more.
          But, New problem come in " checking for IKSEMEL configure: error: Not found Jabber Library".
          What I should install again?
          FYI: My OS is Ubuntu 8.04 64 byte

          Thanks,
          NS

          Comment

          • nastweb
            Junior Member
            • Oct 2008
            • 9

            #6
            The problem above alrady solved by installing libiksemel-dev.
            But I got new problem

            configure: error: Not found curl Library".

            need your help.

            Thanks,
            NS

            Comment

            • Tenzer
              Senior Member
              • Nov 2007
              • 316

              #7
              Try out the "libcurl4-openssl-dev" package.

              Btw, can you see a pattern in the packages you are installing?

              Comment

              • nastweb
                Junior Member
                • Oct 2008
                • 9

                #8
                OK, Thanks.

                Problem solved.

                NS

                Comment

                Working...