[PHP] compiling php-4.0.6 with imap-4.2

2001-08-23 Thread Juan Pablo Rivera
Hi to all: Can anybody help me, I need to compile php-4.0.6 with imap-4.2 thaks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Instalation

2001-08-15 Thread Juan Pablo Rivera
first you have to unzip your sources: gzip -vd apache*.tar.gz | tar -vxf apache*.tar gzip -vd php*.tar.gz | tar -vxf php*.tar gzip -vd mysql*.tar.gz | tar -vxf mysql*.tar then cd apache.. ./configure --prefix=/your/path/www cd .. cd mysql... ./configure --prefix=/usr/local/mysql make | make

[PHP] php intall

2001-07-02 Thread Juan Pablo Rivera
hi how do i install php in my redhat 7.1 server when alredy have intaled apache with .RPM???