You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
y
The text was updated successfully, but these errors were encountered:
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)
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)
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
y
The text was updated successfully, but these errors were encountered: