Search Criteria
Package Details: libldap24 2.4.59-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libldap24.git (read-only, click to copy) |
|---|---|
| Package Base: | libldap24 |
| Description: | Lightweight Directory Access Protocol (LDAP) client libraries |
| Upstream URL: | https://www.openldap.org/ |
| Licenses: | custom |
| Submitter: | anatolik |
| Maintainer: | thrasibule |
| Last Packager: | thrasibule |
| Votes: | 15 |
| Popularity: | 0.018260 |
| First Submitted: | 2021-11-19 17:39 (UTC) |
| Last Updated: | 2025-05-08 20:01 (UTC) |
Dependencies (9)
- libsasl
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- chrpath (chrpath-gitAUR) (make)
- e2fsprogs (e2fsprogs-gitAUR) (make)
- libsasl (make)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR) (make)
- libtool (libtool-gitAUR) (make)
- unixodbc (unixodbc-gitAUR) (make)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
TexZeTech commented on 2023-12-30 23:39 (UTC)
I use this for the Steam game Loop Hero.
MarsSeed commented on 2023-11-12 17:45 (UTC) (edited on 2023-11-13 03:09 (UTC) by MarsSeed)
Please kindly remove 'libldap' from provides.
Arch by default does not follow a pkgname-pkgver dependency declaration model.
Therefore pacman treats libldab24 with
provides='libldap=2.4.59'as a drop-in equivalent ofcore/libldap, which it is not.If libldap24 with said provides is installed, pacman allows deleting core/libldap from the system, breaking other dependents of that package.
Thank you in advance for considering this.
ufo_driver commented on 2023-01-06 10:37 (UTC) (edited on 2023-01-06 10:38 (UTC) by ufo_driver)
I added
--disable-bdb --disable-hdbto CFLAGS and it was built successfully.vanillabase1lb commented on 2023-01-05 20:14 (UTC)
Failing at build step:
electoys commented on 2022-12-23 21:45 (UTC) (edited on 2022-12-23 22:04 (UTC) by electoys)
I get the following library dependency errors:
I worked around it by manually installing the openssl-1.1 AUR package. This looks like an old library dependency because openssl is up to major version 3.
hasechris commented on 2022-10-23 20:25 (UTC)
@devgioele OMG Thank you! That helped to install the package. @anatolik could you update the package to include this gpg pubkey?
devgioele commented on 2022-05-09 13:26 (UTC) (edited on 2022-05-09 13:37 (UTC) by devgioele)
I had to run the following for a successful installation:
tallero commented on 2021-12-24 10:17 (UTC)
At the moment this package is needed to run archlinux on i686.
frosty_sh commented on 2021-12-04 17:03 (UTC)
Are some dependencies missing in this package because I'm getting this when installing?
fft commented on 2021-12-04 16:25 (UTC) (edited on 2021-12-04 16:25 (UTC) by fft)
Seems openLDAP GPG key has been changed. Can edit PKGBUILD -> validpgpkeys or import new key:
wget https://www.openldap.org/software/download/OpenLDAP/gpg-pubkey.txt
gpg --import ./gpg-pubkey.txt
« First ‹ Previous 1 2 3 Next › Last »