bonjour,

voila j'ai essayé d'installer freenx sous freebsd mais un problème s'impose

toute l'installation se passe super bien sauf deux éléments

  1. Code X : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    cd /usr/ports/net/freenx
            make all install clean && rehash
    ===>  Installing for freenx-0.4.4_2
    ===>   freenx-0.4.4_2 depends on file: /usr/X11R6/NX/bin/nxagent - found
    ===>   freenx-0.4.4_2 depends on executable in : bash - found
    ===>   freenx-0.4.4_2 depends on executable in : expect - found
    ===>   freenx-0.4.4_2 depends on executable in : xauth - found
    ===>   freenx-0.4.4_2 depends on shared library: X11.6 - found
    ===>   Generating temporary packing list
    ===>  Checking if net/freenx already installed
    ===>   freenx-0.4.4_2 is already installed
          You may wish to ``make deinstall'' and install this port again
          by ``make reinstall'' to upgrade it properly.
          If you really wish to overwrite the old port of net/freenx
          without deleting it first, set the variable "FORCE_PKG_REGISTER"
          in your environment or the "make install" command line.
    *** Error code 1
  2. mon client (qui est sous windows) télécharge la session et puis me dit le code d'erreur suivant
    NX> 704 Session cache: unix-kde
    NX> 707 SSL tunneling: 1
    NX> 105 /usr/X11R6/NX/bin/nxserver: line 880: 11690 Terminated: 15 ( sleep $AGENT_STARTUP_TIMEOUT; exit 1 )
    NX> 504 Session startup failed.
    NX> 1004 Error: nxagent failed to start with: Unrecognized option: 1
    NX> 1001 Bye.
    NX> 280 Exiting on signal: 15


donc là ce que j'ai fait je suis retourné sous putty et j'ai été dans le répertoire :
cd /usr/X11R6/NX/bin
./nxagent
et là il m'indiquait qu'il manquait une librairie et pourtant la librairie se trouvait bien dans cd /usr/X11R6/NX/lib

donc j'ai fait :

/usr/X11R6/NX/:ldconfig -R /usr/X11R6/NX/lib/
/usr/X11R6/NX/:ldconfig -r | grep libXcompext
qui m'a donné : 769:-lXcompext.1 => /usr/X11R6/NX/lib//libXcompext.so.1

ensuite je suis retourné sur mon nxagent ( /usr/X11R6/NX/bin/nxagent )

et là il me donne : # ./nxagent
/libexec/ld-elf.so.1: /usr/X11R6/NX/lib//libXcompext.so.1: Undefined symbol "_NXEnableCleanGet"

voila si quelqu'un pouvait me donner un petit conseil je suis preneur merci !!