[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] mysql 4 package?



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