• yottadb Installation Issue

    From Jens@21:1/5 to Jens on Mon Sep 28 05:41:49 2020
    Jens schrieb am Montag, 28. September 2020 um 14:36:25 UTC+2:
    I tried to install yottadb on a raspi4.

    # mkdir /tmp/tmp ; wget -P /tmp/tmp https://gitlab.com/YottaDB/DB/YDB/raw/master/sr_unix/ydbinstall.sh
    # cd /tmp/tmp ; chmod +x ydbinstall.sh
    # ./ydbinstall.sh --utf8 default

    I get tons of normal looking output and then:

    + [ -d /usr/local/lib/yottadb/r130/plugin ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt /usr/local/lib/yottadb/r130/plugin/o /usr/local/lib/yottadb/r130/plugin/r
    + [ -d /usr/local/lib/yottadb/r130/plugin/gtmcrypt ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt/source.tar
    + grep -c [1-9] /usr/local/lib/yottadb/r130/compstat
    + [ 0 != 2 ]
    + /bin/echo -e
    + /bin/echo -e YottaDB installation FAILED -- please review error messages
    + /bin/echo -e
    + chmod -R a-x /usr/local/lib/yottadb/r130
    + exit 1

    Does anyone know what's wrong?

    I've found like libncurses is required for Installation.

    #apt install libncurses5

    seems to fix it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jens@21:1/5 to All on Mon Sep 28 05:36:23 2020
    I tried to install yottadb on a raspi4.

    # mkdir /tmp/tmp ; wget -P /tmp/tmp https://gitlab.com/YottaDB/DB/YDB/raw/master/sr_unix/ydbinstall.sh
    # cd /tmp/tmp ; chmod +x ydbinstall.sh
    # ./ydbinstall.sh --utf8 default

    I get tons of normal looking output and then:

    + [ -d /usr/local/lib/yottadb/r130/plugin ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt /usr/local/lib/yottadb/r130/plugin/o /usr/local/lib/yottadb/r130/plugin/r
    + [ -d /usr/local/lib/yottadb/r130/plugin/gtmcrypt ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt/source.tar
    + grep -c [1-9] /usr/local/lib/yottadb/r130/compstat
    + [ 0 != 2 ]
    + /bin/echo -e
    + /bin/echo -e YottaDB installation FAILED -- please review error messages
    + /bin/echo -e
    + chmod -R a-x /usr/local/lib/yottadb/r130
    + exit 1

    Does anyone know what's wrong?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From K.S. Bhaskar@21:1/5 to Jens on Mon Sep 28 06:08:47 2020
    On Monday, September 28, 2020 at 8:41:50 AM UTC-4, Jens wrote:
    Jens schrieb am Montag, 28. September 2020 um 14:36:25 UTC+2:
    I tried to install yottadb on a raspi4.

    # mkdir /tmp/tmp ; wget -P /tmp/tmp https://gitlab.com/YottaDB/DB/YDB/raw/master/sr_unix/ydbinstall.sh
    # cd /tmp/tmp ; chmod +x ydbinstall.sh
    # ./ydbinstall.sh --utf8 default

    I get tons of normal looking output and then:

    + [ -d /usr/local/lib/yottadb/r130/plugin ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt /usr/local/lib/yottadb/r130/plugin/o /usr/local/lib/yottadb/r130/plugin/r
    + [ -d /usr/local/lib/yottadb/r130/plugin/gtmcrypt ]
    + chmod a-w /usr/local/lib/yottadb/r130/plugin/gtmcrypt/source.tar
    + grep -c [1-9] /usr/local/lib/yottadb/r130/compstat
    + [ 0 != 2 ]
    + /bin/echo -e
    + /bin/echo -e YottaDB installation FAILED -- please review error messages + /bin/echo -e
    + chmod -R a-x /usr/local/lib/yottadb/r130
    + exit 1

    Does anyone know what's wrong?

    I've found like libncurses is required for Installation.

    #apt install libncurses5

    seems to fix it.

    I'm glad you found the issue so quickly, Jens! I normally install using the --verbose option so that if anything goes wrong I see it.

    Regards
    – Bhaskar

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)