[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] mysql 4 package?
- Subject: RE: [cobalt-users] mysql 4 package?
- From: desa15@xxxxxxxx
- Date: Tue Feb 10 06:58:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
If you not download the binary precompiled version check with this flags in
the configure
./configure --with-low-memory --disable-assembler --disable-shared \
--with-mysqld-ldflags="-all-static" \
--with-client-ldflags="-all-static" \
--prefix=/usr/local/mysql \
--disable-maintainer-mode \
--with-mysqld-user=mysql \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--without-comment \
--without-debug \
--without-bench \
--without-test \
--without-raid
make
make install
Un saludo, Danny