Hello,
I'm trying to get chirp (ideally chirp_fuse or chirp + parrot) to work on our Ubuntu 22.04 servers, but so far no luck.
I cloned the cctools repository and got the 2.9 version of libfuse installed. When compiling cctools,
When configuring cctools, all seems to be good:
Optional external systems configured:
General libraries
curl no
ext2fs yes
fuse yes
openssl yes
openssl_static no
readline yes
Language support:
swig yes
perl no
python3 yes
External support configured for parrot:
cvmfs no
globus no
irods no
mysql no
xrootd no
and compilation goes apparently without issues, but when I try to run chirp_fuse, I get:
$ chirp_fuse
chirp_fuse: sorry, fuse support was not built in
If I try to run parrot_run, then the problem is as follows:
$ parrot_run bash
2024/10/21 17:03:24.89 parrot_run[464378] notice: parrot_run 8.0.0 DEVELOPMENT has not been tested on Linux 6.8.0-45-generic yet, this may not work
bash: error while loading shared libraries: libtinfo.so.6: cannot stat shared object: Error 20
Though is available at:
/usr/lib/x86_64-linux-gnu/libtinfo.so.6
Any hints/ideas what could be going on and how to move forward?
Cheers,