You are not logged in.

#1 2013-06-25 06:56:29

Ivy2012
Member
Registered: 2012-09-26
Posts: 14

Arch + PHP-53-fpm (Binaries move to /usr/bin problem)

Hi all,
Trying to update my system, and walked into this:
https://www.archlinux.org/news/binaries … ervention/

pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -

Output:

php53-fpm 5.3.20-1

...which was expected; I have to run php 5.3 here.

Can someone guide me in the right direction?
I will answer any questions right away.
Not looking for a complete answer, but simply don't know where to start (too many trees in the forest atm).
I've Googled and tried many things by now, without any luck - which resulted in me posting this.

pacman -Syu

Output:

error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.

Offline

#2 2013-06-25 07:04:15

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: Arch + PHP-53-fpm (Binaries move to /usr/bin problem)

you start by modifying the PKGBUILD to put the files in /usr/bin instead of /bin, /sbin, or /usr/sbin.

Where did that package come from, anyway?

Online

#3 2013-06-25 07:08:32

Ivy2012
Member
Registered: 2012-09-26
Posts: 14

Re: Arch + PHP-53-fpm (Binaries move to /usr/bin problem)

Scimmia wrote:

you start by modifying the PKGBUILD to put the files in /usr/bin instead of /bin, /sbin, or /usr/sbin.

Where did that package come from, anyway?

Thanks, I was just reading an article about this - this must be the way to go smile
Will give it a try.
Package comes from AUR, if I remember correctly.

Offline

#4 2013-06-25 07:11:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: Arch + PHP-53-fpm (Binaries move to /usr/bin problem)

Ah, I see now, it's a split package in the AUR as php53. Take a look at the AUR page, the instructions are already there to fix it.

Online

Board footer

Powered by FluxBB