Project

General

Profile

Bug #20619

Updated by Lucas Di Pentima 11 months ago

While working on an Ubuntu 20.04 node, I installed @arvados-client@ and cannot run it because of @libfuse@ not being installed: 

 <pre> 
 $ ldd `which arvados-client` 
         linux-vdso.so.1 (0x00007ffcc13b8000) 
         libfuse.so.2 => not found 
         libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f04633f7000) 
         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0463000000) 
         /lib64/ld-linux-x86-64.so.2 (0x00007f0463406000) 
 $ apt-cache depends arvados-client=2.6.2-1 
 arvados-client 
 </pre> 

 Make sure our CI package testing pipeline tries running @arvados-client -version@ correctly after install.

Back