-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to locate package php5-phalcon #16148
Comments
Does this command work? (installing from pecl)
If you are not using pecl what are you using as repository? |
When using apt-get I used the ppa:ondrej/php repository When using pecl I get the following error: PHP Fatal error: Uncaught Error: Call to undefined function _parseFeaturesHeaderFile() in /usr/share/php/OS/Guess.php:248 |
I do not see the phalcon5 package in ondrej's repository: https://launchpad.net/~ondrej/+archive/ubuntu/php/+index?batch=75&memo=75&start=75 He probably has not updated it. As for the
If the above are correct then the installation is OK. For the stack trace you posted, I have no idea where the Make sure you have a proper installation of PEAR and then you can run the |
Ok I will share the Stack trace with the pear team. As for Phalcon I guess I'm stuck with phalcon 4 for now as |
I did a bit of digging and found in addition to the instructions in the docs related to Pecl install, one needs to install |
Closing, this is not related to Phalcon. Suggestion: Use Docker or Ansible to improve deployment process. |
I'm using Ubuntu 20.04 with PHP 7.4, 8.0, and 8.1. I already have Phalcon 4 installed without issues on PHP 7.4. I now want to install PHP 5 but after following these instructions:
https://docs.phalcon.io/5.0/en/installation
I get the error: unable to locate package php-phalcon5
How does one install Phalcon 5 successfully
The text was updated successfully, but these errors were encountered: