Open scharlton2 opened 1 year ago
Double-clicking on the bin/mvmf6 file yields:
$ file $(which mvmf6) /home/charlton/.local/bin/mvmf6: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71091a90f225c1c069b3fd6a936ec7b301e651db, for GNU/Linux 3.2.0, not stripped
$ file $(which mvmf6)
$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview /home/charlton/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b844b2a20d07dffa776c8f572fa823924e196369, not stripped
$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview
$ file $(which mvmf6) /usr/bin/gedit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e5c515893d1e8fea8d50218bf7ce0bb3f20ca144, for GNU/Linux 3.2.0, stripped
This doesn't happen on ubuntu-22.04.01-desktop-amd64
does occur on ubuntu-20.04.05-desktop-amd64 and ubuntu-21.04-desktop-amd64
Double-clicking on the bin/mvmf6 file yields:
$ file $(which mvmf6)
/home/charlton/.local/bin/mvmf6: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71091a90f225c1c069b3fd6a936ec7b301e651db, for GNU/Linux 3.2.0, not stripped$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview
/home/charlton/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b844b2a20d07dffa776c8f572fa823924e196369, not stripped$ file $(which mvmf6)
/usr/bin/gedit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e5c515893d1e8fea8d50218bf7ce0bb3f20ca144, for GNU/Linux 3.2.0, stripped