Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • services
  • t3o sites
  • typo3.org
  • typo3.org
  • Issues
  • #489

Closed
Open
Created Apr 20, 2020 by Marco Huber@mhuber84Developer

Update php ldap module in ddev environment

FollowUp to 19fbd96b

Currently a ddev composer install fails with

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - causal/ig_ldap_sso_auth 3.5.1 requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
    - causal/ig_ldap_sso_auth 3.5.1 requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
    - Installation request for causal/ig_ldap_sso_auth 3.5.1 -> satisfiable by causal/ig_ldap_sso_auth[3.5.1].

I tried to fix it by setting https://gitlab.typo3.org/t3o/typo3.org/-/blob/develop-v10/.ddev/config.yaml#L25 to webimage_extra_packages: [php7.4-ldap], but then ddev doesn't start.

As a workaround you can use --ignore-platform-reqs on ddev composer install and ddev composer require (like it's done in https://gitlab.typo3.org/t3o/typo3.org/-/blob/develop-v10/.ddev/config.yaml#L20)

Assignee
Assign to
Time tracking