Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Symbol not found" #29

Open
kvlq opened this issue Feb 20, 2024 · 1 comment
Open

"Symbol not found" #29

kvlq opened this issue Feb 20, 2024 · 1 comment

Comments

@kvlq
Copy link

kvlq commented Feb 20, 2024

Nu reusesc nicicum sa o instalez.
MBP M1 Pro cu Sonoma 14.4

curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37404]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37404 abort bash "/tmp/rpm-install.sh" ➜ ~ curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37544]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37544 abort bash "/tmp/rpm-install.sh"

@SaltwaterC
Copy link
Owner

Bună. Încearcă cu:

/bin/bash "/tmp/rpm-install.sh"

Asta o să folosească bash care vine cu macOS în loc de instalarea din Homebrew care returnează eroarea respectivă.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants