>Description:
I have just built MySQL on an OpenBSD 3.1 platform.  The server and
client don't seem to be fully communicating.  mysqladmin and mysql will
just hang with no output. Running mysqld with the --debug string
described in the manual, I notice that each time a client attempts to
connect, the trace shows "creating thread n" and "Thread created" but
that's all.  No response occurs.  In order to get the client to end I
have to use "kill -KILL".  The same is true of mysqld if I don't have
it in debug mode.

The port and socket information all appears to be correct on both sides. the daemon 
must be hearing the initial connection, as it builds a thread.  Should I rebuild with 
MIT p-threads?  Or without libwrap?

  The version string of
mysqld is "mysqld  Ver 3.23.51-debug for unknown-openbsd3.1 on i386"
I am a non-root user, so I configured the build accordingly:
./configure --prefix=/home/luser/mysql\
--with-tcp-port=33060\
--with-mysqld-user=luser\
--with-unix-socket-path=/home/luser/mysql/mysql.sock\
--with-debug\
--with-libwrap\
--with-client-ldflags=-all-static\
--with-mysqld-ldflags=-all-static

>How-To-Repeat:
        Is this a problem with my build, or with BSD incompatibility,
or a config problem?
>Fix:
        Hoping for answer.

>Submitter-Id:  
>Originator:    Gary Bickford
>Organization:  FXT Corp.
>MySQL support: none
>Synopsis:      Server & Client do not communicate
>Severity:      critical 
>Priority:      high
>Category:      mysql
>Class:         support
>Release:       mysql-3.23.51 (Source distribution)

>Environment:
        
System: OpenBSD acorus.empnet.com 3.1 GENERIC#32 i386


Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd3.1/2.95.3/specs
gcc version 2.95.3 20010125 (prerelease)
Compilation info: CC='gcc'  CFLAGS=''  CXX='g++'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
-r--r--r--  1 root  bin  731854 Jul 15 18:24 /usr/lib/libc.a
-r--r--r--  1 root  bin  598747 Jul 15 18:24 /usr/lib/libc.so.28.5
Configure command: ./configure --prefix=/home/garyb/mysql --with-tcp-port=33060 
--with-mysqld-user=garyb --with-unix-socket-path=/home/garyb/mysql/mysql.sock 
--with-debug --with-libwrap --with-client-ldflags=-all-static 
--with-mysqld-ldflags=-all-static


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to