From owner-freebsd-stable Fri Apr 21 5:49:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id 0822937B62F for ; Fri, 21 Apr 2000 05:49:31 -0700 (PDT) (envelope-from noor@comrax.com) Received: from noor (unknown [156.27.243.27]) by dns.comrax.com (Postfix) with SMTP id 8643E1C9A2 for ; Fri, 21 Apr 2000 15:49:13 +0300 (IDT) From: "Noor Dawod" To: Subject: MySQL and 4.0-STABLE. Date: Fri, 21 Apr 2000 15:49:39 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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