I am using Ubuntu 14.04 docker in Ubuntu 18.04. From inside Ubuntu 14.04 docker if I run "uname -r" command then it is showing same output, when I ran the same command in Ubuntu 18.04.
I want to use Ubuntu 14.04 to cross compile package for the target, but at the beginning of configuration, it is checking for confiuration and it is failing with the following error.
checking for the kernel version... unsupported (5.4.0-generic)
configure: error: Valgrind works on kernel 2.4, 2.6
Related
I am trying to compile and run a "Hello World" GtkD application on Linux. I followed this guide:
https://forum.gtkd.org/groups/GtkD/thread/1122/
Installed dmd compiler and gtkd3 with:
sudo snap install --classic dmd
sudo apt-get install libgtkd-3-dev
Compiled with:
rdmd -I/usr/include/d/gtkd-3/ -L-lgtkd-3 -L-ldl hello.d
I can compile (and link) successfully, however, when I run the application, I am getting a Segmentation fault error and no window shows.
I tried both on Ubuntu Mate 22.04 and on Linux Fossa Dog (based on Ubuntu 20.04).
What am I doing wrong?
I deployed my Qt Gui application with CQtDeployer on Ubuntu 18.04.
But, I can't run it on Ubuntu 16.04 / Ubuntu 14.04.
It has an error on version.
How can I fix it?
Just build and deploy your application on ubuntu 14.04
Your distribution not run because you build and deploy application on OS that has new version of (libc/libz) library.
So, If you want to create distribution that will be works correctly on all versions of your OS then you need to build and deploy application must early OS version.
Example
Application that was built on ubuntu 16.04 will be works great on ubuntu 18.04 , 20.04 and may be 22.04
But not 14.04 because minimum required libc level is some as on ubuntu 16.04.
How to get cqdeployer on ubuntu 14.04
Install from snap store:
sudo snap install cqtdeployer
sudo snap connect cqtdeployer:process-control
sudo snap connect cqtdeployer:removable-media
sudo snap connect cqtdeployer:system-backup
And NOTE
The ubuntu 14.04 too old. So i recommend to drop support of ubuntu 14.04.
User Ubuntu 16.04 as main build machine.
I'm getting the following error while installing Openstack on Ubuntu 16.04.7. Can someone please help.openstack-error
You are installing a version of OpenStack that is no longer supported on Ubuntu 16.04. You either need to upgrade to 20.04 or 18.04.
An alternative would be to try to install an older version of OpenStack that supports Ubuntu 16.04 by changing the branch you use for Devstack.
git checkout stable/rocky
I am using command in my code to compile my server.
sudo setcap 'cap_net_bind_service=+ep' ./server
previously I was getting no error while I was using ubuntu 12.04 LTS but now while using ubuntu 14.04 LTS I get " Error on binding: Permission denied"
Can anyone guide me what do do in such case
I want to install poski at linux(both centos 5.3 and ubuntu 11.10). I do the command below:
../poski-v1.0.0/INSTALL.sh --with-oski=yes --prefix=/usr/local/poski
The error is below, the same for centos and ubuntu.
../../poski-v1.0.0/include/poski/poski_commontype.h:4: fatal error: oski/oski.h: No such file or directory