Re: Unable to make install mysql with DB-3.2.9a

2001-03-02 Thread Fox Mulder

--- Boulat Khakimov <[EMAIL PROTECTED]> wrote:
> Making install in ./db-3.2.9a/build_unix
> make[1]: Entering directory
> `/usr/src/mysql-3.23.33/db-3.2.9a/build_unix'
> install_include install_lib install_utilities install_docs
> make[1]: install_include: Command not found
> make[1]: *** [install] Error 127
> make[1]: Leaving directory
> `/usr/src/mysql-3.23.33/db-3.2.9a/build_unix'
> 
> make: *** [install-recursive] Error 1
> 
> Anyone knows how to solve this problem?

Well, I've got this problem too.
So I do the next:

cd db-3.2.9a/build_unix
make distclean
../dist/configure
make
cd ../..
make install

So, to be more clear... I just compile the BDB again, something in
the MySQL configure is doing this problem...

Best Regards.

Fox Mulder


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-
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




Re: There are no DB defined space limits on MySQL Databases ?

2001-02-16 Thread Fox Mulder


--- Brian Reichert <[EMAIL PROTECTED]> wrote:
> On Sat, Feb 17, 2001 at 03:23:49PM +0800, yindu wrote:
> > There are no DB defined space limits on MySQL Databases ?It's
> dangerours .How to control
> > the database space on my database user?
> 
> Filesystem quotas.

But, to define filesystem quota, I will need to change de Owner of
the file to the name of the respecive user right?

Example: if the table belong to user max, I'll:

chown max.users *.ISM

Right??

[]'s

Fox W. Mulder


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-
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