Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13510

Error of execution "make dbschema" for NetBSD

    XMLWordPrintable

Details

    • Incident report
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 4.0.0alpha3
    • 4.0.0alpha5, 4.0 (plan)
    • Proxy (P), Server (S)
    • None
    • NetBSD 7.11 x64
    • Team C
    • Sprint 30
    • 0.25

    Description

      When we compile zabbix from svn on NetBSD, we get the error:

       make dbschema
      cd database/ibm_db2 &&  make  data.sql &&  make  schema.sql
      `data.sql' is up to date.
      ../../create/bin/gen_schema.pl ibm_db2 > schema.sql
      sh: ../../create/bin/gen_schema.pl: not found
      *** Error code 127
      
      Stop.
      make[1]: stopped in /home/mvekslers/workspace/trunk/database/ibm_db2
      *** Error code 1
      

      The problem connected with default path to 'perl'.
      Possible solution for all perl scripts is first string as:

      #!/usr/bin/env perl
      

      Attachments

        Issue Links

          Activity

            People

              MVekslers Michael Veksler
              MVekslers Michael Veksler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: