-
Hello, I'm trying to install Phalcon on a VPS but It crashes everytime (but seems like not always with the same last message - maybe a configuration is necessary on my VPS ?), I wonder why. Here's my setup :
The problem occurs when I'm at the PECL step. Precisely when I try this command (as root) :
Also happens with phalcon-5.2.1. Everything seems to work but then I'm getting a huge amount of what looks like Zend error from /tmp/. Got a log, attaching it to the subject. What am I doing wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi. I will disclose the Dockerfile that I used when I created the Docker container.
As you can see in this, installing Phalcon is no different than what you describe. |
Beta Was this translation helpful? Give feedback.
-
After searching for the error message, I found an article about running out of memory. In my case, 2GB worked fine, but it may be because I haven't installed anything yet since I just started the VPS. I'm guessing you'll be able to install without problems if you temporarily allocate more memory. |
Beta Was this translation helpful? Give feedback.
-
After perusing your most recent responses and experimenting with the run 3 online game, I believe I now have a fundamental understanding of how it operates. I look forward to conducting additional tests to determine how I can make everything function.Many thanks to each of you! |
Beta Was this translation helpful? Give feedback.
Hello,
Sadly it doesn't change anything.
I solved the issue using WSL to compile Phalcon as phalcon.so and moved it to my VPS. Solved all the problem.
Also, didn't get any message error using WSL with the same configuration as my VPS.
Strange but do remind you can compile Phalcon locally then put it on your server ! :)