Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2001 08:20:03 -0800 (PST)
From:      Peter Pentchev <roam@orbitel.bg>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24800: When i trying to compile mysql323-server from ports i got an error with my_gethostbyname_r... when i manually do ./configure and make i have no errors... how can i fix it?
Message-ID:  <200102021620.f12GK3t64519@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24800; it has been noted by GNATS.

From: Peter Pentchev <roam@orbitel.bg>
To: megasid@chv.ukrpack.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/24800: When i trying to compile mysql323-server from ports i got an error with my_gethostbyname_r... when i manually do ./configure and make i have no errors... how can i fix it?
Date: Fri, 2 Feb 2001 18:09:09 +0200

 On Fri, Feb 02, 2001 at 06:31:58AM -0800, megasid@chv.ukrpack.net wrote:
 > 
 > >Number:         24800
 > >Category:       ports
 > >Synopsis:       When i trying to compile mysql323-server from ports i got an error with my_gethostbyname_r... when i manually do ./configure and make i have no errors... how can i fix it?
 > >Last-Modified:
 > >Originator:     Andrey
 > >Release:        3.5-STABLE
 > >Organization:
 > D-Com
 > >Environment:
 > FreeBSD juno 3.5-STABLE FreeBSD 3.5-STABLE #0: Thu Feb  1 19:08:56 EET 2001     root@juno:/usr/src/sys/compile/JUNO  i386
 > >Description:
 
 Can you do the following..
 
 cd /usr/ports/databases/mysql323-server
 
 # if you're using bash or sh, use the following line..
 make clean all 2>&1 | tee /tmp/mysql-build.log
 
 # if you're using csh/tcsh, use this instead..
 make clean all |& tee /tmp/mysql-build.log
 
 ..and then send us the /tmp/mysql-build.log file?
 
 G'luck,
 Peter
 
 -- 
 I am the thought you are now thinking.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102021620.f12GK3t64519>