sqlite

  • Creator
    Topic
  • #50371
    Tom Rioux
    Participant

      AIX 5.3.6

      Cloverleaf 5.6

      I’m attempting to build my first sqlite interface.  It is very simple and have followed some instructions on here as well as help from Healthvision support in getting sqlite on my server.  However, I wrote a script based on a template on here, and on my first command:

      sqlite DBCMD $dbName

      I get an error that says “out of memory”.  This is a new test box with way more than enough memory to run anything.   Am I missing something?

      Thanks…

      Tom Rioux

    Viewing 3 reply threads
    • Author
      Replies
      • #65796
        Charlie Bursell
        Participant

          Which version of sqlite?  Did you complile it yourself?

          Take a look at this, it may help

          http://www.sqlite.org/cvstrac/wiki?p=WhenToUseSqlite

        • #65797
          Tom Rioux
          Participant

            Charlie,

            I got this from Dean at support.  It is sqlite 3.6.0.   I was not aware that I needed to compile after I recieved this from support.  I will look at your link.

            Thanks….Tom

          • #65798
            Charlie Bursell
            Participant

              The one Dean gave you was one we complied.  For Unix if you download sqlite you must compile it.  The one you have was complied, I think, for AIX 5.2.  It may or may not work for 5.3.   I really don’t think that is your problem but is a consideration.

              FWIW, we are releasing sqlite as part of 5.7

            • #65799
              Tom Rioux
              Participant

                I ran the following command:

                pkg_mkIndex -verbose . *.so

                and still get the error.

                I have a call into Dean at support.  I guess I will wait until he returns my call.

                Thanks…Tom

            Viewing 3 reply threads
            • The forum ‘Cloverleaf’ is closed to new topics and replies.