mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
aee762b25e
Docs/Books/ Docs/MySQL-logos/ Deleted files Docs/Tutorial-MySQL-final.txt Docs/bk.txt Docs/Support/.cvsignore Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/trivial-makeinfo-4.0c.patch Docs/Support/xwf Deleted file now in internals main text Docs/my_sys.txt Deleted file now in internals svn tree Docs/net_doc.txt Removed obsolete entries Docs/.cvsignore Added note that info is obsolete Docs/linuxthreads.txt
19 lines
831 B
Text
19 lines
831 B
Text
[Note this information is obsolete]
|
|
|
|
Notes on compiling glibc for the standard MySQL binary:
|
|
|
|
- make sure you have gcc 2.95 and gmake 3.79 or newer
|
|
- wget ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.2.5.tar.gz
|
|
- wget ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-2.2.5.tar.gz
|
|
- tar zxvf glibc-2.2.5.tar.gz ; cd glibc-2.2.5 ;
|
|
tar zxvf ../glibc-linuxthreads-2.2.5.tar.gz
|
|
- patch -p1 < ~/bk/mysql/Docs/glibc-2.2.5.patch
|
|
- ./configure --prefix=/usr/local/mysql-glibc --enable-static-nss \
|
|
--disable-shared --enable-add-ons=linuxthreads --target=i386 \
|
|
--host=i386-pc-linux-gnu
|
|
- make
|
|
- possible problems - if compiler is not properly installed, one can get
|
|
"cpp: too many input" files error - easiest way to solve - SUSE RPM for gcc
|
|
2.95
|
|
- surun make install
|
|
- To build the binaries, run Build-tools/Do-linux-build
|