Re: Compiling MySQL From Source (not OT)

2001-12-23 Thread Jason Costomiris
On Sat, Dec 22, 2001 at 09:31:55PM -0800, Ben Ocean wrote: : Why am I : working from source? More control. Ok, but why not gain "more control" and not break the packaging model? That's what SRPMs are for. Oh well, back to Star Wars Starfighter SE. Yeah, it's from Redmond, but the xbox just p

Re: Re[2]: Compiling MySQL From Source (not OT)

2001-12-23 Thread Brian Ashe
On Sunday 23 December 2001 03:13, you said something about: > At 02:25 AM 12/23/01 -0500, you wrote: > >Some things to think about now that you've compiled from source... > >Did you make sure to modify the init scripts for these services? > > Huh? The init scripts are the ones located in /etc/rc.

Re[2]: Compiling MySQL From Source (not OT)

2001-12-23 Thread Ben Ocean
At 02:25 AM 12/23/01 -0500, you wrote: >Some things to think about now that you've compiled from source... >Did you make sure to modify the init scripts for these services? Huh? >If so did you track those changes so if you install a security update or the >like and it changes them you can put it

Re[2]: Compiling MySQL From Source (not OT)

2001-12-22 Thread Brian Ashe
Hello Ben, Sunday, December 23, 2001, 12:31:55 AM, you textually orated: Having seen the many (long) discussions that have gone on before, I thought I'd give you some advise. BTW, you've definitely made some great progress in your learning, good job. BO> Why am I working from source? More cont

Re: Compiling MySQL From Source (not OT)

2001-12-22 Thread Ben Ocean
Thanks, Jason. I got fooled by the fact there was a Makefile and README in that directory. I went ahead and rpm -e the tcp_wrapper stuff and built from source (in dir /usr/local ;) and now mysql builds fine. Why am I working from source? More control. You know this stuff better than me, so for

Re: Compiling MySQL From Source (not OT)

2001-12-22 Thread Jason Costomiris
On Sat, Dec 22, 2001 at 02:00:24PM -0800, Ben Ocean wrote: : Hi; : I've written this config script for mysql, but this problem appears to be : unique to RH, so I'm writing this list too: : : #!/bin/sh : cd /usr/local/mysql : ./configure \ : --with-libwrap=/usr/share/doc/tcp_wrappers \ Eh? Why

Compiling MySQL From Source (not OT)

2001-12-22 Thread Ben Ocean
Hi; I've written this config script for mysql, but this problem appears to be unique to RH, so I'm writing this list too: #!/bin/sh cd /usr/local/mysql ./configure \ --with-libwrap=/usr/share/doc/tcp_wrappers \ --with-raid \ --with-thread-safe-client exit 0 Running make check throws these error