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

Error while installing voicecommand. #113

Open
Aht-e-sham opened this issue Jan 7, 2022 · 2 comments
Open

Error while installing voicecommand. #113

Aht-e-sham opened this issue Jan 7, 2022 · 2 comments

Comments

@Aht-e-sham
Copy link

I can't install voicecommand.
voicecommand: error while loading shared libraries: libboost_regex.so.1.49.0: cannot open shared object file: No such file or director
voicecommand error
y

@jamiebrowncow
Copy link

This can be resolved with a symlink to the newer library..
sudo ln -s /usr/lib/arm-linux-gnueabihf/libboost_regex.so.1.74.0 /usr/lib/arm-linux-gnueabihf/libboost_regex.so.1.49.0

However, then you will hit another issue..
voicecommand: /lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by voicecommand)

@nexuspcs
Copy link

nexuspcs commented Jul 9, 2022

This can be resolved with a symlink to the newer library.. sudo ln -s /usr/lib/arm-linux-gnueabihf/libboost_regex.so.1.74.0 /usr/lib/arm-linux-gnueabihf/libboost_regex.so.1.49.0

However, then you will hit another issue.. voicecommand: /lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by voicecommand)

any fix for the voicecommand Curl issue?

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

3 participants