Download :
http://www.positiv-it.fr/QNAP/APP/x64libs_2.11.1_x86_64.qpkg.zip [only for Intel HAL FW ]
A propos :
ajoute les libraries 64bits manquante aux NAS Qnap, permettant l’exécution de programmes 64bit
add 64 bit missing libraries to Qnap system, allowing 64bit programme execution
Utilisation :
les devellopeur doivent en premier lieu faire un export de LD_LIBRARY_PATH, avant l'execution d'une application 64bits
developper should first export LD_LIBRARY_PATH as below, before executing x64 app
Code:
export LD_LIBRARY_PATH=/share/CACHEDEV1_DATA/.qpkg/x64libs:$LD_LIBRARY_PATH
:ugeek: