StevenHickson / PiAUISuite

Raspberry PI AUI Suite
Other
695 stars 210 forks source link

Error while installing voicecommand. #113

Open Aht-e-sham opened 2 years ago

Aht-e-sham commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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?