Search Criteria
Package Details: imapfilter 2.7.5-1
Git Clone URL: | https://aur.archlinux.org/imapfilter.git (read-only, click to copy) |
---|---|
Package Base: | imapfilter |
Description: | A mail filtering utility for processing IMAP mailboxes |
Upstream URL: | https://github.com/lefcha/imapfilter |
Licenses: | |
Submitter: | Snowman |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 44 |
Popularity: | 0.77 |
First Submitted: | 2007-03-31 22:38 |
Last Updated: | 2020-12-07 09:07 |
Dependencies (4)
- lua
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- pcre (pcre-svn)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (optional) – SSL/TLS encryption and CRAM-MD5 authentication
Latest Comments
« First ‹ Previous 1 2 3
sa7dse commented on 2013-01-28 11:32
for everyone who wants a systemd unit file for imapfilter https://gist.github.com/4046045
bct commented on 2012-11-16 05:00
Updated PKGBUILD for the 2.5.3 release, and to install everything in /usr.
https://gist.github.com/4084247
Anonymous comment on 2012-07-26 18:58
Updated PKGBUILD to install the binaries in /usr/ rather then /usr/local.
http://pastebin.com/eVvwvEYZ
Stebalien commented on 2011-09-22 13:24
You need to add PREFIX="/usr" to the make commands.
rich_o commented on 2011-01-08 19:26
I don't use this program anymore, so i disowned it.
yvonney commented on 2010-06-21 22:08
worked. Did 'uncomment line 22.
'-lm' option good to know. thank you both.
s4rg.on commented on 2010-04-07 09:46
LDFLAGS="-lm" would solve the problem ...
rich_o commented on 2010-03-31 14:53
@yvonney: uncomment line 22 (starting with "LDFLAGS=") in the PKGBUILD.
yvonney commented on 2010-03-29 08:54
anyone getting this?
Installation directory: /usr
Binaries directory: /usr/bin
Architecture independent libraries: /usr/share/imapfilter
Manual pages directory: /usr/man
Secure Socket Layer and Transport Layer Security: yes
Challenge-Response Authentication Mechanism: yes
cc -o imapfilter -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib auth.o buffer.o cert.o core.o file.o imap.o imapfilter.o list.o log.o lua.o memory.o misc.o namespace.o pcre.o regexp.o request.o rense.o session.o signal.o socket.o system.o -lm -llua -lpcre -lssl -lcrypto
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `sqrt'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `cosh'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `tan'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `tanh'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `asin'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `log'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `atan'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `sinh'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `fmod'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `acos'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `exp'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `sin'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `pow'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `atan2'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `cos'
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../liblua.so: undefined reference to `log10'
collect2: ld returned 1 exit status
make: *** [imapfilter] Error 1
==> ERROR: Build Failed.