Package Details: apache-tools 2.4.59-2

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
Conflicts: apache
Submitter: None
Maintainer: fordprefect (sowieso)
Last Packager: fordprefect
Votes: 134
Popularity: 0.081864
First Submitted: 2008-06-17 12:49 (UTC)
Last Updated: 2024-04-04 14:05 (UTC)

Latest Comments

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

mortzu commented on 2023-03-21 14:53 (UTC) (edited on 2023-03-21 14:53 (UTC) by mortzu)

Tried to build via makepkg:

checking for APR version 1.3.0 or later... no
configure: error: APR version 1.3.0 or later is required
% pacman -Qs apr
local/apr 1.7.2-2
    The Apache Portable Runtime
local/apr-util 1.6.3-1
    The Apache Portable Runtime

Score_Under commented on 2023-03-17 00:31 (UTC)

Requires db in makedepends to build now:

https://gurren.score.moe/jenkins/job/pkgbuilds/view/Failed%20builds/job/apache-tools/4/console

fordprefect commented on 2023-03-09 12:10 (UTC)

@carsme: Please try building with makepkg first, preferably in a clean chroot. No support for AUR helpers.

carsme commented on 2023-03-09 12:08 (UTC)

I seem to have an up-to-date apr and apr-util but still encountering the issue:

$ paru -Qs apr
local/apr 1.7.2-2
    The Apache Portable Runtime
local/apr-util 1.6.3-1
    The Apache Portable Runtime

fordprefect commented on 2023-03-09 07:37 (UTC)

@carsme: Check the installed version of apr and apr-util, the error indicates they might be very out of date. Current versions are >1.6, the error reports that the found runtime is <1.3.

carsme commented on 2023-03-09 07:11 (UTC)

Getting the following build error in the latest version:

==> Starting build()...
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
configure:
configure: Configuring Apache Portable Runtime library...
configure:
checking for APR... yes
  setting CC to "gcc"
  setting CPP to "gcc -E"
  setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
checking for APR-util... yes
  adding "-L/usr/lib" to LDFLAGS
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for -pcre2-config... no
checking for -pcre-config... no
checking for pcre2-config... pcre2-config
configure: Using external PCRE library from pcre2-config
  setting PCRE_INCLUDES to ""
  setting PCRE_LIBS to "-lpcre2-8"
configure:
configure: Configuring Apache httpd...
configure:
  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I/bin/apr-1-config//usr/include/apr-1" to INCLUDES
  adding "-I/usr/include/apr-1" to INCLUDES
  adding "-I/usr/include" to INCLUDES
configure:
configure: Applying OS-specific hints for httpd...
configure:
  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for pkg-config... /bin/pkg-config
checking for rsync... /bin/rsync
checking for svn... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for lynx... no
checking for links... no
checking for elinks... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for library containing strerror... none required
checking for APR version 1.3.0 or later... no
configure: error: APR version 1.3.0 or later is required
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'apache-tools-2.4.56-1':
error: packages failed to build: apache-tools-2.4.56-1

nyyu commented on 2023-01-22 10:43 (UTC)

Please add db in makedepends

htpasswd.lo passwd_common.lo       -L/usr/lib -R/usr/lib -laprutil-1 -ldb-6.2 -lgdbm -lexpat -L/usr/lib -R/usr/lib -lapr-1 -lcrypt
/usr/sbin/ld: cannot find -ldb-6.2: No such file or directory

fordprefect commented on 2022-06-14 07:36 (UTC)

@liljaylj: Version bumped to .54, try again. If errors persist please report with relevant error messages.

fordprefect commented on 2022-02-14 09:31 (UTC)

@liljaylj: Thanks for the suggestion, added (although in the lazies manner - just added all of them).

liljaylj commented on 2022-02-14 01:15 (UTC)

@fordprefect, is there possibility to add man pages of provided tools?