Package Details: rsyslog 8.2410.0-1

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.121753
First Submitted: 2018-01-07 12:53 (UTC)
Last Updated: 2024-11-17 13:55 (UTC)

Latest Comments

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

xiota commented on 2024-07-02 18:54 (UTC)

rsyslog#5405

Doesn't really matter exactly when/where libgcrypt decided to drop the command. It's definitely gone now.

fordprefect commented on 2024-07-02 18:46 (UTC)

Thanks @smw and @xiota for the investigation. Skimming through the libgcrypt release notes and the package changes of core/libgcrypt I don't see where the decision on dropping the CLI originated. Could you search and file the appropriate bug report and link it here? I'm a bit low on time currently…

smw commented on 2024-07-02 02:51 (UTC) (edited on 2024-07-02 02:53 (UTC) by smw)

/usr/bin/libgcrypt-config was part of the libgcrypt package, up to and including version 1.10.3. However, it's missing from version 1.11.

For myself I copied the 1.10.3 version into /usr/bin and updated the version number inside it (on line 17).

xiota commented on 2024-07-01 22:32 (UTC)

Clean chroot. Adding libgcrypt to depends did not work. pacman -Fl does not show any package containing libgcrypt-config.

configure: error: libgcrypt-config not found in PATH

La_MouettE commented on 2024-03-24 11:12 (UTC)

Would it be possible to add the openssl module in the build ? Thanks !

rmmichael95 commented on 2023-08-16 16:05 (UTC) (edited on 2023-08-16 16:05 (UTC) by rmmichael95)

Same problem:

checking for LIBSYSTEMD_JOURNAL... no

configure: error: in `/tmp/makepkg/rsyslog/src/rsyslog-8.2308.0':

configure: error: imjournal support libraries are missing

ldd /usr/lib/rsyslog/imjournal.so

linux-vdso.so.1 (0x00007ffc6b126000)
libelogind.so.0 => /usr/lib/libelogind.so.0 (0x00007fb237745000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fb237400000)
libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fb237739000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fb237714000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007fb237839000)

I don't use systemd but haven't had issues with building rsyslog before

fordprefect commented on 2023-08-16 07:46 (UTC)

@IOAOI: Would you please provide more details on your problem, please? You could e.g run ldd /usr/lib/rsyslog/imjournal.so if you have a version of rsyslog running already. Also, what build method did you employ? Clean chroot? Слава Україні

IOAOI commented on 2023-08-16 02:26 (UTC)

configure: error: imjournal support libraries are missing error: failed to build 'rsyslog'

vinibali commented on 2023-07-21 20:42 (UTC)

Hi! Can you please add the armv7h architecture? It's tested and working. Thanks

FabioLolix commented on 2023-05-14 18:45 (UTC)

Hello,

Please add "bison" and "flex" to makedeps, it won't compile without them

Packages of the base-devel group don't have to be specified in makedepends, it is a pre-requisite of using the AUR

Packages in depends=() don't have to be in makedepends=() [libestr, libfastjson, liblogging]