Search Criteria
Package Details: opensmtpd-extras 6.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opensmtpd-extras.git (read-only, click to copy) |
---|---|
Package Base: | opensmtpd-extras |
Description: | Additional queues, schedulers, and tables for OpenSMTPD |
Upstream URL: | https://github.com/OpenSMTPD/OpenSMTPD-extras |
Keywords: | daemon mail mta smtpd |
Licenses: | custom:public domain, BSD, BSD3, ISC, custom:ISC-like |
Submitter: | wlhlm |
Maintainer: | yobert |
Last Packager: | yobert |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-27 19:32 (UTC) |
Last Updated: | 2024-09-17 22:30 (UTC) |
Dependencies (10)
- hiredis (hiredis-gitAUR) (make)
- libevent (libevent-gitAUR) (make)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- hiredis (hiredis-gitAUR) (optional) – for table-redis support
- libevent (libevent-gitAUR) (optional) – for table-python support
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – for table-mysql support
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (optional) – for table-postgres support
- python2AUR (python2-binAUR) (optional) – for table-python support
Latest Comments
Archange commented on 2018-11-07 09:28 (UTC)
This should depends on openssl-1.0. Also, a new release is available, 6.4.0.
nobicycle commented on 2018-07-09 09:53 (UTC)
checking OpenSSL header version... 1010008f (OpenSSL 1.1.0h 27 Mar 2018) checking OpenSSL library version... 1010008f (OpenSSL 1.1.0h 27 Mar 2018) checking whether OpenSSL's headers match the library... no configure: error: Your OpenSSL headers do not match your library. Check config.log for details. If you are sure your installation is consistent, you can disable the check by running "./configure --without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches.
If I add --without-openssl-header-check :
/bin/sh ../../../../libtool --tag=CC --mode=link gcc -DNO_IO -DBUILD_FILTER -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib/perl5/5.26/core_perl/CORE -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.26/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.26/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -o filter-perl ../../../../api/filter_api.o ../../../../api/mproc.o ../../../../api/log.o ../../../../api/tree.o ../../../../api/util.o ../../../../api/iobuf.o ../../../../api/ioev.o ../../../../extras/wip/filters/filter-perl/filter_perl.o ../../../../openbsd-compat/libopenbsd-compat.a -levent -lcrypto -lssl -lcrypt libtool: link: gcc -DNO_IO -DBUILD_FILTER -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib/perl5/5.26/core_perl/CORE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-E -Wl,-rpath -Wl,/usr/lib/perl5/5.26/core_perl/CORE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -fstack-protector-strong -o filter-perl ../../../../api/filter_api.o ../../../../api/mproc.o ../../../../api/log.o ../../../../api/tree.o ../../../../api/util.o ../../../../api/iobuf.o ../../../../api/ioev.o ../../../../extras/wip/filters/filter-perl/filter_perl.o -L/usr/lib -L/usr/local/lib -L/usr/lib/perl5/5.26/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lutil -lc ../../../../openbsd-compat/libopenbsd-compat.a -levent -lcrypto -lssl -lcrypt /usr/bin/ld: cannot find -lnsl collect2: error: ld returned 1 exit status make[5]: [Makefile:437: filter-perl] Error 1 make[5]: Leaving directory '/media/esata/SYSTEM_DISK/tmp/AUR/opensmtpd tools/src/opensmtpd-extras-5.7.1/extras/wip/filters/filter-perl' make[4]: [Makefile:385: all-recursive] Error 1 make[4]: Leaving directory '/media/esata/SYSTEM_DISK/tmp/AUR/opensmtpd tools/src/opensmtpd-extras-5.7.1/extras/wip/filters' make[3]: [Makefile:365: all-recursive] Error 1 make[3]: Leaving directory '/media/esata/SYSTEM_DISK/tmp/AUR/opensmtpd tools/src/opensmtpd-extras-5.7.1/extras/wip' make[2]: [Makefile:365: all-recursive] Error 1 make[2]: Leaving directory '/media/esata/SYSTEM_DISK/tmp/AUR/opensmtpd tools/src/opensmtpd-extras-5.7.1/extras' make[1]: [Makefile:411: all-recursive] Error 1 make[1]: Leaving directory '/media/esata/SYSTEM_DISK/tmp/AUR/opensmtpd tools/src/opensmtpd-extras-5.7.1' make: [Makefile:343: all] Error 2
eimis commented on 2018-04-08 19:13 (UTC)
@greencopper dud just add the armv7h arch into PKGBUILD
greencopper commented on 2018-03-29 18:24 (UTC)
I don't think these filters are considered experimental any longer.
Another thing, is it possible to have this package work on armv7h too? Currently it doesn't work.
==> ERROR: opensmtpd-extras is not available for the 'armv7h' architecture.
pvagner commented on 2017-08-22 20:26 (UTC)
wlhlm commented on 2016-06-24 13:28 (UTC)
wlhlm commented on 2016-04-26 20:04 (UTC) (edited on 2016-04-27 08:20 (UTC) by wlhlm)
BertVoegele commented on 2016-04-26 07:00 (UTC)