Page 1 of 1

Install Apache V7.4.3?

PostPosted: 08. March 2020 23:01
by LarryJoy
I have downloaded Apache V7.4.3 to my Downloads directory. Now how do I "install" it?

Re: Install Apache V7.4.3?

PostPosted: 09. March 2020 10:20
by Nobbie

Re: Install Apache V7.4.3?

PostPosted: 09. March 2020 12:09
by LarryJoy
Nobbie,
Yes, I have tried the "How do I install XAMPP?" instructions before. That doesn't work for me. For the 'chmod 755 xampp-linux-*-installer.run' command I get "chmod: cannot access 'xampp-linux-*-installer.run" : No such file or directory". Therefore, I cannot run the 2nd command line of 'sudo ./xampp-linux-*-installer.run'. What to do?
--Larry

Re: Install Apache V7.4.3?

PostPosted: 09. March 2020 14:15
by Altrea
Of cause it should not be "xampp-linux-*-installer.run". You need to use the true file name of the installer instead.

Re: Install Apache V7.4.3?

PostPosted: 09. March 2020 14:53
by Nobbie
Actually, the command "chmod 755 xampp-linux-*-installer.run" works well (due to the meta placeholder '*' ).

But OF COURSE you have to change directory to your Downloads folder (you said, you downloade the installer into your Downloads directory):

Code: Select all
cd ~/Downloads
chmod 755 xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run


Surely one can demand a little bit of thinking?

[Resolved] Install Apache V7.4.3?

PostPosted: 10. March 2020 22:25
by LarryJoy
All good now. Thank you.
--Larry