[GH-ISSUE #549] Are other PHP packages needed? #399

Closed
opened 2026-02-25 21:34:55 +03:00 by kerem · 1 comment
Owner

Originally created by @smitgd on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/549

💬 Question

Not sure if I just missed something when following the install guide, but to see the webpage with apache2 (ubuntu 20.04) I had to add a few more PHP related extensions beyond the ones listed as required. I added these:
sudo apt install php php-cli php-fpm php-json php-common php-zip Not sure which one made it start working.
Before installing these the browser only displayed some text from the index.php.
The install guide only mentions these as needed:
Cypht requires at least PHP 5.4, composer, and at minimum the OpenSSL, mbstring and cURL extensions.
Also, there does not seem to exist an openssl extension to PHP.

Originally created by @smitgd on GitHub (Feb 10, 2022). Original GitHub issue: https://github.com/cypht-org/cypht/issues/549 ## 💬 Question <!-- Describe your Question in detail. Include screenshots and drawings if needed. --> Not sure if I just missed something when following the install guide, but to see the webpage with apache2 (ubuntu 20.04) I had to add a few more PHP related extensions beyond the ones listed as required. I added these: ```sudo apt install php php-cli php-fpm php-json php-common php-zip``` Not sure which one made it start working. Before installing these the browser only displayed some text from the index.php. The install guide only mentions these as needed: ```Cypht requires at least PHP 5.4, composer, and at minimum the OpenSSL, mbstring and cURL extensions.``` Also, there does not seem to exist an openssl extension to PHP.
kerem closed this issue 2026-02-25 21:34:55 +03:00
Author
Owner

@smitgd commented on GitHub (Feb 10, 2022):

Never mind. I see that the latest INSTALL file has better details than the install link provided in the description:
$ sudo apt install php php-fpm php-mbstring php-curl composer
So I assume php-fpm was what I was missing.

<!-- gh-comment-id:1035651498 --> @smitgd commented on GitHub (Feb 10, 2022): Never mind. I see that the latest INSTALL file has better details than the install link provided in the description: ```$ sudo apt install php php-fpm php-mbstring php-curl composer``` So I assume php-fpm was what I was missing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#399
No description provided.