Search Criteria
Package Details: h2o-git 2.2.0.7515-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/h2o-git.git (read-only, click to copy) |
---|---|
Package Base: | h2o-git |
Description: | Optimized HTTP server with support for HTTP/1.x and HTTP/2 |
Upstream URL: | https://github.com/h2o/h2o |
Licenses: | MIT |
Conflicts: | h2o, libh2o |
Provides: | h2o, libh2o |
Submitter: | mytbk |
Maintainer: | mytbk (phoepsilonix) |
Last Packager: | phoepsilonix |
Votes: | 2 |
Popularity: | 0.003943 |
First Submitted: | 2019-02-06 07:05 (UTC) |
Last Updated: | 2023-12-04 14:31 (UTC) |
Dependencies (17)
- bcc (bcc-gitAUR)
- brotli (brotli-gitAUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- libcap
- libressl (libressl-3.7AUR)
- libuv (libuv-gitAUR)
- libwslay
- sh (dashbinshAUR, bash-devel-static-gitAUR, bash-gitAUR, bash-xdgAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- libaegisAUR (libaegisAUR) (make)
- libtool (libtool-gitAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- ruby (make)
Latest Comments
The_Decryptor commented on 2023-10-29 08:51 (UTC)
Is the
libressl
dependency still needed? Upstream switched away from it a few years ago as it was only used due to OpenSSL lacking features at the time.https://github.com/h2o/h2o/issues/1461
mytbk commented on 2021-06-13 13:06 (UTC)
I'm using an h2o build without mruby for a long time. I've just built with mruby enabled and found it hard to build. After patching parse.y, there's still another build problem.
rageltman commented on 2021-01-29 19:49 (UTC)
Might need to run with
--update
or the like:tee commented on 2019-09-15 01:15 (UTC)
Also add sed -i 's|example|/usr/share/doc/h2o/example|' examples/h2o/h2o.conf in build()
tee commented on 2019-09-15 00:57 (UTC)
Also how to get rid of:
==> WARNING: Package contains reference to $srcdir
usr/lib/libh2o-evloop.a
usr/lib/libh2o.a
usr/bin/h2o
usr/bin/h2o-httpclient
tee commented on 2019-09-15 00:48 (UTC) (edited on 2020-02-22 23:59 (UTC) by tee)
Also add
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
to cmake otherwise running h2o outside of / gives an error h2o could not open configuration file etc/h2o.conf: No such file or directory
Add this to the non-git package too if you can.