Search Criteria
Package Details: xampp 8.1.6-1
Package Actions
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: | 25 |
Popularity: | 0.021955 |
First Submitted: | 2017-03-26 15:47 (UTC) |
Last Updated: | 2022-06-09 14:49 (UTC) |
Dependencies (9)
- inetutils (gettext-hostname, inetutils-git)
- libxcrypt-compat
- net-tools (net-tools-debian-ifconfig, net-tools-git)
- pcre (pcre-svn) (make)
- rsync (rsync-git) (make)
- sdx (make)
- tclkit (make)
- polkit (polkit-no-script-git, polkit-consolekit, polkit-git) (optional) – for launching XAMPP Manager and Control Panel from menu
- pygtk (optional) – for using XAMPP Control Panel
Required by (0)
Sources (12)
- bitrock-unpacker.tcl
- https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/8.1.6/xampp-linux-x64-8.1.6-0-installer.run
- org.apachefriends.xampp.policy
- properties.ini.in
- xampp-control-panel.desktop
- xampp-control-panel.in
- xampp-manager.desktop
- xampp-manager.in
- xampp.service.in
- xampp.svg
- xampp.sysusers
- xampp.tmpfiles.in
Latest Comments
thatevan commented on 2022-02-28 21:39 (UTC)
You should change the dependency for libxcrypt-compat, it no longer exist in the AUR, but is available on core repository. Which is probably why it gives the error message.
grufo commented on 2022-02-25 19:03 (UTC)
@GridcoinUser That's strange, it did not happen to me. In any case XAMPP has nothing to do with it, and it is possibly a temporary error in the
libxcrypt-compat
package.GridcoinUser commented on 2022-02-24 09:21 (UTC)
@grufo: The latest changes are causing problems on my system: Error: The operation could not be performed (Conflicting files). libxcrypt-compat: /usr/lib/libcrypt.so.1 exists in the file system (belongs to glibc)
grufo commented on 2022-02-20 11:15 (UTC)
@thatevan Thank you. Fixed.
thatevan commented on 2022-02-20 10:50 (UTC)
Could You please add lybxcrypt-compat as a dependency for this package? This will fix the "XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system." issue
ntdsrd commented on 2022-02-18 18:03 (UTC)
When I start lampp by /opt/lampp/lampp start, I got: XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.
macxcool commented on 2022-02-15 22:53 (UTC) (edited on 2022-02-15 22:53 (UTC) by macxcool)
I'm getting this now:
snacksncode commented on 2021-12-14 22:24 (UTC) (edited on 2021-12-14 22:33 (UTC) by snacksncode)
Cannot download
xampp-linux-x64-8.0.13-0-installer.run
(2021-12-04 update).I can download it bit by bit (as you can see from "resuming the download" but it stops after 1-2s. This is happening with almost any update of xampp, any ideas as to why?
Edit: lmao ye, I just downloaded it bit bit by, took me like 20 runs. I guess it's a temporary fix for me but it's really annoying
grufo commented on 2021-11-09 00:54 (UTC)
@DarckCronos
That has to do only with
aura
, and you should ask them. Also the following sentence does not make much sense in my opinion:If the
PKGBUILD
tried to usersync
to run arbitrary scripts you would see it in thePKGBUILD
.DarckCronos commented on 2021-11-08 14:28 (UTC)
i got this WARNING
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.
ettolrach commented on 2020-05-30 20:07 (UTC) (edited on 2020-05-30 20:16 (UTC) by ettolrach)
~~Build fails because targets tclkit and sdx can't be found. Are these more dependencies not listed in the PKGBUILD?~~
Never mind, it was an issue on my end.
oguzkagan commented on 2020-04-14 12:41 (UTC) (edited on 2020-04-14 12:42 (UTC) by oguzkagan)
@Major_25 Sorry for my late answer... You can solve the issue to run one times the command:
mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
. I added it to the xampp.install script but I am not sure it works.Major_25 commented on 2020-03-05 17:46 (UTC) (edited on 2020-03-05 18:11 (UTC) by Major_25)
im getting an error: /opt/lampp/bin/mysql.server: line 264: kill: (2843) - No such process
i posted about it: https://bbs.archlinux.org/viewtopic.php?pid=1890480#p1890480
UPDATE: FIXED BY DOWNLOADING AND INSTALLING STRAIGHT FROM THE WEBSITE
oguzkagan commented on 2020-01-14 09:40 (UTC)
@Hoite thanks, added it.
Hoite commented on 2020-01-13 10:34 (UTC)
Please add the dependency "rsync".
oguzkagan commented on 2020-01-08 06:26 (UTC)
@andriybyelikov thanks, update it.
andriybyelikov commented on 2020-01-07 22:41 (UTC)
For "vfs::mk4::Mount $installerFile $installerMount -readonly" (file "./bitrock-unpacker.tcl" line 22) ==> ERROR: A failure occurred in package(). Aborting... there is a typo in PKGBUILD. On line 83 the first ${pkgdir} should be ${pkgver}. Change that and it should finish installing.
Starting MySQL still doesn't work though.
oguzkagan commented on 2019-12-31 08:03 (UTC) (edited on 2019-12-31 09:08 (UTC) by oguzkagan)
@amanSetia when I have a free time, I will work on it.
amanSetia commented on 2019-12-31 07:48 (UTC)
@oguzkagan "vfs::mk4::Mount $installerFile $installerMount -readonly" (file "./bitrock-unpacker.tcl" line 22) ==> ERROR: A failure occurred in package(). Aborting...
ppine commented on 2019-12-18 08:44 (UTC)
"vfs::mk4::Mount $installerFile $installerMount -readonly" (file "./bitrock-unpacker.tcl" line 22) ==> ERROR: A failure occurred in package(). Aborting...
oguzkagan commented on 2019-11-20 08:26 (UTC)
@Kalinda @nuc I changed the proot and update the package. Can you test it? It may have bugs.
oguzkagan commented on 2019-11-18 17:03 (UTC) (edited on 2019-11-18 17:04 (UTC) by oguzkagan)
@nuc I am working on it(removing proot). It works without mysql server on my repo(https://github.com/oguzkaganeren/aur-xampp). When I have free time, I work to fix it. Temporarily, you can install with .run file.
nuc commented on 2019-11-18 06:53 (UTC)
Hi guys I have the same error as @siddheshnan, is there any update to it?
oguzkagan commented on 2019-11-15 08:17 (UTC)
@grufo sorry for that. Update it.
grufo commented on 2019-11-14 13:36 (UTC)
@oguzkagan
It is a good practice to ask the package maintainer before filling an orphan request and take over. And it is a good practice to acknowledge people who have created and maintained the package for a long time.
This was the header of the
PKGBUILD
before you replaced it with only your name:--grufo
Kalinda commented on 2019-11-13 18:11 (UTC)
@oguzkagan Thanks for the update, I shall follow your progress. If I find I can help I'll let you know, I'm still learning though.
oguzkagan commented on 2019-11-13 08:21 (UTC) (edited on 2019-11-13 08:22 (UTC) by oguzkagan)
@Kalinda I am working on it. I changed proot to bitrock script. I have a trouble with link files. When I free time, I fix it. When I success, update the package. You can see changes at https://github.com/oguzkaganeren/aur-xampp
Kalinda commented on 2019-11-13 01:35 (UTC)
Hello,
I'm having the same problems as others here are - xampp won't build because proof always crashes. I want to add this package to my repo, so I spent some time digging into this further.
I understand (I think?) proot is used here to bind the /opt/lampp to the xampp package source dir in order to trick the .run file into "installing" inside that dir so all its files/folders can be taken and made into an Arch package.
I ran the proot bind command ahead of time and then tried to run the installer inside the proot environment, but it always errors and says it can't create the /opt/lampp folder. I am not sure why this is, but I get the error regardless of whether or not I perform the binding.
Is there any reason why this might be happening? Something to do with my setup, maybe, some settings I need to change? I'll keep poking around but any help would be greatly appreciated.
Thanks!
siddheshnan commented on 2019-08-11 03:56 (UTC)
==> Extracting package (this might take several minutes, don't give up!)... proot info: pid 19813: terminated with signal 11 ==> ERROR: A failure occurred in package(). Aborting... Error making: xampp
ezekielnin commented on 2019-05-20 22:57 (UTC)
Just for information and for people who want a working xampp (but without using aur) here a working procedure until we have a fix on the pkgbuild : https://docs.google.com/document/d/1ZvswUKi6TdVK5SVnjrREAltvBq4bmiWG0EaElSD4F9I/edit?usp=sharing
unknowed commented on 2019-04-13 14:06 (UTC) (edited on 2019-04-13 14:06 (UTC) by unknowed)
==> Creating a temporary mysql user/group with fakeadd... ==> Extracting package (this might take several minutes, don't give up!)...
after 1 hours noting !!!
grufo commented on 2019-04-05 01:50 (UTC)
@pdizzle
It's strange. In the current PKGBUILD, inside the
prepare()
function, there is a line,which does exactly that. Doing
should be exactly the same as doing
as you suggest. However this package is in need of a fix. Right now nobody can install XAMPP from a PKGBUILD.
pdizzle commented on 2019-04-04 21:31 (UTC)
I was getting an sha1sum fail on proot install (https://aur.archlinux.org/packages/proot/) and some directory issues. this PKGBUILD resolved:
https://gist.github.com/pm0u/afe618f7db3f17e5b5afce9e3e777d94
changes lines 4,16,20
Also,
terminate with signal 11
from proot during build. Changing line 80 of the xampp PKGBUILD fromproot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run" \
to
PROOT_NO_SECCOMP=1 proot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run" \
fixed the issue for me.
https://github.com/proot-me/proot/issues/106
I still get the hanging forever as others have described, though.
chuber commented on 2019-04-02 14:03 (UTC)
Hey, is there a solution for the infinite "Extracting package (this might take several minutes, don't give up!)..." problem?
obelix1502 commented on 2019-03-10 14:50 (UTC) (edited on 2019-03-10 15:00 (UTC) by obelix1502)
I tried several times to install it on my Manjaro testing. During installation, the compilation is blocked at level : "Extracting package (this might take several minutes, don't give up!)..." The program has been on for about three hours at this stage. I don't understand anything anymore and I don't see anything to change in the build package. Here the pastebin: https://bin.disroot.org/?60521bf9d3c78980#5bqvYOrfozPMVfcVHarJj8Smu3DvXwS+VNpgzEA4XMs Does anyone have a solution?
Edit: Sorry, I didn't see that others had the same problem.
omarelseadawy commented on 2019-03-02 21:01 (UTC)
@grufo I'm still getting the same error "mysql: Error while executing group action" as well, is there any fix to it ?
grufo commented on 2019-03-02 18:57 (UTC)
@alegotta
Thank you for contribution. But unfortunately, again, despite this might work with you, I keep getting the message “mysql: Error while executing group action”.
However I have updated the PKGBUILD merging your contribution.
--grufo
commented on 2019-03-02 14:55 (UTC)
Again, here is a working PKGBUILD with latest xampp version (7.3.2). There seems to be some kind of problems with commit
0d02e72
, but I don't know what's wrong. I've also changed the download link to the SourceForge one, since the old one doesn't work.nilspin commented on 2018-12-24 07:19 (UTC)
I'm not able to install this package. The installer gets stuck after printing "Extracting package (this might take several minutes, don't give up!)..."
Pryka commented on 2018-11-05 06:09 (UTC)
Have the same issue with "mysql: error group action"
@grufo anyway to bypass it? Or the devs XAMPP have to intervene?
grufo commented on 2018-09-27 15:25 (UTC)
@anialpro
Unfortunately I have the same problem. The sad thing is that the bitrock installer successfully extracts everything until the end, only it crashes when it tries to perform user&group actions. I had hoped this could be solved through fakeuser, and it did actually work on older versions (like XAMPP 5.something), but it fails with the new bitrock installer.
I think the only way to finally solve this is to write to the XAMPP developers asking them to release a normal tgz archive together with their bitrock installer.
anialpro commented on 2018-09-27 10:48 (UTC) (edited on 2018-09-27 10:49 (UTC) by anialpro)
EORROR when install!! on proot install error: Extracting package (this might take several minutes, don't give up!)... mysql: error group action
grufo commented on 2018-09-24 23:24 (UTC)
@alegotta
Thanks!
commented on 2018-09-23 08:41 (UTC)
I managed to get it working by simply updating proot, here is a working PKGBUILD with latest xampp version (7.2.9). Extraction is still kinda slow.
lucklyme commented on 2018-05-08 06:06 (UTC)
maybe swap is too small,try to dilatation of swap space.good luck
Mahadeva commented on 2018-04-21 16:26 (UTC) (edited on 2018-04-21 16:32 (UTC) by Mahadeva)
No luck... this package really is not installing (as everyone here complains), I am using yaourt btw.
For now it's best to manually install by the instructions from Arch Wiki: https://wiki.archlinux.org/index.php/XAMPP It's really simple, I wonder why I even wanted to install it via aur :)...! There is no need for that.
ktrls commented on 2018-04-15 09:11 (UTC)
I tried again but I failed. This is my log
Unpacking objects: 100% (74/74), done. ==> Creazione del pacchetto: xampp 7.2.3-1 (dom 15 apr 2018, 10.22.06, CEST) ==> Controllo delle dipendenze durante l'avvio in corso... ==> Controllo delle dipendenze durante la compilazione in corso... ==> Download dei sorgenti in corso... -> È stato trovato lampp.service -> È stato trovato xampp-manager.desktop -> È stato trovato xampp-manager.png -> Download di xampp-linux-x64-7.2.3-0-installer.run in corso... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 305 100 305 0 0 348 0 --:--:-- --:--:-- --:--:-- 347 100 130M 100 130M 0 0 1345k 0 0:01:39 0:01:39 --:--:-- 1367k -> È stato trovato org.freedesktop.xampp-manager.policy -> È stato trovato xampp-manager-polkit ==> Validazione di source file con sha256sums... lampp.service ... Verificato xampp-manager.desktop ... Verificato xampp-manager.png ... Verificato ==> Validazione di source_x86_64 file con sha256sums... xampp-linux-x64-7.2.3-0-installer.run ... Verificato org.freedesktop.xampp-manager.policy ... Verificato xampp-manager-polkit ... Verificato ==> Estrazione dei sorgenti in corso... ==> Avvio di prepare() in corso... ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ==> Entro nell'ambiente fakeroot... ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ==> Avvio di package() in corso... ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ==> Creating a temporary mysql user/group with fakeadd... ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ==> Extracting package (this might take several minutes, don't give up!)... ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/fakeuser/libfakeuser.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Unable to create symbolic link /opt/lampp/bin/webazolver -> webalizer Abort There has been an error. Unable to create symbolic link /opt/lampp/bin/webazolver -> webalizer Debug file written.
Strunkenbold commented on 2018-04-15 07:41 (UTC)
Cant be extracted like others said. Time to change from proot? I also see no process with top which eat some CPU resources. It is just doing nothing. Anyway 7.2.4 is released.
mcgll commented on 2018-04-14 14:51 (UTC)
Stuck at:
Extracting package (this might take several minutes, don't give up!)...
ktrls commented on 2018-03-20 07:57 (UTC)
Hi, I'm not able to update the package. It stays a lot of time after the download but seems to make nothing. This is the last message:
==> Extracting package (this might take several minutes, don't give up!)...
After hours I stops the process and this is what I see:
semop(1): encountered an error: Identifier removed talloc report on 'null_context' (total 28472 bytes in 146 blocks) Tracee contains 955 bytes in 11 blocks (ref 0) 0x55b2ca9eb1b0 Tracee contains 955 bytes in 11 blocks (ref 0) 0x55b2ca9eae00 Tracee contains 1040 bytes in 14 blocks (ref 0) 0x55b2ca9ea1f0 Tracee contains 1049 bytes in 14 blocks (ref 0) 0x55b2ca9e8f60 Tracee contains 1054 bytes in 15 blocks (ref 0) 0x55b2ca9e9690 Tracee contains 1076 bytes in 14 blocks (ref 0) 0x55b2ca9e7c10 Tracee contains 888 bytes in 8 blocks (ref 0) 0x55b2ca9e6660 Tracee contains 888 bytes in 8 blocks (ref 0) 0x55b2ca9e62b0 Tracee contains 888 bytes in 8 blocks (ref 0) 0x55b2ca9e47b0 Tracee contains 888 bytes in 8 blocks (ref 0) 0x55b2ca9e3700 Tracee contains 888 bytes in 8 blocks (ref 0) 0x55b2ca9e3350 Tracee contains 17903 bytes in 26 blocks (ref 0) 0x55b2ca9dd330
Any ideas?
grufo commented on 2018-03-16 16:08 (UTC)
Hi everyone.
I tried to update the package by using the official bitrock installer – via
fakeuser
andproot
3.2.1 – instead of the repacked version from sourceforge.net.If anyone comes across problems or has any idea on how to improve this
PKGBUILD
, please make a whistle.--grufo
tillyboy commented on 2017-08-26 11:08 (UTC)
monotykamary commented on 2017-08-15 04:03 (UTC)
edoantonioco commented on 2017-06-22 23:41 (UTC)