Date: Fri, 21 Apr 2000 15:49:39 +0200 From: "Noor Dawod" <noor@comrax.com> To: <freebsd-stable@freebsd.org> Subject: MySQL and 4.0-STABLE. Message-ID: <AJEKICLEDNDCBKDJGHGFCEHPCHAA.noor@comrax.com>
next in thread | raw e-mail | index | archive | help
Hi, After successfully upgrading to 4.0-STABLE, I am trying to rebuild most of the services that drive our Web server. When trying to build MySQL, the compilation process stucks while compiling one of the files. The configure script is: ./configure --prefix=/usr/local --sysconfdir=/mysql --localstatedir=/mysql - -with-gnu-ld --with-named-thread-libs='-lc_r' --enable-large-files --with-un ix-socket-path=/mysql/mysql.socket --with-mysqld-user=mysql --without-debug --without-docs --without-bench --without-readline The compilation gets stuck at the following line: c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\" " -DDATADIR="\"/mysql\"" -DSHAREDIR="\"/usr/local/s hare/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -D_LARGEFILE_SOURCE -D _LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF -fno-implicit-te mplates -DMYSQLD_NET_RETRY_COUNT=1000000 -c sql_yacc.cc When I say stuck, it means that the c++ compiler works for 10 minutes without ending the compilation of the file, and in top I can see that c++ is using malloc() and free() as the memory usage is changing as time progresses. The compilation of this file takes a bit long, but not 10 minutes. Pressing Ctrl+C stops the compilation at once. Does anyone have such configuration, and had the same problem? Any idea what is not right? Thanks in advance. Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AJEKICLEDNDCBKDJGHGFCEHPCHAA.noor>