On Wed, 25 Apr 2001, Hunter Hillegas wrote:

> As I'm having a lot of problems with the source distro, I'm considering
> moving to your RPMs.
> 
> The manual suggests that there are a lot of problems with Linux and threads,
> etc... and to use the prebuilt binaries if you can...
> 
> I've been using a source distro for awhile. What do I have to do to install
> the RPMs? Any kind of prep?
rpm makes everything simple. 

rpm -i <rpm package>

if you have RPM source, simply execute this command (as root):
rpm --rebuild <source-rpm>

if it run succesfully, you will get three birary rpm, in
/usr/src/redhat/RPMS/<architecture (i386, 486,...)>/ . You can install
the binary as usual

rpm -i <rpm-package>

> 
> Hunter
> 
> database
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to