Search Criteria
Package Details: rsyslog 8.2410.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rsyslog.git (read-only, click to copy) |
---|---|
Package Base: | rsyslog |
Description: | An enhanced multi-threaded syslogd with a focus on security and reliability |
Upstream URL: | http://www.rsyslog.com/ |
Licenses: | GPL3 |
Submitter: | Barthalion |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 19 |
Popularity: | 0.114593 |
First Submitted: | 2018-01-07 12:53 (UTC) |
Last Updated: | 2024-11-17 13:55 (UTC) |
Dependencies (19)
- libestrAUR
- libfastjsonAUR
- libloggingAUR
- librelpAUR
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gnutls (gnutls-gitAUR) (make)
- libestrAUR (make)
- libfastjsonAUR (make)
- libloggingAUR (make)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs) (make)
- librelpAUR (make)
- net-snmp (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR) (make)
- python-docutils (make)
- gnutls (gnutls-gitAUR) (optional)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs) (optional) – MySQL Database Support
- net-snmp (optional)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR) (optional) – PostgreSQL Database Support
Required by (5)
- dokku
- dracut-git (optional)
- frr (optional)
- frr-git (optional)
- prelude-lml (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
jose1711 commented on 2023-03-14 23:09 (UTC)
Had to comment out
Requires=syslog.socket
in unit file as I was gettingin journal otherwise.
endre commented on 2021-05-03 13:36 (UTC)
That's massive. I've been using this 'fixed' rsyslog for days, without problem.
fordprefect commented on 2021-05-03 13:18 (UTC)
@mikaelblomkvists: that sounds bad, are you sure this is caused by the rsyslog update? Any logs/error messages on that? To recover I recommend pulling the previous version of rsyslog, rebuild and sideload into your system.
mikaelblomkvists commented on 2021-05-03 13:08 (UTC) (edited on 2023-03-20 07:30 (UTC) by mikaelblomkvists)
Just after installing it - my system blew up. I've got kernel panic (5.10 LTS, Manjaro). Now it cannot even boot. I have a black screen after grub.
EDIT: I cannot confirm it, but I think the system got broken by something else. However, let me keep this comment, so that somebody gets alarmed if he/she gets it.
fordprefect commented on 2021-05-03 08:44 (UTC)
@endre: thanks for the hint, seems to be a recent update to the build process (at least I never saw that message before). I moved the arguments to autoconf and removed the configure statement.
endre commented on 2021-05-03 07:54 (UTC) (edited on 2021-05-03 07:55 (UTC) by endre)
In case of rsyslog, please specify your configure flags at the
./automake.sh
line.You don't even need to run
./configure
inbuild()
.fordprefect commented on 2020-07-20 14:26 (UTC)
@comfix: thx, fixed. not a very well prepared update it seems… sorry for that.
comfix commented on 2020-07-20 13:54 (UTC)
Please add "bison" and "flex" to makedeps, it won't compile without them
fordprefect commented on 2020-07-19 20:24 (UTC)
@bartus: thx, fixed.
bartus commented on 2020-07-19 20:16 (UTC) (edited on 2020-07-19 20:57 (UTC) by bartus)
GitHub sources are missing
autoconf
initialization. You need to callautoreconf -fvi
before./configure
, otherwiseconfigure
is missing.« First ‹ Previous 1 2 3 4 5 6 Next › Last »