External Email - Use Caution
Thank you for the fast response.
I had a typo in my original message. when I said 7.1.2, I really meant 7.2. I originally installed it using the freesurfer-linux-ubuntu18_amd64-7.2.0.tar.gz archive file. The issue with the binaries was with 7.2.0.
I uninstalled that version and I am trying to re-install it using the .deb file.
I am getting the following error message while trying to install freesurfer_7.2.0_amd64.deb as suggested:
$ sudo apt-get install ./freesurfer_7.2.0_amd64.debReading package lists... DoneBuilding dependency treeReading state information... DoneNote, selecting 'freesurfer' instead of './freesurfer_7.2.0_amd64.deb'Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:
The following packages have unmet dependencies:freesurfer : Depends: xorg-dev but it is not going to be installedE: Unable to correct problems, you have held broken packages.
any thoughts?
--Luis
From:
fsbuild <fsbuild@contbay.com>
Date: Tuesday, November 2, 2021 at 7:01 AM
To: "freesurfer@nmr.mgh.harvard.edu" <freesurfer@nmr.mgh.harvard.edu>
Cc: "Alvarado,Luis R" <luis.alvarado@louisville.edu>
Subject: Re: [Freesurfer] Problem with FS 7.1.2 binaries: libcrypt.so.1: version `XCRYPT_2.0' not found
|
You don't often get email from fsbuild@contbay.com. Learn why this is important |
CAUTION: This email originated from outside of our organization. Do not click links, open attachments, or respond unless you recognize the sender's email address and know the contents are safe.
Hello Luis,
This looks like an issue reported after people upgraded their Ubuntu systems causing the linker to find the wrong version of that library, e.g.,
As of the 7.2.0 release, there is a .deb installer package you can use if you have admin/root privileges. If there is an issue with the wrong version of libraries on your system, running the installer might update them.
$ sudo apt-get install ./freesurfer_7.2.0_amd64.deb
- which should give you /usr/local/freesurfer/7.2.0
You can always uninstall it.
- R.
On Nov 1, 2021, at 20:54, Alvarado,Luis R <luis.alvarado@louisville.edu> wrote:
/lib/x86_64-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found