
Please replace them according to your system’s configuration.

Here, user and 192.168.10.222 is the username and IP address of the Ubuntu 18.04 server respectively that we’re trying to access. In a Linux or Unix machine, we’ll open a terminal and then run the following command to SSH into the Ubuntu server. As we’re going to install XAMPP stack in an Ubuntu 18.04 server, we’ll need to log in through SSH which can be done using a terminal or putty if we’re using Windows as client operating system. How to Install XAMPP Stack on Ubuntu 18.04 LTSįirst of all, we’ll need to login to our Ubuntu 18.04 LTS Bionic Beaver.

Here are the minimum system requirements to install and run XAMPP stack in Ubuntu 18.04 LTS server. Now, I will show you on How to install xampp stack on Ubuntu. This setup enables us to run large numbers of web-based applications and websites as we can find large numbers of PHP based web applications on the internet. XAMPP stack is used together in a group in order to host dynamic PHP based websites and web applications. So, as we are installing XAMP stack in our Ubuntu 18.04 LTS Linux machine, we can call is LAMPP stack where L stands for Linux. The “XAMPP” stack is an acronym where X stands for an operating system, A stands for Apache web server, M stands for MySQL or MariaDB database server and PP stands for PHP and Perl.

In this post, we will be discussing on How to install xampp stack on ubuntu 18.04 LTS. opt/lampp/bin/httpd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.Home » How To » How to Install XAMPP Stack on Ubuntu 18.04 LTS Ldconfig: Can't stat /usr/libx32: No such file or directoryĬammand outout file /opt/lampp/bin/httpd ~]$ file /opt/lampp/bin/httpd Ldconfig: Path `/usr/lib64' given more than once Output command sudo ldconfig -v | grep libcrypt ~]$ sudo ldconfig -v | grep libcrypt The version of the files is as follows: lib]# file libcrypto.so.1* Output the command locate libcrypt.so.1 ~]$ locate libcrypt.so.1 opt/lampp/sbin/proftpd: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directoryĪfter a bit of checking I found that the libcrypt.so.1 file exists

opt/lampp/bin/httpd: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory I updated my repositories today with the following command Sudo Packman -Syuīut the xampp program no longer runs Stopping all servers.
