Raspberry PI needs the GLIBC_2.29 ?
Posted: Fri Dec 03, 2021 1:18 pm
Hi,
(I put my question here as I find more RPI topics here and ... (I don't understand that C- backend word/terminlogy)
My PureBasic-Raspberry PI installation job untill now.
How to run the PB-examples on the Raspberry PI ?
I extracted this download PureBasic 6.00 Beta 1 for Raspberry (Raspberry OS - arm32)on my Raspberry PI. In a new folder called : PureBasic
I ran these in the terminal :
sudo apt-get install build-essential gcc g++
sudo apt-get install libxxf86vm-dev libxine2-dev unixodbc-dev libsdl1.2-dev libsdl2-dev
sudo apt-get install libgtk2.0-dev libgtk-3-dev
And later on also, this one in the terminal :
sudo apt-get install gcc g++ libc6-dev libsdl1.2-dev libgtk-3-dev unixodbc-dev libxine2-dev libxxf86vm-dev libwebkit2gtk-4.0-dev libssl-dev libqt5webkit5-dev qtmultimedia5-dev libqt5svg5-dev
I ran also these :
checkinstall.sh
launch.sh
register.sh
Tried to run the canvas exmaple by clicking on it. Nothing happens.
Trying this to get purebasic started :
Type "./purebasic" from inside the "compilers" folder, or doubleclick *Doesn't do anything
on the "purebasic" executable file in your file manager. *Doesn't do anything
Trying this to get it started :
pi@raspberrypi:~ $ export PUREBASIC_HOME=~/pi/purebasic
pi@raspberrypi:~ $ export PATH=$PUREBASIC_HOME/compilers:/home/pi/purebasic/compilers
And thereafter :
pi@raspberrypi:~ $ purebasic
the same message in the terminal :
purebasic: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by purebasic)
How can I fix this (quit a beginner) ?
Thanks
(I put my question here as I find more RPI topics here and ... (I don't understand that C- backend word/terminlogy)
My PureBasic-Raspberry PI installation job untill now.
How to run the PB-examples on the Raspberry PI ?
I extracted this download PureBasic 6.00 Beta 1 for Raspberry (Raspberry OS - arm32)on my Raspberry PI. In a new folder called : PureBasic
I ran these in the terminal :
sudo apt-get install build-essential gcc g++
sudo apt-get install libxxf86vm-dev libxine2-dev unixodbc-dev libsdl1.2-dev libsdl2-dev
sudo apt-get install libgtk2.0-dev libgtk-3-dev
And later on also, this one in the terminal :
sudo apt-get install gcc g++ libc6-dev libsdl1.2-dev libgtk-3-dev unixodbc-dev libxine2-dev libxxf86vm-dev libwebkit2gtk-4.0-dev libssl-dev libqt5webkit5-dev qtmultimedia5-dev libqt5svg5-dev
I ran also these :
checkinstall.sh
launch.sh
register.sh
Tried to run the canvas exmaple by clicking on it. Nothing happens.
Trying this to get purebasic started :
Type "./purebasic" from inside the "compilers" folder, or doubleclick *Doesn't do anything
on the "purebasic" executable file in your file manager. *Doesn't do anything
Trying this to get it started :
pi@raspberrypi:~ $ export PUREBASIC_HOME=~/pi/purebasic
pi@raspberrypi:~ $ export PATH=$PUREBASIC_HOME/compilers:/home/pi/purebasic/compilers
And thereafter :
pi@raspberrypi:~ $ purebasic
the same message in the terminal :
purebasic: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by purebasic)
How can I fix this (quit a beginner) ?
Thanks