Ad Widget

Collapse

1.4.1 with Oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • felipebare
    Junior Member
    • Jun 2007
    • 12

    #1

    1.4.1 with Oracle

    Hi All,

    I'm trying to setup a Zabbix 1.4.1 installation using oracle-xe database, I did the insert of the necessary stuff in the database and now I'm getting problems when ./configuring.

    I have installed Sqlora8 and used the following to configure:
    ./configure --enable-server --with-oracle=/opt/libsqlora8-2.3.3 --with-net-snmp --with-libcurl

    Where /opt/libsqlora8-2.3.3 is the libsqlora source. I've tried to inform /usr/local/lib/libsqlora8 but I always get the same error:

    configure: error: Not found Sqlora8 library

    Thanks.
    Best regards.

    Felipe.
  • Coder
    Member
    • Mar 2007
    • 38

    #2
    Check LD_LIBRARY_PATH it must contain path to sqlora8

    for example
    LD_LIBRARY_PATH=/opt/oracle/oracle/product/10.2.0/db_1/lib:/home/zabbix/sqlora8/lib:/usr/lib:/usr/local/lib

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Actually it should compile fine without defined LD_LIBRARY_PATH. The --with-oracle should point to a directory where SQLORA lib is installed, for example, /usr/lib/sqlora8.
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      • abykoshy
        Junior Member
        • Sep 2007
        • 1

        #4
        Hi

        I have given LD_LIBRARY_PATH, tried specifying the lib in --with-oracle but still i get the same message

        checking for Oracle support... no
        configure: error: Not found Sqlora8 library

        Could you please tell how I can verify if libsqlora8 installation was successful or am I missing something else ?

        Thanks
        Aby

        Comment

        • hans
          Junior Member
          • Sep 2007
          • 4

          #5
          Did you install the libraries or just untared the package into that folder?

          Comment

          • cupnoodle
            Junior Member
            • Sep 2007
            • 3

            #6
            I got the same ERROR as I am trying to include LD_LIBRARY_PATH and still getting no sqlora8 error
            i am running RH EL3

            Comment

            • cupnoodle
              Junior Member
              • Sep 2007
              • 3

              #7
              just got that fixed
              --with-oracle=/usr/local

              Comment

              Working...