bonjour,
j'aimerai installer la version demo de maxwell, mais au lancement j'ai l'erreur suivnate :
./mxst
./mxst: error while loading shared libraries: libnl_basic_x64.so: cannot open shared object file: No such file or directory
alors que le fichier est dans le mem dossier
j'ai pourtant aussi dé"claré le dossier du programme en varible d'environnemnt
export MAXWELL_ROOT="home/user/maxwell"
apres j'ai suivi une autre methode en l'installant sur /opt
Linux:
Installing tar.gz. Copy maxwell64-1.6.Linux64.tar.gz to /opt and uncompress and untar the package.
Type both gzip -d maxwell64-1.6.Linux64.tar.gz and tar xvf maxwell64-1.6.Linux64.tar
Create a user environment variable named MAXWELL_ROOT that points to the Maxwell
installation folder. Depending on your shell, the procedure may differ slightly. For example, in
Bash shell use:
export MAXWELL_ROOT="/opt/maxwell64"
export PATH="/opt/maxwell64/:$PATH"
si je fais echo $MAXWELL_ROOT j'ai ce resultat
echo $MAXWELL_ROOT
/opt/maxwell64-1.7
merci