WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: localectl status error  (Read 3010 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
localectl status error
« on: August 01, 2018, 04:48:14 PM »
Hi
Code: [Select]
jls@pc1:~$ localectl status
localectl: error while loading shared libraries: libcryptsetup.so.4: cannot open shared object file: No such file or directory

but in bionbic there is libcryptsetup12
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: localectl status error
« Reply #1 on: August 01, 2018, 05:31:02 PM »
Code: [Select]
jason@box:~$ ldd /usr/bin/localectl | grep cryptsetup
        libcryptsetup.so.12 => /lib/x86_64-linux-gnu/libcryptsetup.so.12 (0x00007fc32e930000)
jason@box:~$

Here is my results of the library linking. 

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: localectl status error
« Reply #2 on: August 02, 2018, 01:57:00 AM »
Hi
sorry but I still had references to "artful" in debextra, same results as you now
dCore user