Ad Widget

Collapse

Solaris 10 sparc compile errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • untergeek
    Senior Member
    Zabbix Certified Specialist
    • Jun 2009
    • 512

    #16
    It's in the Zabbix Manual on page 63:

    ZABBIX frontend is ready! Default user name is ‘Admin’, password 'zabbix'.

    Comment

    • untergeek
      Senior Member
      Zabbix Certified Specialist
      • Jun 2009
      • 512

      #17
      DOH!

      Beat by a matter of seconds.

      Comment

      • estrawser
        Junior Member
        • Dec 2009
        • 9

        #18
        Thanks, guys. This forum is a tremendous help. I've also been testing some other stuff, and not every app has an active support forum. Hell, not every app even has an inactive support forum.

        I've got it running, now, and I'll spend a few days clicking around and trying to find out how it works and what it does. So far, it's nice and fast compared to some of the other apps out there, and it appears to be feature rich, and you can actually get help for it (even if you're a Solaris user, instead of a Linux user).

        Thanks again for all the help. I'd have been slugging away for God only knows how long without the forum.

        Comment

        • untergeek
          Senior Member
          Zabbix Certified Specialist
          • Jun 2009
          • 512

          #19
          You're welcome, and good luck!

          Comment

          • sunadmn
            Member
            Zabbix Certified Specialist
            • Aug 2006
            • 38

            #20
            Has anyone been able to overcome this issue with libcurl on Solaris 10? I have tried almost everything I can think of here. Below is how I am trying to compile Zabbix:

            env CC=/usr/local/bin/gcc CPPFLAGS='-I/opt/mysql-5.1.44/include/ -I/opt/mysql-5.1.44/mysql-test/include -I/opt/mysql-5.1.44/mysql-test/suite/funcs_1/include -I/opt/mysql-5.1.44/mysql-test/suite/funcs_2/include -I/opt/mysql-5.1.44/mysql-test/suite/jp/include -I/opt/mysql-5.1.44/mysql-test/suite/rpl/include -I/opt/mysql-5.1.44/mysql-test/suite/stress/include -I/opt/mysql-5.1.44/mysql-test/suite/innodb/include -I/usr/xpg4/include -I/usr/sfw/include -I/usr/sfw/mysql/mysql-test/include -I/usr/include -I/usr/X11/include -I/usr/dt/share/include -I/usr/local/include -I/usr/local/include/curl' LDFLAGS='-L/lib -L/etc/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/dt/lib -L/usr/sfw/lib -L/usr/xpg4/lib -L/usr/openwin/lib -L/usr/openwin/sfw/lib -L/usr/lib -L/usr/ccs/lib -L/usr/share/lib -L/opt/mysql-5.1.44/mysql-test/suite/funcs_2/lib -L/opt/mysql-5.1.44/mysql-test/suite/funcs_1/lib -L/opt/mysql-5.1.44/mysql-test/lib -L/opt/mysql-5.1.44/lib -L/var/lib' ./configure --enable-server --with-mysql=/opt/mysql-5.1.44/lib/libmysqlclient.so --with-net-snmp --with-libcurl

            And no matter what I get this error:

            checking for Zabbix server database selection... ok
            checking for pkg-config... /usr/bin/pkg-config
            checking pkg-config is at least version 0.9.0... yes
            checking for gawk... (cached) nawk
            checking for curl-config... /usr/local/bin/curl-config
            checking for the version of libcurl... 7.20.0
            checking for libcurl >= version 7.13.1... yes
            checking for main in -lcurl... no
            configure: error: Not found libcurl library

            Does anyone have any ideas on this one? I really need to get this up and running to do a demo today if possible.

            Comment

            • untergeek
              Senior Member
              Zabbix Certified Specialist
              • Jun 2009
              • 512

              #21
              My Solaris 10 string looks like this:

              CC=/usr/bin/cc CFLAGS="-I/opt/sfw/include -I/opt/mysql/mysql32/include" LDFLAGS="-L/opt/sfw/lib -L/opt/mysql/mysql32/lib -R/opt/sfw/lib -R/opt/mysql/mysql32/lib" ./configure --with-net-snmp=/usr/local/bin/net-snmp-config --with-libcurl=/opt/sfw/bin/curl-config --with-mysql=/opt/mysql/mysql32/bin/mysql_config --without-jabber --enable-server

              That --without-jabber actually may help, strangely enough...

              Comment

              Working...