Package Details: xampp 8.2.12-1

Git Clone URL: https://aur.archlinux.org/xampp.git (read-only, click to copy)
Package Base: xampp
Description: A stand-alone LAMPP distribution
Upstream URL: https://www.apachefriends.org
Keywords: FTP HTML HTTP internet LAMPP MySQL PHP server web webserver
Licenses: GPL
Submitter: grufo
Maintainer: grufo
Last Packager: grufo
Votes: 33
Popularity: 0.49
First Submitted: 2017-03-26 15:47 (UTC)
Last Updated: 2024-03-08 17:31 (UTC)

Pinned Comments

grufo commented on 2022-10-21 14:18 (UTC)

For any issue with the upstream code please use the Apache Friends Support Forum.

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

mcnuggetsx20 commented on 2024-04-17 11:06 (UTC)

This aur package failes during build:

==> ERROR: A failure occurred in prepare().
    Aborting..

what worked for me was installing all the deps and then manually running the downloaded file:

sudo chmod 755 xampp-linux-x64-8.2.12-0-installer.run
sudo ./xampp-linux-x64-8.2.12-0-installer.run

nl.smart commented on 2024-03-05 10:40 (UTC) (edited on 2024-03-10 14:47 (UTC) by nl.smart)

Hi,

Thanks a lot to maintain xampp on the aur, unfortunately no more up to date.

Xampp is Working well with the .run file + libxcrypt-compact

Edit : Thanks a lot to @grufo, xampp is up to date since the 8 March of 2024 :-)

tiziodcaio commented on 2024-02-28 15:13 (UTC)

Python2 is required... :(

TheRepoClub commented on 2022-10-23 13:00 (UTC) (edited on 2022-10-25 06:54 (UTC) by TheRepoClub)

Thanks for the fix :)

shellx901 commented on 2022-10-23 11:20 (UTC)

The download of xampp-linux-x64-8.1.10-0-installer.run from https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/8.1.10/xampp-linux-x64-8.1.10-0-installer.run failed for me. I managed to fix it by replacing it with the link to sourceforge https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.1.10/xampp-linux-x64-8.1.10-0-installer.run

grufo commented on 2022-10-21 14:18 (UTC)

For any issue with the upstream code please use the Apache Friends Support Forum.

TheRepoClub commented on 2022-10-20 14:02 (UTC)

Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.

PLEASE FIX THE UPSTREAM DOWNLOAD URL

Etouq commented on 2022-10-15 09:46 (UTC)

The manager does not list any servers after update to linux 6.0.1 and does not provide any errors or other output.

grufo commented on 2022-09-16 17:42 (UTC)

@matejdro You would need to report that to XAMPP developers.

matejdro commented on 2022-08-27 10:37 (UTC)

Control panel seems to crash:

Traceback (most recent call last):
  File "/opt/lampp/share/xampp-control-panel/xampp-control-panel.py", line 18, in <module>
    import gtk
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
    import gobject as _gobject
  File "/usr/lib/python2.7/site-packages/gobject/__init__.py", line 47, in <module>
    from gobject.constants import *
  File "/usr/lib/python2.7/site-packages/gobject/constants.py", line 24, in <module>
    import gobject._gobject
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

Howeverm, manager works fine.