On Wed, 24 May 2000, Roberto Bourgonjen wrote:

> Hi all,
> 
> I am encountering strange problems on redhat 6.2 installations with
> rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available
> versions from redhat. I _have_ to use rpm's). I've tried two machines.

If the latest mod_perl solves the problem, creating a new RPM is a matter
of downloading the SRPM file (source, e.g. mod_perl-1.21-10.src.rpm),
running:

% rpm -i mod_perl-1.21-10.src.rpm

going into /usr/src/redhat/SOURCES/

putting mod_perl-1.24.tar.gz there

editing /usr/src/redhat/SPECS/mod_perl-1.21-10.spec to pick the latest
tar.gz instead of mod_perl-1.21.tar.gz, renaming the spec file to
mod_perl-1.24-1.spec or else and builing the rpm:

% rpm -ba  /usr/src/redhat/SPECS/mod_perl-1.24-1.spec

and you will get both the src and i386 rpms created.

Enjoy.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://perl.org     http://stason.org/TULARC
http://singlesheaven.com http://perlmonth.com http://sourcegarden.org

Reply via email to