Hi everyone: I want to compile a mysql client on sparc Solaris 2.6, but I have this problem. Is there any solution ?
How-To-Repeat: >echo $PATH /usr/sbin:/usr/bin:/usr/sbin:/usr/bin:/bin:/opt/VRTSvmsa/bin:/etc/vx/bin:/usr/pl atform/sun4u/sbin:/usr/opt/SUNWmd/sbin:/usr/ccs/bin:/opt/libpcap:/usr/openwin/bi n:/usr/local/bin:/usr/local/include:.:/usr/local/lib:/opt/libpcap/lib:/usr/openw in/bin:/usr/bin/nsr >./configure --without-server checking build system type... sparc-sun-solaris2.6 checking host system type... sparc-sun-solaris2.6 checking target system type... sparc-sun-solaris2.6 checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) no checking for mawk... no checking for gawk... no checking for nawk... nawk checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking "C Compiler version"... "gcc 2.95.2" checking "C++ compiler version"... "g++ 2.95.2" checking for ranlib... ranlib checking for ld used by GCC... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/ccs/bin/nm -p checking whether ln -s works... yes loading cache /dev/null within ltconfig checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes checking command to parse /usr/ccs/bin/nm -p output... ok checking how to hardcode library paths into programs... immediate checking for /usr/ccs/bin/ld option to reload object files... -r checking dynamic linker characteristics... solaris2.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache /dev/null checking for a BSD compatible install... ./install-sh -c checking for bison... no checking for byacc... no checking for pdftex... no checking for tex... no checking "return type of sprintf"... "int" checking for uname... /usr/bin/uname checking operating system... SunOS checking "if we should use 'skip-locking' as default for solaris2.6"... "no" checking for ln... /usr/bin/ln checking for ln... /usr/bin/ln checking for mv... /usr/bin/mv checking for rm... /usr/bin/rm checking for cp... /usr/bin/cp checking for sed... /usr/bin/sed checking for cmp... /usr/bin/cmp checking for chmod... /usr/bin/chmod checking for hostname... /usr/bin/hostname checking for gnutar... no checking for gtar... no checking for tar... tar checking for perl... no checking for perl5... no checking for ps... /usr/bin/ps checking "how to check if pid exists"... "/usr/bin/ps -ef | grep mysqld | grep " $$PID " > /dev/null" checking for kill... /usr/bin/kill checking "for kill switches"... "/usr/bin/kill -0 $$PID > /dev/null 2> /dev/null " checking for gcc option to accept ANSI C... checking if we should use assembler functions... no checking if we should use RAID... no checking if we should should enable LOAD DATA LOCAL by default... no checking for getconf... getconf checking for CFLAGS value to request large file support... -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 checking for LDFLAGS value to request large file support... checking for LIBS value to request large file support... checking for _FILE_OFFSET_BITS... 64 checking for _LARGEFILE_SOURCE... 1 checking for _LARGE_FILES... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking for size_t... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for float.h... yes checking for floatingpoint.h... yes checking for ieeefp.h... yes checking for limits.h... yes checking for memory.h... (cached) yes checking for pwd.h... yes checking for select.h... no checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for synch.h... yes checking for sys/mman.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes checking for sys/vadvise.h... no checking for sys/wait.h... (cached) yes checking for term.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for sys/utime.h... yes checking for termio.h... yes checking for termios.h... yes checking for sched.h... yes checking for crypt.h... yes checking for alloca.h... yes checking for sys/ioctl.h... yes checking for floor in -lm... yes checking for gethostbyname_r in -lnsl_r... no checking for gethostbyname_r in -lnsl... yes checking for gethostbyname_r... yes checking for setsockopt... no checking for setsockopt in -lsocket... yes checking for yp_get_default_domain... yes checking for p2open... no checking for p2open in -lgen... yes checking for bind... yes checking for crypt in -lcrypt... yes checking for crypt... yes checking if libz with compress... no checking for int8... no checking "LinuxThreads"... "Not found" checking "DEC threads"... "no" checking "DEC 3.2 threads"... "no" checking "SCO threads"... "no" checking "SCO UnixWare7 native threads"... "no" checking "OpenUNIX8 native threads"... "no" checking "Siemens threads"... "no" checking "Solaris threads"... "yes" checking "named thread libs:"... "-lpthread -lthread" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... yes checking for unistd.h... (cached) yes checking for restartable system calls... no checking "need of special linking flags"... "none" checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for char... yes checking size of char... 1 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking size of off_t... 8 checking whether byte ordering is bigendian... yes checking base type of last arg to accept... int checking stack direction for C alloca... -1 checking for working alloca.h... (cached) yes checking for alloca... yes checking if struct timespec has a ts_sec member... no checking if we have tzname variable... yes checking for type ulong... yes checking for type uchar... no checking for type uint... yes checking for type fp_except... yes checking if g++ supports bool types... yes checking if conversion of longlong to float works... yes checking if pthread_yield takes zero arguments... yeso checking if pthread_yield takes 1 argument... no checking for varargs.h... yes checking for stdarg.h... yes checking for dirent.h... yes checking for locale.h... yes checking for ndir.h... no checking for sys/dir.h... no checking for sys/file.h... yes checking for sys/ndir.h... no checking for sys/ptem.h... yes checking for sys/pte.h... no checking for sys/select.h... yes checking for sys/stream.h... yes checking for sys/mman.h... (cached) yes checking for curses.h... yes checking for termcap.h... no checking for termio.h... (cached) yes checking for termbits.h... no checking for asm/termbits.h... no checking for grp.h... yes checking for paths.h... no checking for lstat... yes checking for putenv... yes checking for select... yes checking for setenv... no checking for setlocale... yes checking for strcoll... yes checking for tcgetattr... yes checking whether stat file-mode macros are broken... no checking return type of signal handlers... void checking for type of signal functions... posix checking whether programs are able to redeclare getpw functions... yes checking for TIOCGWINSZ in sys/ioctl.h... no checking for FIONREAD in sys/ioctl.h... no checking for TIOCSTAT in sys/ioctl.h... no checking if struct dirent has a d_ino member... yes checking whether signal handlers are of type void... yes checking for tgetent in -lncurses... no checking for tgetent in -lcurses... yes checking for termcap functions library... -lcurses checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking return type of signal handlers... (cached) void checking return type of qsort... void checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... yes checking for alarm... yes checking for bmove... no checking for chsize... no checking for ftruncate... yes checking for rint... yes checking for finite... yes checking for isnan... yes checking for fpsetmask... yes checking for fpresetsticky... no checking for cuserid... yes checking for fcntl... yes checking for fconvert... yes checking for poll... yes checking for getrusage... yes checking for getpwuid... yes checking for getcwd... yes checking for getrlimit... yes checking for getwd... yes checking for index... yes checking for stpcpy... no checking for locking... no checking for longjmp... yes checking for perror... yes checking for pread... yes checking for realpath... yes checking for readlink... yes checking for rename... yes checking for socket... yes checking for strnlen... no checking for madvise... yes checking for mkstemp... yes checking for strtol... yes checking for strtoul... yes checking for strtoll... yes checking for strtoull... yes checking for snprintf... yes checking for tempnam... yes checking for thr_setconcurrency... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... (cached) yes checking for getpwnam... yes checking for bfill... no checking for bzero... yes checking for bcmp... yes checking for strstr... yes checking for strpbrk... yes checking for strerror... yes checking for tell... yes checking for atod... no checking for memcpy... yes checking for memmove... yes checking for setupterm... no checking for strcasecmp... yes checking for sighold... yes checking for vidattr... no checking for lrand48... yes checking for localtime_r... yes checking for sigset... yes checking for sigthreadmask... no checking for pthread_sigmask... yes checking for pthread_setprio... no checking for pthread_setprio_np... no checking for pthread_setschedparam... yes checking for pthread_attr_setprio... no checking for pthread_attr_setschedparam... yes checking for pthread_attr_create... no checking for pthread_getsequence_np... no checking for pthread_attr_setstacksize... yes checking for pthread_condattr_create... no checking for rwlock_init... yes checking for pthread_rwlock_rdlock... no checking for fchmod... yes checking for getpass... yes checking for getpassphrase... yes checking for initgroups... yes checking for mlockall... yes checking for fseeko... yes checking for dlopen... yes checking for dlerror... yes checking style of gethost* routines... solaris checking style of gethostname_r routines... other checking 3 argument to gethostname_r routines... char checking "args to pthread_getspecific"... POSIX checking "args to pthread_mutex_init"... POSIX checking "args to readdir_r"... POSIX checking "style of sigwait"... POSIX checking "for pthread_attr_setscope"... yes checking "can netinet files be included"... "yes" checking "character sets"... Can't open ./sql/share/charsets/Index configure: error: No number was found in ./sql/share/charsets/Index for the latin1 character set. This is a bug in the MySQL distribution. Please report this message to [EMAIL PROTECTED] Regards, Rodrigo __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.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