LDAP support in PHP is not enabled by default.
Composer install runs successfully
Composer fails with
Problem 1
- Installation request for joomla/ldap 2.0.0-beta -> satisfiable by joomla/ldap[2.0.0-beta].
- joomla/ldap 2.0.0-beta requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
Problem 2
- Installation request for symfony/ldap v5.2.1 -> satisfiable by symfony/ldap[v5.2.1].
- symfony/ldap v5.2.1 requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
If the host doesn't have LDAP support enabled on their server then a composer install is not possible
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-12 11:53:59 |
Closed_By | ⇒ | brianteeman |
That worked - thanks. I did not know about that option
although it installed with that option (yes I know I should have RTFM) i was getting 500 errors everywhere.
as soon as i remove those packaged from composer no 500 errors
composer install --ignore-platform-reqs
didn't help ?