@el_aur: Thank you! It works for me.
Search Criteria
Package Details: php81-ldap 8.1.29-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/php81.git (read-only, click to copy) |
---|---|
Package Base: | php81 |
Description: | ldap module for php81 |
Upstream URL: | http://www.php.net |
Keywords: | 8.1 php php8 |
Licenses: | PHP |
Submitter: | el_aur |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 11 |
Popularity: | 0.102552 |
First Submitted: | 2021-12-01 12:54 (UTC) |
Last Updated: | 2024-07-24 20:34 (UTC) |
Dependencies (58)
- libldap
- libsasl
- php81AUR
- acl (acl-gitAUR) (make)
- apache (apache-gitAUR) (make)
- argon2 (argon2-gitAUR) (make)
- aspell (aspell-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- c-clientAUR (make)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- db5.3 (make)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR) (make)
- enchant (make)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- freetds (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- gd (gd-gitAUR) (make)
- Show 38 more dependencies...
Required by (0)
Sources (11)
vladimir commented on 2022-01-07 19:07 (UTC)
el_aur commented on 2022-01-05 11:04 (UTC)
@vladimir @flickthemanual updated pkgbuild with smtp-forwarder makedep
vladimir commented on 2022-01-03 14:45 (UTC)
flickthemanual: I agree. And suggest to add make dependency on smtp-forwarder
flickthemanual commented on 2022-01-03 09:16 (UTC)
re, I Found the problem for me,
in the check methods, you must have sendmail
package installed before install the php81 package,
here the line: sapi/cli/php -n -r 'echo ini_get("sendmail_path");' | grep -q '/usr/bin/sendmail'
if you haven't got sendmail installed, you have the check error,
for me, when I installed the sendmail
package before, it passed with no error,
see ya all :D and have a good year
flickthemanual commented on 2022-01-03 07:16 (UTC) (edited on 2022-01-03 07:16 (UTC) by flickthemanual)
hi there. got the same here, package clean yay cache clear, fresh source package, etc.
got the ERROR: A failure occurred in check().
message without any precision.
el_aur commented on 2022-01-02 13:21 (UTC)
@Rtransat re-download with fresh source package. kill yay cache etc.
Rtransat commented on 2022-01-01 16:24 (UTC)
@el_aur Still the same error.
el_aur commented on 2021-12-31 10:39 (UTC) (edited on 2021-12-31 10:39 (UTC) by el_aur)
@vladimir @zarikx @Rtransat fixed, please try
zarikx commented on 2021-12-28 21:24 (UTC) (edited on 2021-12-28 21:24 (UTC) by zarikx)
Hi! There is an error, that I'm getting:
==> Starting check()...
~/.cache/yay/php81/src/php-8.1.1 ~/.cache/yay/php81/src
make: *** No rule to make target 'test'. Stop.
==> ERROR: A failure occurred in check().
Aborting...
Rtransat commented on 2021-12-28 14:47 (UTC)
I have an error at the end during the check()
~/.cache/yay/php81/src/php-8.1.1 ~/.cache/yay/php81/src ==> ERROR : An error occurred in check().
Nothing more :/
Pinned Comments
el_aur commented on 2022-01-27 12:09 (UTC) (edited on 2022-01-27 15:19 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php81
is installed withphp81-cli
subpackage,php81
doesn't include it anymore!!!PEAR and PECL are available as
php81-pear
andphp81-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php81
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php81/conf.d
They are loaded in correct order according to priority