Arch saving issues

Hello all,
I am using the Linux Universal version without installation. I used to run it with ./mesa_platform command. Lately, i am getting the following message when trying to save a file:

Can’t save file “/home/forti/ProgramFiles/SALOME-9.9.0/Study1.hdf”.
Possible reasons:

  • permission denied;
  • unsufficient disk space;
  • application error.
    Try to use another file name.

In the terminal, i get the following message:
mv: /home/forti/ProgramFiles/SALOME-9.9.0/BINARIES-CO7/system_dep/libattr.so.1: version `ATTR_1.3’ not found (required by mv)

Hello,

same problem here. Seems Salome ships with an old version of this library.
As temporary fix you can link to the Arch version of the library:

cd <path_of_salome>/BINARIES-CO7/system_dep
mv libattr.so.1 libattr.so.1.bak
ln -s /usr/lib/libattr.so.1 ./

This worked for me (at least for SALOME-9.10.0).

Solved, thank you very much. (worked with 9.9.0 for me)