Package Details: apache-tools 2.4.67-1

Git Clone URL: https://aur.archlinux.org/apache-tools.git (read-only, click to copy)
Package Base: apache-tools
Description: Useful Apache tools - htdigest, htpasswd, ab (Apache Benchmark), htdbm
Upstream URL: http://httpd.apache.org/
Licenses: Apache-2.0
Conflicts: apache
Submitter: None
Maintainer: fordprefect (sowieso)
Last Packager: fordprefect
Votes: 138
Popularity: 0.109349
First Submitted: 2008-06-17 12:49 (UTC)
Last Updated: 2026-05-06 07:56 (UTC)

Latest Comments

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

mitchhentges commented on 2017-05-12 05:06 (UTC)

It's failing to build due to openssl, probably: ab.c:(.text.startup+0x904): undefined reference to `SSLv2_client_method' ab.c:(.text.startup+0xa22): undefined reference to `CRYPTO_malloc_init' I have both openssl 1.1.0 and 1.0.1: % pacman -Q | grep openssl openssl 1.1.0.e-1 openssl-1.0 1.0.2.k-3

monojp commented on 2015-12-21 09:42 (UTC)

hi, armv7h could also be added (for e.g. the raspberry pi 2)

fordprefect commented on 2015-10-02 11:36 (UTC)

@pozar: thank you. i added support for armv6h, but omitted pkgrel bump to avoid rebuilds everywhere

pozar87 commented on 2015-10-01 10:59 (UTC)

Hello, You can consider adding 'armv6h' into supported architecture list - I can confirm its working well. Best Regards,

nvivo commented on 2015-07-15 20:10 (UTC)

Hashes for 2.4.16: sha256sums=('ac660b47aaa7887779a6430404dcb40c0b04f90ea69e7bd49a40552e9ff13743' '2dc48d34773b0c873d10e3542f77a4f7b50d5fb9bd8c52e3bb28b76ff9587f3f') sha512sums=('039750ff962c08a7261896acc8272e59874d066f7d52721aaf967ddb737fc5716acc47e1effaf7c4d156ba61bc393e0738f64f8e89cc277ba2651e0f61d56628' '6e068e7820e852c788a521ad28c367af4c1c22fded51ede7ae3f840a8a04737cfbe4503c2f3f899c89461d984007e84f80376b5a8a27c7eec8ec0fd78155c22b')

davidsf commented on 2015-04-21 14:58 (UTC)

This works with 2.4.12 (only change pkgver and sha data): pkgname=apache-tools pkgver=2.4.12 pkgrel=1 pkgdesc="Useful Apache tools - htdigest, htpasswd, ab, htdbm" arch=(i686 x86_64) url=http://httpd.apache.org/ license=(Apache) depends=(apr-util pcre) conflicts=(apache) source=(http://www.apache.org/dist/httpd/httpd-$pkgver.tar.bz2 $pkgname-Makefile.patch) sha256sums=('ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4' '2dc48d34773b0c873d10e3542f77a4f7b50d5fb9bd8c52e3bb28b76ff9587f3f') sha512sums=('f69db14b421f0e1e4861fe4d8b652688d50ca9eb41c622242d11ae55687eb6c2142a8505a8c3fb6f2bd53167be535bc0a77ca1af97e0720930fc7f20f4c1f8e8' '6e068e7820e852c788a521ad28c367af4c1c22fded51ede7ae3f840a8a04737cfbe4503c2f3f899c89461d984007e84f80376b5a8a27c7eec8ec0fd78155c22b') prepare() { cd httpd-$pkgver/ patch -p1 -i ../$pkgname-Makefile.patch } build() { cd httpd-$pkgver/ ./configure --prefix=/usr --sbindir=/usr/bin --with-pcre=/usr make -C support } package() { make -C httpd-$pkgver/support DESTDIR="$pkgdir" install }

lenzenmi commented on 2015-03-31 13:00 (UTC)

2.4.10 is not available for download. 2.4.12 now

k03n commented on 2014-07-31 11:16 (UTC)

Please update to version 2.4.10 or use http://archive.apache.org/dist/httpd/httpd-$pkgver.tar.bz2 instead...

eshizhan commented on 2014-07-28 06:38 (UTC)

2.4.10 only, please update.

LeBagVonDouche commented on 2014-06-16 08:37 (UTC)

Only 2.4.9 available for download: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading httpd-2.4.7.tar.bz2 Aborting...