| 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 #7694 is a reply to message #7687 ] |
Wed, 31 May 2006 21:17   |
|
Good idea.
I had originally planned on re-writing the whole setup piece for 2.5 to make it more user friendly, but due to time constraints and other activities, it will probably be in v3.
|
|
|
| Re: list system requirements on the install directions [message #8275 is a reply to message #7694 ] |
Tue, 20 November 2007 21:51   |
techstudios Messages: 2 Registered: November 2007 |
phpCollab guest |
|
|
Is the version 2.5 currently compatible with php5? I was able to install it and create most of the users etc. But not able to upload files.
|
|
|
| Re: list system requirements on the install directions [message #8283 is a reply to message #8275 ] |
Tue, 04 December 2007 15:43   |
|
OpenBSD 4.1 GENERIC#1435 i386
Apache/1.3.29 Server
php5-core-5.1.6p1
php5-mysql-5.1.6p1
mysql-server-5.0.33
PhpCollab v2.5
Everything is working just fine.
[Updated on: Tue, 04 December 2007 15:43] Terry
|
|
|
| Re: list system requirements on the install directions [message #8286 is a reply to message #7687 ] |
Wed, 05 December 2007 08:11   |
|
|
Check your directory permissions. Are you getting any errors when you try and upload a file?
|
|
|
| Re: list system requirements on the install directions [message #8287 is a reply to message #8286 ] |
Thu, 06 December 2007 15:09  |
|
No problems uploading files. 
drwxr-xr-x 37 root daemon 1024 Oct 26 08:06 phpcollab
drwxrwxrwx 67 root daemon 1024 Oct 25 13:55 files
Terry
|
|
|