jgrafton / freebsd-obsidian

Attempt at running Obsidian on FreeBSD
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

libtinfo.6 error #1

Closed k5kgt closed 1 year ago

k5kgt commented 1 year ago

I already had ubuntu jammy installed. I had to find/install linux_libbsd manually but that went well. Trying to start Obsidiam with /usr/local/bin/linux-obsidian gives this error:

/compat/ubuntu/bin/bash: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory

I've chrooted into ubuntu and reinstalled libinfo thinking that would fix the issue but it has not.

I'm guessing the original linux-libbsd problem was because of jammy instead of focal as the script may have expected.

k5kgt commented 1 year ago

looking around it does appear to be a jammy issue. Now to figure out how to change jammy back to focal. Already accidentally nuked my /home/user several weeks ago as it was accidentally mounted when I deleted a /compat/ubuntu (OOPS - not many tears lost as it's a play laptop without much truly irreplaceable items in my /home ).

k5kgt commented 1 year ago

Script worked very well on FreeBSD without a Jesse Ubuntu chroot installed already. This is a Jesse chroot problem above, not a script problem. Emphasis on this script only working with a previously installed Focal chroot, not a newer Jesse chroot. Thank you very much for the work adapting the original script! (can confirm, works very well alongside linux-chrome install)