I'd like to use llmp(Linux, lighthttpd(installed by default), MySQL, PHP).
I searched for how to install it but they are all say after installed lighthttpd install php5-cgi and php5-mysql packages but i couldn't find any of them in the repo.
what should i do?

llmp
(6 posts) (3 voices)-
Posted 9 years ago #
-
Try:
# tazpkg get-install php-mysqlPosted 9 years ago # -
and what about php-cgi<php5-cgi>?
Posted 9 years ago # -
php-mysql depend on php. The php package installs that debian distributions name php5-cgi.
Posted 9 years ago # -
Your right it was depended php package and installed.
But didn't work in browser.Posted 9 years ago # -
Lighttpd work in conjunction with "FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more". You can install "fcgi" and make adjustments.
# tazpkg get-install fcgi
Posted 9 years ago #
Reply
You must log in to post.