dnschneid / crouton

Chromium OS Universal Chroot Environment
https://goo.gl/fd3zc?si=1
BSD 3-Clause "New" or "Revised" License
8.57k stars 1.24k forks source link

Crouton not running #4808

Closed Icyfiremario closed 1 year ago

Icyfiremario commented 2 years ago
Please paste the output of the following command here: 
Downloading latest crouton installer...
curl: error while loading shared libraries: /usr/local/lib64/libunistring.so.2: cannot open shared object file: No such file or directory
Failed to download crouton installer.
Check your internet connection or proxy settings (-P) and try again.

Chromebook model: BLOOGLET C2B-A4I-B2K-T4R-V2I-A3F

Please describe your issue:

every time I run crouton with or without flags or as root I get the error above

If known, describe the steps to reproduce the issue:

run crouton

dnschneid commented 2 years ago

It looks like you have something else installed in ChromeOS...maybe crew or something?

Icyfiremario commented 2 years ago

I have crew installed if that is causing problems should I uninstall it?

dnschneid commented 2 years ago

Ideally it wouldn't cause problems, but it seems to be installing either an incomplete curl or some dependencies thereof that are taking precedence over ChromeOS's builtin ones.

It seems like Chromebrew is in active development, so you should file a bug there.

Icyfiremario commented 2 years ago

Ideally it wouldn't cause problems, but it seems to be installing either an incomplete curl or some dependencies thereof that are taking precedence over ChromeOS's builtin ones.

It seems like Chromebrew is in active development, so you should file a bug there.

gotcha, I think I tried to install curl through crew because I didn't know if it came installed with ChromeOS and it set it to manually installed so maybe it has something to do with that

dnschneid commented 2 years ago

That would definitely do it probably

Icyfiremario commented 2 years ago

That would definitely do it probably

gotcha I'll mess around with it see what works