G. Mike Keeney writes: > From: root > To: [EMAIL PROTECTED] > Subject: mysqld dumps core on startup. > > >Description: > The mysqld server dumps core on startup. > >How-To-Repeat: > shell> LIBEXEC/mysqld & > >Fix: > None. > > >Submitter-Id: <submitter ID> > >Originator: Mike Keeney > >Organization: > Scott & White Hospital > > >MySQL support: none > >Synopsis: mysqld dumps core on startup > >Severity: critical > >Priority: low > >Category: mysql > >Class: support > >Release: mysql-3.23.42 (Source distribution) > > >Environment: > <machine, os, target, libraries (multiple lines)> > HP9000, S800, HP-UX10.20 > > System: HP-UX swh B.10.20 U 9000/891 314319201 unlimited-user license > > > Some paths: /usr/bin/perl /usr/bin/make /usr/bin/cc > > Compilation info: CC='gcc' CFLAGS='' CXX='gcc' CXXFLAGS='' LDFLAGS='' > LIBC: > -r-xr-xr-x 1 bin bin 1814528 Jun 10 1996 /lib/libc.1 > -r--r--r-- 1 bin bin 2477112 Mar 9 1999 /lib/libc.a > lrwxr-xr-x 1 root sys 15 Oct 4 15:46 /lib/libc.sl -> >/usr/lib/libc.1 > -r-xr-xr-x 1 bin bin 1814528 Jun 10 1996 /usr/lib/libc.1 > -r--r--r-- 1 bin bin 2477112 Mar 9 1999 /usr/lib/libc.a > lrwxr-xr-x 1 root sys 15 Oct 4 15:46 /usr/lib/libc.sl -> >/usr/lib/libc.1 > Configure command: ./configure --with-unix-socket-path=/var/tmp/mysql.sock >--with-low-memory --with-mit-threads=yes --without-perl --enable-thread-safe-client >--with-berkeley-db --with-innodb > Hi,
Unless you cannot use the MySQL binary for HP-UX 10.20 available from our web site (most recommended option), then please continue reading: Please make sure you have all the latest system patches applied on your OS before compiling MySQL. What gcc version do you have? Please consider using gcc-2.95.2 on HP-UX. (2.95.3 probably works just as well too) Try compiling with this configure line: CFLAGS="-DHPUX -I/opt/dce/include" CXXFLAGS="-DHPUX -I/opt/dce/include -felide-constructors -fno-exceptions -fno-rtti" CXX=gcc ./configure --with-pthread --with-named-thread-libs='-ldce' --disable-shared --with-berkeley-db --with-innodb --with-unix-socket-path=/var/tmp/mysql.sock If MySQL still crashes in the startup, please compile MySQL with debug (--with-debug) and check section 'G.1 Debugging a MySQL server' from the MySQL manual. If mysqld core dumps in startup, it should be relatively easy to debug. Regards, - Jani For technical support contracts, visit https://order.mysql.com/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Jani Tolonen <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer /_/ /_/\_, /___/\___\_\___/ Helsinki, Finland <___/ www.mysql.com --------------------------------------------------------------------- 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