You are not logged in.

#1 2013-01-27 13:58:36

stefkee
Member
From: Serbia
Registered: 2012-11-09
Posts: 32
Website

Unable to install xampp

Hello everybody!

Today, I tryed to install xampp from AUR using yaourt. After running yaourt -S xampp i got following error:

==> Install or build missing dependencies for xampp:
resolving dependencies...
looking for inter-conflicts...
:: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: gcc-libs-multilib and gcc-libs are in conflict
==> Restart building xampp ? [y/N]

Any way to fix this? Thanks


[img]http://img97.imageshack.us/img97/8027/15735.png[/img]

Offline

#2 2013-01-27 14:05:30

TheRatze94
Member
Registered: 2012-07-01
Posts: 33

Re: Unable to install xampp

Looks like xampp needs the gcc-libs-multilib package to work properly.

I'd try 2 ways:
1. Edit the PKGBUILD and remove 'gcc-libs-multilib' from the dependencies array
               -or-
2. Remove gcc-libs

I'm not an expert, it's just the way I'd try to solve that!

EDIT: I just looked at the PKGBUILD. XAMPP is a 32 bit application. Just try to install gcc-libs-multilib using pacman. Maybe it works smile

Last edited by TheRatze94 (2013-01-27 14:11:26)

Offline

#3 2013-01-27 14:32:46

stefkee
Member
From: Serbia
Registered: 2012-11-09
Posts: 32
Website

Re: Unable to install xampp

I removed gcc-libs and I hope nothing will gone bad. I dont have any issues wit this for now. I will let this thread opened in case anyone have issue with this situation. Thanks


[img]http://img97.imageshack.us/img97/8027/15735.png[/img]

Offline

#4 2013-02-10 08:39:18

onur.yilmaz
Member
Registered: 2013-02-09
Posts: 2

Re: Unable to install xampp

I have enabled multilib from /etc/pacman.conf:

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

Upgraded my system with pacman -Syu & installed the gcc-multilib package.

Then xampp "makepkg -s" works fine. smile

Offline

Board footer

Powered by FluxBB