Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 18:12:35 +0100
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports <ports@freebsd.org>
Subject:   MySQL 5.0.1 TCP connection still broken
Message-ID:  <20041109171233.GA50226@vision.anyware>

next in thread | raw e-mail | index | archive | help
Hello,

It's about this post:

http://groups.google.com/groups?hl=en&lr=&selm=40603EA0.1090608%40FreeBSD.org

There's  still  an  issue  between   MySQL  and  TCP  wrappers,  as  TCP
connections are refused when MySQL  is compiled --with-libwrap, which is
the default.

$ telnet localhost 3306
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

Is there a PR in GNATS about this problem, or a bug report at MySQL?  Is
it possible  to issue some warning  message in the Makefile,  or to make
--with-libwrap configurable via a WITH_* knob?

FWIW I didn't set CPUTYPE.

Thanks in advance,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/



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