Package Details: nginx-stable-extra 1.4.1-1

Package Base: nginx-stable-extra
Description: lightweight HTTP server - stable release with debug enabled and easy external modules administration
Upstream URL: http://nginx.org
Category: daemons
Licenses: custom
Submitter: aelesbao
Maintainer: aelesbao
Last Packager: None
Votes: 1
First Submitted: 2012-06-11 20:03
Last Updated: 2013-07-11 02:46

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by kriation

2012-10-23 00:51

Works like a charm! Thank you.

Comment by aelesbao

2012-10-16 19:32

@kriation, after some research I've noticed that the dependency on libatomic_ops isn't necessary, since (acording to this post: http://forum.nginx.org/read.php?2,28343,28344,quote=1) GCC 4.1+ can do most of the optimizations that libatomic do for the major processors archs that ArchLinux runs on (x86, amd64, ...). So I removed it from the package. Can you confirm if it solves your problem installing the package?

Best regards,
Augusto

Comment by aelesbao

2012-10-12 20:31

@kriation, strange, I use this build in my dev box, but anyway I'll check it again on a clean Arch install. Thanks

Comment by kriation

2012-10-12 15:37

This package does not build with the dependency list specified above. The list from the current PKGBUILD is:
depends=('pcre' 'geoip' 'gd' 'libxslt' 'openssl' 'zlib')
makedepends=('geoip' 'libatomic_ops' 'passenger' 'gperftools')
optdepends=('passenger')

As note, libatomic_ops is only available in the AUR.