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: 34
Popularity: 0.98
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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

DarckCronos commented on 2021-11-08 14:28 (UTC)

i got this WARNING



aura >>= WARNING: The PKGBUILD of xampp contains blacklisted bash expressions.

    rsync -azq --remove-source-files "${srcdir}/${_pkgstring}/xampp_core_files/xampp_core_folder"/. "${srcdir}/${_pkgstring}/xampp_developer_files/xampp_developer_folder"/. "${srcdir}/${_pkgstring}/native_apache_adapter/apache_xampp_linux"/. "${srcdir}/${_pkgstring}/native_proftpd_adapter/proftpd_xampp_linux"/. "${srcdir}/${_pkgstring}/native_mysql_adapter/mysql_xampp_linux"/. "${srcdir}/${_pkgstring}/manager/binary"/. "${srcdir}/${_pkgstring}/common_native_adapter/common"/. "${pkgdir}${_xampp_root}"

aura >>= rsync can be used to download arbitrary scripts that aren't tracked by this PKGBUILD.
aura >>= Do you wish to quit the build process? [Y/n] 


grufo commented on 2021-04-14 17:08 (UTC)

@jpegxguy You are right, good catch. Fixed.

jpegxguy commented on 2021-01-09 01:17 (UTC)

Thanks for this package! I think the service file provided by this package, should reside in /usr/lib/systemd/system instead of under /etc.

grufo commented on 2020-09-13 20:49 (UTC)

I have updated the package and done a global review.

--grufo

Flavoured-Goo commented on 2020-08-20 09:59 (UTC)

@oguzkagan the mariadb-install-db did not work for me either but I used chmod 777 on the entire /opt/lampp/lampp which somehow fixed the mysql issue. I posted about it to the forums here https://bbs.archlinux.org/viewtopic.php?id=258288

A UID mismatch was suggested as a possible issue among others, as well as possible soultions. There's a ton of info in that forum thread.

lhmiranda29 commented on 2020-08-16 23:46 (UTC) (edited on 2020-08-16 23:47 (UTC) by lhmiranda29)

Failed to start mysql, running sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql Fixed it.

nfzd commented on 2020-08-04 19:50 (UTC)

The line before /opt/lampp/bin/mysql.server fails (line 310) runs $bindir/mysqld_safe --datadir="$datadir" --pid-file="$mysqld_pid_file_path" "$@" &. Oddly, if I just run this line, it runs smoothly (exit code 0) but afterwards I can't find a runny mysql server and the pid file also doesn't exist.

nfzd commented on 2020-08-04 19:42 (UTC)

@oguzkagan I get the same error as the others (/opt/lampp/bin/mysql.server: line 264: kill: (2961) - No such process), but the mariadb-install-db ... command does not fix it.

nexenta81 commented on 2020-06-27 12:05 (UTC)

mysql server fails to start via xampp > Manage Servers using this build. Solved by installing straight from the xampp website. Haven't tested the added xampp.install script or the command shown by the maintainer in the comment bellow.