Top "Ubuntu-16.04" questions

Ubuntu 16.

WARNING: Module mcrypt ini file doesn't exist under /etc/php/7.2/mods-available

I've been trying to install phpmyadmin in Ubuntu 16.04.3 LTS having a lamp installed, php 7.2, mysql Ver 15.1 Distrib 10.2.12-MariaDB, for debian-linux-gnu (…

php mysql server ubuntu-16.04 lamp
How to properly configure xstartup file for TightVNC with Ubuntu VPS GNOME environment

I'd like to access my Ubuntu 16.10 VPS (Contabo) with using a GNOME environment with VNC, however I am still facing …

x11 ubuntu-16.04 gnome xlib vnc-server
gdb error not in executable format: File format not recognized

I am trying to debug a simple "hello world" C++ program on Ubuntu 16.04 but gdb is not able to recognize …

c++ gdb ubuntu-16.04
Why 'apt-get install openssl' did not install last version of OpenSSL?

When I use 'apt-get install openssl', my Ubuntu 16.04 install OpenSSL 1.0.2g version. I expect to install 1.1.0 versions. Why is not …

openssl ubuntu-16.04
Version `GLIBCXX_3.4.22' not found

I have built a C++ app on a VM Ubuntu 16.04 on which I have installed g++ compiler 6.2.0 in order to …

c++ ubuntu-16.04 libstdc++
Android studio build error with error log of "process unexpectedly exit" in ubuntu

I have installed android studio in ubuntu and whenever i try to create a new project the build is failing …

android android-studio build ubuntu-16.04 build-error
Selenium gives "unknown error: cannot find Chrome binary" when running chrome driver on Ubuntu

I am trying to run selenium [java] tests using chrome driver on Latest ubuntu.[16.04] I am getting the following error/…

selenium selenium-chromedriver ubuntu-16.04
Can't install StarUML in Ubuntu 16.04

I’m using ubuntu 16.04 - 64 bit. I tried to install Start UML with .deb file and got this message from …

dpkg staruml ubuntu-16.04
Xdebug for Php 5.6 on Ubuntu 16.04

Is There is a way to install Xdebug for Php5 on Ubuntu 16.04? I've tried to install it the same way …

php xdebug ubuntu-16.04
Pyodbc: Login Timeout Error

I am trying to connect to MS SQL Server using pyodbc from a remote machine running Ubuntu 16.04. import pyodbc conn = …

sql-server python-3.x ubuntu-16.04 pyodbc