Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of xml fails on 32bits #757

Closed
3 of 5 tasks
come-nc opened this issue Aug 10, 2023 · 1 comment
Closed
3 of 5 tasks

Installation of xml fails on 32bits #757

come-nc opened this issue Aug 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@come-nc
Copy link

come-nc commented Aug 10, 2023

Describe the bug

Version

  • I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • v2
  • v1

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems

ubuntu-latest

PHP versions

8.3

To Reproduce

      - name: Install tools
        run: |
          sudo apt-get update
          sudo apt-get install -y ffmpeg imagemagick libmagickcore-6.q16-3-extra

      - name: Set up php ${{ matrix.php-versions }}
        uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f #v2.25.5
        with:
          php-version: ${{ matrix.php-versions }}
          extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip, apcu
          tools: phpunit:9
          coverage: none
          ini-values:
            apc.enabled=on,
            apc.enable_cli=on

Expected behavior

Screenshots/Logs

Run shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f
/usr/bin/docker exec  9eee57655e51796fc114d80f35fdd292e73a2cc546fea48ee45369318cff5156 sh -c "cat /etc/*release | grep ^ID"
/usr/bin/bash /__w/_actions/shivammathur/setup-php/72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f/src/scripts/run.sh

==> Setup PHP
✓ PHP Installed PHP 8.3.0-dev (cb927e0fc043cb454ee58b7485cbce191df5d512)

==> Setup Extensions
php: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
php: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
php: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
Error: The operation was canceled.

Additional context

Are you willing to submit a PR?

@shivammathur
Copy link
Owner

@come-nc

Fixed in shivammathur/node-docker@8e5fed1.

Please restart your workflow, it should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants