Re: [PHP] Problem about rpm package of php

2002-08-19 Thread Adam Williams
If I haven't responded too late, Install the SRPM package with rpm -ivh file.srpm or file.src.rpm and then do to the SPECS directory. In RedHat's case it is /usr/src/redhat/SPECS and look for something like mod_php.spec or php.spec and edit it. That file has a paramaters it passes to configure

Re: [PHP] Problem about rpm package of php

2002-08-19 Thread EdwardSPL
Adam Williams wrote: If I haven't responded too late, Install the SRPM package with rpm -ivh file.srpm or file.src.rpm and then do to the SPECS directory. In RedHat's case it is /usr/src/redhat/SPECS and look for something like mod_php.spec or php.spec and edit it. That file has a

Re: [PHP] Problem about rpm package of php

2002-08-19 Thread Adam Williams
If memory serves me right, -ba builds the binary and source rpms, and -bb only builds the binary rpm. Adam On Mon, 19 Aug 2002 [EMAIL PROTECTED] wrote: Adam Williams wrote: If I haven't responded too late, Install the SRPM package with rpm -ivh file.srpm or

Re: [PHP] Problem about rpm package of php

2002-08-19 Thread EdwardSPL
So, which command that you recommend to run ? Adam Williams wrote: If memory serves me right, -ba builds the binary and source rpms, and -bb only builds the binary rpm. Adam On Mon, 19 Aug 2002 [EMAIL PROTECTED] wrote: Adam Williams wrote: If I haven't

Re: [PHP] Problem about rpm package of php

2002-08-19 Thread Adam Williams
I'd run -bb but the -ba will work just fine, you'll just delete the src.rpm it builds because you won't need it. Adam On Tue, 20 Aug 2002 [EMAIL PROTECTED] wrote: So, which command that you recommend to run ? Adam Williams wrote: If memory serves me right, -ba

[PHP] Problem about rpm package of php

2002-08-17 Thread EdwardSPL
Dear All, How can I enable --with-imap with rpm / SPRMS packages of php ? Thank for your help ! Edward. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem about rpm package of php

2002-08-17 Thread Jason Wong
On Saturday 17 August 2002 16:38, [EMAIL PROTECTED] wrote: Dear All, How can I enable --with-imap with rpm / SPRMS packages of php ? If you're using Redhat then install the php-imap-*.rpm package. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software Systems

Re: [PHP] Problem about rpm package of php

2002-08-17 Thread EdwardSPL
If I want to enable the options ( eg : --enable-ftp, --with-gd, --with-gettext, --with-memory-limit etc ), so how can I do with rpm / SPRMS package of php ? Thank a lots ! Jason Wong wrote: On Saturday 17 August 2002 16:38, [EMAIL PROTECTED] wrote: Dear All, How can I enable --with-imap

Re: [PHP] Problem about rpm package of php

2002-08-17 Thread Jason Wong
On Saturday 17 August 2002 17:42, [EMAIL PROTECTED] wrote: If I want to enable the options ( eg : --enable-ftp, --with-gd, --with-gettext, --with-memory-limit etc ), so how can I do with rpm / SPRMS package of php ? If they're not enabled in the standard RPMs then: 1) Get the SRPMs and edit

Re: [PHP] Problem about rpm package of php

2002-08-17 Thread EdwardSPL
Jason Wong wrote: On Saturday 17 August 2002 17:42, [EMAIL PROTECTED] wrote: If I want to enable the options ( eg : --enable-ftp, --with-gd, --with-gettext, --with-memory-limit etc ), so how can I do with rpm / SPRMS package of php ? If they're not enabled in the standard RPMs then: