-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
php-8.3.2 make test fails on Unbuntu 18.04 #13260
Comments
Thanks for your report. |
Thank you for your fast response, It seems it can, looking files in /tmp |
This looks like a configuration problem / problem outside of PHP.
But this is owned by root, suggesting that you might've run the PHP test suite under root. When the next time your run the suite under your own user, it cannot write to that file because your user cannot access root files without permission elevation.
To fix this, you can clean up the tmp directory of those files. |
I had yet erased all I could have in /temp. I have done the sudo make install configure in /usr/local but but that do not create the .so file and so on in |
Actually php7.2 with api FPM/FastCGI |
Doing sudo make install is fine |
Yes i have done test with sudo and its create permissions issues. expected fails and a warning , but no file .so created in module Perhaps my system is too old (2018-04) |
The new test output looks good. |
before make and make install I ran
The make install do not create a php8.3 folder in /usr/local |
If you don't use sudo for make install then you get a permission issue probably. |
I use sudo to make install, not to make test |
no folder /usr/local/php8.3 |
Sorry, I have no idea, there are no errors in the output and everything seems normal. |
Thank you |
Understanding having problems and encountering errors during install but say installing an not doing without say not done... |
OUCH, sorry i have looked in /usr/lib/ . but --with-config-file-path=/etc/php/8.3 : there is no folder php8.3 in /etc/php I join the file, Is it missing a .so file? |
I should have found a file libphp8.3.so in /usr/lib/apache2/modules |
i rename /usr/lib/apache2/modules/phplib.so, I cannot restart Apache with error and after have done make install i see a new file same number of octets /usr/lib/apache2/modules/phplib.so I restart Apache and it runs ! |
PHP7.2 runs not 8, that means that the make install "create" and copy a libphp.so Version 7
/etc/apache2/mods-enabledphp.load : |
Something is probably wrong with your configuration and it's hard to exactly pinpoint what. It seems related to permission issues. Or it could be conflicting with the PHP installed via your package manager. |
The file /home/bossut_a/php-8.3-src/php-8.3.2/libs/libphp.so is the same than /usr/lib/apache2/modules/libphp, exactly the same weight and the date is the date of install |
Is it normal that CLI version is 8 and Apache version stays 7 |
Description
[php_test_results_20240127_1826.txt](https://github.com/php/php-src/files/14073411/php_test_results_20240127_1826.txt
PHP Version
php-8.3.2
Operating System
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: