rpi_nimbus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
rpi_nimbus [2019/06/23 15:07] – [Backup & archive veb resources] Júne Parkrpi_nimbus [2019/07/13 11:29] – [Known Problems] Júne Park
Line 545: Line 545:
 <code bash>  <code bash> 
 sudo systemctl disable hciuart sudo systemctl disable hciuart
 +</code>
 +
 +----
 +==== Solved Problems ==== 
 +
 +=== symbol lookup error === 
 +
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Error during ''sudo apt update''
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>
 +<code text> 
 +apt-get: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libapt-pkg.so.4.12: undefined symbol: 
 +</code>
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: reinstall package 
 +<code bash> 
 +# Download the current version of libapt-pkg4.12
 +wget http://mirrordirector.raspbian.org/raspbian/pool/main/a/apt/libapt-pkg4.12_0.9.7.9+rpi1+deb7u7_armhf.deb
 +
 +# Install it
 +sudo dpkg -i libapt-pkg4.12_0.9.7.9+rpi1+deb7u7_armhf.deb
 </code> </code>
  
  • rpi_nimbus
  • Last modified: 2024/05/11 15:37
  • by Júne Park