PDA

View Full Version : PHP installation


el-sid
15th July 2008, 22:19
hey everyone. iv been usin php on fedora 8 but the default installation's not enough. does anyone know how to install it from sources and in a way that both installations wont clash? thanks

topdog
16th July 2008, 12:12
what do u mean is not enough ?

el-sid
19th July 2008, 20:37
what i mean is that some the default php installation does not include some external packages (eg from PEAR) and when i look at the php manual, it talks about recompilling with those packages as an option. but my installation is rpm.

topdog
20th July 2008, 12:14
what packages do u need ?

el-sid
26th July 2008, 14:59
mostly pear packages from PEAR like RC4 and RCA
sorry i take long to reply. i dont have a constant net connection.

topdog
26th July 2008, 18:18
you can use
pear install <package name>

chipsafts
28th July 2008, 03:59
hope you don't mind my hijacking,
but what is it that 'pear' is supposed to do? i did not grasp it from the php documentation.

falko
28th July 2008, 16:07
http://pear.php.net/

startx25
28th July 2008, 17:44
you need to install php and apache

rpm -i apache
rpm -i php

el-sid
28th July 2008, 20:36
thanks for the help everyone. i was able to install
the packages i need by using

yum install php-pear
pear install <my packages>