| list system requirements on the install directions [message #7687] |
Mon, 22 May 2006 15:44  |
|
|
Hi-
I used the pdf document describing how to install to put ver. 2.4. on Ububtu Linux 5.10. Maybe i missed something, but the most persistent problem i encountered occurred because i did not have certain packages installed. They were:
libgd2-xpm libgd2-xpm-dev php5-gd
in addition, the average noob may not know that they also will need:
apache2 php5 mysql-server libapache2-mod-auth-mysql libapache2-mod-php5 php5-mysql
On ubuntu, you use the apt command so the above packages would be installed with the command:
sudo apt-get install apache2 php5 mysql-server libapache2-mod-auth-mysql libapache2-mod-php5 php5-mysql libgd2-xpm libgd2-xpm-dev php5-gd
instructions on how to test if apache, mysql, php5, and gd libraries have been installed properly might also help? thanx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: list system requirements on the install directions [message #8818 is a reply to message #8810] |
Fri, 11 February 2011 17:53  |
|
|
| honey11 wrote on Thu, 10 February 2011 21:40 | I would also like to know the system requirement to install the same. Tried to install it but failed. Showing errors. I am sure some packages are missing and that is why it is showing these errors. Anyone have any installation experience. Please help us by directing the right direction.
|
What errors are you getting?
I have installed phpC on *unix boxes, OSX, and XAMPP on Windows.
Only requirements are:
Webserver
PHP 4+
MySQL 3+
The most common problems are usually permission related. In the ~/docs directory of phpC there is an install.txt file that explains what permissions are needed to be set for specific files and directories.
|
|
|
|