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, -b

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

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 f

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 param

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 s

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 t

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 edi

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 --wit

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 Int