Page 1 of 1

Installing Xampp for linux on my RHEL 7

PostPosted: 30. January 2023 04:13
by whyermie
Hello apache support team,

I have concern installing the xampp for linux on my RHEL 7, because when I completely installed the apps and when I do the command 'sudo opt/lampp/lampp start'.
there's error popup on my terminal, please see the attach image.

https://drive.google.com/file/d/1B4cXumfOJtK4PBn2gIv2-vLDw-Jz1JsJ/view

My Virtual Machine does not connected to internet due to restrictions.
how do I solved this.

Re: Installing Xampp for linux on my RHEL 7

PostPosted: 30. January 2023 18:52
by Nobbie
whyermie wrote: I do the command 'sudo opt/lampp/lampp start'


No, you dont. Instead you are logged in as "root" and do the command "../../opt/lampp/lampp start". That is not the same.

First of all, really do "sudo /opt/lampp/lampp start" (by the way, youre command did miss the starting / from /opt/lampp/....) as standard user. If it works, its fine. If it does not work either, then RHEL7 does not support Xampp. In that case, you cannot use Xampp on RHEL7.

whyermie wrote:My Virtual Machine does not connected to internet due to restrictions.
how do I solved this.


There is no need to solve this, Xampp does not require internet connection.