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

Pear tmp dir how to set #716

Open
dionrowney opened this issue May 9, 2024 · 0 comments
Open

Pear tmp dir how to set #716

dionrowney opened this issue May 9, 2024 · 0 comments

Comments

@dionrowney
Copy link

dionrowney commented May 9, 2024

  • Puppet: 2021.7.7
  • Ruby: ??
  • Distribution: RHEL9
  • Module version: 8.1.1

How to reproduce

Set exec bit on /tmp to noexec
attempt extension install

yaml
`

php::extensions:

redis :

    provider: pear

`

Seeing

Installation fails due to no permissions to exec in /tmp

Pecl options needs to be set before install can be performed:

pear config-set temp_dir /root/tmp

then it succeeds.

Request

It is not clear how this is possible with your module. Can you provide an example somewhere?

@dionrowney dionrowney changed the title Pecl tmp dir Pear tmp dir how to set May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant