Mint 14: Can’t Start nxplayer

Forum / NoMachine for Linux / Mint 14: Can’t Start nxplayer

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2282
    tinker123
    Participant

    Hi,

    I just installed NoMachine 4 on my home computer, which is  running Mint Linux 14 Cinnamon, which I am told is based off of Ubuntu 12.10.

    I would like to use the nxplayer client to contact and see my computer at work which is running RHEL 5.1 and NoMachine server 3.

    When I run this command

    /usr/NX/bin/nxplayer

    I get this error message:

    /usr/NX/bin/nxplayer: line 32: /usr/NX/bin/nxplayer.bin: No such file or directory

    That file is there and the permissions are opened up wide.

    This is line 32:

    exec “$NX_SYSTEM/bin/nxplayer.bin” “$@”

    This is the nxplayer file:

     

    #!/bin/bash
    ######################################################################
    #                                                                    #
    #  Copyright (c) 2002, 2013 NoMachine, http://www.nomachine.com.     #
    #                                                                    #
    #  All rights reserved.                                              #
    #                                                                    #
    ######################################################################

    if test -z “$NX_SYSTEM”; then

    RUNDIR=”${0%nxplayer}”
    BINDIR=”$(cd “$RUNDIR” && pwd)”

    NX_SYSTEM=”${BINDIR%/bin}”
    export NX_SYSTEM

    fi

    if test -z “$LD_LIBRARY_PATH” || test “$LD_LIBRARY_PATH” = “:”; then

    LD_LIBRARY_PATH=”$NX_SYSTEM/lib”

    else

    LD_LIBRARY_PATH=”$NX_SYSTEM/lib:$LD_LIBRARY_PATH”

    fi

    export LD_LIBRARY_PATH

    exec “$NX_SYSTEM/bin/nxplayer.bin” “$@”

    Any ideas about what I need to do to get nxplayer running?

    #2321
    fra81
    Moderator

    Does the /usr/NX/bin/nxplayer.bin executable exist?

    Can you try these commands:

    # ls -la /usr/NX

    # ls -la /usr/NX/bin

    # ls -la /usr/NX/lib

    #2606
    tinker123
    Participant

    steve@Wisdom ~ $ ls -la /usr/NX
    total 32
    drwxr-xr-x 8 root root 4096 Mar 2 21:08 .
    drwxr-xr-x 11 root root 4096 Feb 4 20:24 ..
    drwxr-xr-x 3 root root 4096 Mar 2 21:08 bin
    drwxr-xr-x 3 nx root 4096 Mar 2 21:08 etc
    drwxr-xr-x 3 root root 4096 Feb 14 16:11 lib
    drwxr-xr-x 9 root root 4096 Feb 14 16:11 scripts
    drwxr-xr-x 17 root root 4096 Mar 2 21:08 share
    drwxr-xr-x 6 nx root 4096 Mar 2 21:08 var
    steve@Wisdom ~ $

    steve@Wisdom ~ $ ls -la /usr/NX/bin
    total 9380
    drwxr-xr-x 3 root root 4096 Mar 2 21:08 .
    drwxr-xr-x 8 root root 4096 Mar 2 21:08 ..
    drwxr-xr-x 2 root root 4096 Mar 2 21:08 drivers
    -rwxr-xr-x 1 root root 4924 Feb 14 16:10 nxagent
    -rwxr-xr-x 1 root root 35776 Feb 14 16:09 nxauth
    -rwxr-xr-x 1 root root 732 Feb 14 16:09 nxclient
    -rwxr-xr-x 1 root root 2627948 Feb 14 16:09 nxclient.bin
    -rwxr-xr-x 1 root root 125612 Feb 14 16:10 nxcodec.bin
    -rwxr-xr-x 1 root root 5312 Feb 14 16:10 nxd
    -rwxr-xr-x 1 root root 61188 Feb 14 16:09 nxesd
    -r-sr-xr-x 1 root root 40568 Feb 14 16:09 nxexec
    -rwxr-xr-x 1 root root 81564 Feb 14 16:09 nxfs
    -r-sr-xr-x 1 root root 25240 Feb 14 16:09 nxfsm
    -rwxr-xr-x 1 root root 59968 Feb 14 16:09 nxfsserver
    -rwxr-xr-x 1 root root 215868 Feb 14 16:09 nxkb
    -rwxr-xr-x 1 root root 8224 Feb 14 16:11 nxkeygen
    -rwxr-xr-x 1 root root 5600 Feb 14 16:10 nxlocate
    -rwxr-xr-x 1 root root 28932 Feb 14 16:09 nxlpd
    -rwxr-xr-x 1 root root 1092 Feb 14 16:10 nxnode
    -rwxr-xr-x 1 root root 109512 Feb 14 16:10 nxnode.bin
    -rwxr-xr-x 1 root root 888 Feb 14 16:09 nxplayer
    -rwxr-xr-x 1 root root 3111432 Feb 14 16:09 nxplayer.bin
    -rwxr-xr-x 1 root root 120004 Feb 14 16:09 nxpost
    -rwxr-xr-x 1 root root 7736 Mar 2 21:08 nxprint
    -rwxr-xr-x 1 root root 1101 Feb 14 16:11 nxserver
    -rwxr-xr-x 1 root root 109512 Feb 14 16:11 nxserver.bin
    -rwxr-xr-x 1 root root 4792 Feb 14 16:09 nxsh
    -rwxr-xr-x 1 root root 815816 Feb 14 16:10 nxspool
    -rwxr-xr-x 1 root root 399436 Feb 14 16:09 nxssh
    -rwxr-xr-x 1 root root 139280 Feb 14 16:09 nxssh-add
    -rwxr-xr-x 1 root root 122160 Feb 14 16:09 nxssh-agent
    -rwxr-xr-x 1 root root 6664 Feb 14 16:09 nxtunctl
    -rwxr-xr-x 1 root root 1251112 Feb 14 16:09 nxusbd
    steve@Wisdom ~ $

    steve@Wisdom ~ $ ls -la /usr/NX/lib
    total 34976
    drwxr-xr-x 3 root root 4096 Feb 14 16:11 .
    drwxr-xr-x 8 root root 4096 Mar 2 21:08 ..
    -rwxr-xr-x 1 root root 993584 Feb 14 16:09 libasound.so
    -rwxr-xr-x 1 root root 1893072 Feb 14 16:09 libcrypto.so
    -rwxr-xr-x 1 root root 167324 Feb 14 16:09 libexpat.so
    -rwxr-xr-x 1 root root 246896 Feb 14 16:09 libfontconfig.so
    -rwxr-xr-x 1 root root 24420 Feb 14 16:09 libfontenc.so
    -rwxr-xr-x 1 root root 561736 Feb 14 16:09 libfreetype.so
    -rwxr-xr-x 1 root root 335900 Feb 14 16:09 libjpeg.so
    -rwxr-xr-x 1 root root 34896 Feb 14 16:09 libmdnsd.so
    -rwxr-xr-x 1 root root 32360 Feb 14 16:10 libnxau.so
    -rwxr-xr-x 1 root root 339648 Feb 14 16:09 libnxcau.so
    -rwxr-xr-x 1 root root 379176 Feb 14 16:09 libnxcde.so
    -rwxr-xr-x 1 root root 128372 Feb 14 16:10 libnxcex.so
    -rwxr-xr-x 1 root root 417024 Feb 14 16:09 libnxcim.so
    -rwxr-xr-x 1 root root 95236 Feb 14 16:09 libnxcl.so
    -rwxr-xr-x 1 root root 271904 Feb 14 16:09 libnxcsl.so
    -rwxr-xr-x 1 root root 1284624 Feb 14 16:09 libnxc.so
    -rwxr-xr-x 1 root root 845432 Feb 14 16:10 libnxdiag.so
    -rwxr-xr-x 1 root root 429376 Feb 14 16:09 libnxdiex.so
    -rwxr-xr-x 1 root root 1846412 Feb 14 16:09 libnxdifb.so
    -rwxr-xr-x 1 root root 524452 Feb 14 16:09 libnxdift.so
    -rwxr-xr-x 1 root root 2896256 Feb 14 16:10 libnxdigl.so
    -rwxr-xr-x 1 root root 102068 Feb 14 16:10 libnxdimi.so
    -rwxr-xr-x 1 root root 70820 Feb 14 16:10 libnxdi.so
    -rwxr-xr-x 1 root root 539152 Feb 14 16:09 libnxdixl.so
    -rwxr-xr-x 1 root root 242808 Feb 14 16:09 libnxd.so
    -rwxr-xr-x 1 root root 39188 Feb 14 16:09 libnxesc.so
    -rwxr-xr-x 1 root root 226680 Feb 14 16:09 libnxfs.so
    -rwxr-xr-x 1 root root 32736 Feb 14 16:09 libnxlo.so
    -rwxr-xr-x 1 root root 91536 Feb 14 16:10 libnxm.so
    -rwxr-xr-x 1 root root 325472 Feb 14 16:09 libnxne.so
    -rwxr-xr-x 1 root root 191580 Feb 14 16:09 libnxn.so
    -rwxr-xr-x 1 root root 1272260 Feb 14 16:09 libnx.so
    -rwxr-xr-x 1 root root 177016 Feb 14 16:09 libnxs.so
    -rwxr-xr-x 1 root root 168192 Feb 14 16:09 libnxup.so
    -rwxr-xr-x 1 root root 248560 Feb 14 16:09 libnxusb.so
    -rwxr-xr-x 1 root root 22460 Feb 14 16:09 libogg.so
    -rwxr-xr-x 1 root root 681068 Feb 14 16:09 libpixman.so
    -rwxr-xr-x 1 root root 3062108 Feb 14 16:09 libpkcs11.so
    -rwxr-xr-x 1 root root 168680 Feb 14 16:09 libpng.so
    -rwxr-xr-x 1 root root 9673380 Feb 14 16:09 libqt.so
    -rwxr-xr-x 1 root root 66328 Feb 14 16:09 libspeexdsp.so
    -rwxr-xr-x 1 root root 94188 Feb 14 16:09 libspeex.so
    -rwxr-xr-x 1 root root 185796 Feb 14 16:09 libssh.so
    -rwxr-xr-x 1 root root 404080 Feb 14 16:09 libssl.so
    lrwxrwxrwx 1 root root 19 Feb 14 16:10 libstdc++.so.6 -> libstdc++.so.6.0.17
    -rwxrwxr-x 1 root root 949120 Feb 14 16:09 libstdc++.so.6.0.17
    -rwxr-xr-x 1 root root 1540396 Feb 14 16:09 libvorbisenc.so
    -rwxr-xr-x 1 root root 36720 Feb 14 16:09 libvorbisfile.so
    -rwxr-xr-x 1 root root 172208 Feb 14 16:09 libvorbis.so
    -rwxr-xr-x 1 root root 657920 Feb 14 16:09 libvp8.so
    -rwxr-xr-x 1 root root 179428 Feb 14 16:09 libwebm.so
    -rwxr-xr-x 1 root root 234376 Feb 14 16:09 libyuv.so
    -rwxr-xr-x 1 root root 92788 Feb 14 16:09 libz.so
    drwxr-xr-x 6 root root 4096 Feb 14 16:11 perl
    steve@Wisdom ~ $

    #2622
    reza
    Participant

    Can be that you installed the 32 bit package on a 64 bit Linux?

    If yes, please use the NoMachine 64 bit package or add support for 32bit to your Linux installation:

    $ sudo dpkg –add-architecture i386

    $ sudo apt-get update

    $ sudo apt-get upgrade

    $ sudo apt-get install ia32-libs

Viewing 4 posts - 1 through 4 (of 4 total)

Closed because the user did not provide further feedback. Please notify us if you confirm that it is resolved or open a new topic if you have the same problem.