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
Now, my situation: I have a rk322x which is pretty slow for everything on android but videos. So, I installed Ubuntu 20.04 on it (Armbian project). Kernel is 4.4, DE is Lubuntu. I have run on terminal, "sudo sh build.sh linux all"
First issue: the /3rdparty/install.sh looks for qt4 installation and attempts to download it if not found. However, qt4 is no longer available in apt install, so it will never be able to continue if it is not previously installed (which is actually not recommended).
First solution: I edit the said file and removed the qt4 mentions and managed to continue because it does look for qt5, which is available in apt install, and it continues the installation.
Second issue: deploying lib(s), line 247 of the original install.sh file. It starts to search and to copy a bunch of libs that are non-existent on my armhf system. They are not part of a particular package, at least not one I could find, so I cannot proceed. This is the error in the terminal, "DEPLOYING lib(s) cp: cannot stat '/lib/i386-linux-gnu/libz.so.1': No such file or directory"
A possible solution is to find these libs files on multiple packages for arm architecture and insert/use them as needed. Here is this part of the code and below is how my install(.txt, for uploading) looks like after removing the qt4 part:
Hi! First of all, thanks for the help so far!
Now, my situation: I have a rk322x which is pretty slow for everything on android but videos. So, I installed Ubuntu 20.04 on it (Armbian project). Kernel is 4.4, DE is Lubuntu. I have run on terminal, "sudo sh build.sh linux all"
First issue: the /3rdparty/install.sh looks for qt4 installation and attempts to download it if not found. However, qt4 is no longer available in apt install, so it will never be able to continue if it is not previously installed (which is actually not recommended).
First solution: I edit the said file and removed the qt4 mentions and managed to continue because it does look for qt5, which is available in apt install, and it continues the installation.
Second issue: deploying lib(s), line 247 of the original install.sh file. It starts to search and to copy a bunch of libs that are non-existent on my armhf system. They are not part of a particular package, at least not one I could find, so I cannot proceed. This is the error in the terminal, "DEPLOYING lib(s) cp: cannot stat '/lib/i386-linux-gnu/libz.so.1': No such file or directory"
A possible solution is to find these libs files on multiple packages for arm architecture and insert/use them as needed. Here is this part of the code and below is how my install(.txt, for uploading) looks like after removing the qt4 part:
install.txt
Thanks and best!
The text was updated successfully, but these errors were encountered: