>Description:
        configure:5454: checking LinuxThreads
configure:5495: checking DEC threads
configure:5723: checking named thread libs:
configure:5847: checking for strtok_r in -lpthread
configure:5866: gcc -o conftest     conftest.c -lpthread  -lpthread -lmach -lexc
 -lm  -lpthread -lmach -lexc 1>&5
configure:6007: checking for strtok_r
configure:6035: gcc -o conftest     conftest.c -lpthread -lmach -lexc -lm  -lpth
read -lmach -lexc 1>&5
configure:6069: checking for dlopen in -ldl
configure:6088: gcc -o conftest     conftest.c -ldl   1>&5
/usr/bin/ld:
Can't locate file for: -ldl
collect2: ld returned 1 exit status
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dlopen();

int main() {
dlopen()
; return 0; }
configure:6121: checking for restartable system calls
configure:6147: gcc -o conftest     conftest.c -lpthread -lmach -lexc -lm  -lpth
read -lmach -lexc 1>&5
configure: In function `main':
configure:6139: warning: passing arg 2 of `signal' from incompatible pointer typ
e
configure: failed program was:
#line 6129 "configure"
#include "confdefs.h"
/* Exit 0 (true) if wait returns something other than -1,
   i.e. the pid of the child, which means that wait was restarted
   after getting the signal.  */
#include <sys/types.h>
#include <signal.h>
ucatch (isig) { }
main () {
  int i = fork (), status;
  if (i == 0) { sleep (3); kill (getppid (), SIGINT); sleep (3); exit (0); }
  signal (SIGINT, ucatch);
  status = wait(&i);
  if (status == -1) wait(&i);
  exit (status == -1);
}

configure:6276: checking need of special linking flags
configure:6286: checking for working const
configure:6340: gcc -c -O3 -DDBUG_OFF    conftest.c 1>&5
configure:6361: checking for inline
configure:6375: gcc -c -O3 -DDBUG_OFF    conftest.c 1>&5
configure:6401: checking for off_t
configure:6434: checking for st_rdev in struct stat
configure:6447: gcc -c -O3 -DDBUG_OFF    conftest.c 1>&5
configure:6468: checking whether time.h and sys/time.h may both be included
configure:6482: gcc -c -O3 -DDBUG_OFF    conftest.c 1>&5
configure:6503: checking whether struct tm is in sys/time.h or time.h
configure:6516: gcc -c -O3 -DDBUG_OFF    conftest.c 1>&5
configure:6539: checking size of char
configure:6558: gcc -o conftest -O3 -DDBUG_OFF     conftest.c -lpthread -lmach -
lexc -lm  -lpthread -lmach -lexc 1>&5
configure: failed program was:
#line 6547 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(char));
  exit(0);
}

>How-To-Repeat:
        
>Fix:
        

>Submitter-Id:  <submitter ID>
>Originator:    system PRIVILEGED account
>Organization:
  
   
   
>
>MySQL support: none 
>Synopsis:      problem in loading of mysql
>Severity:      critical
>Priority:      high 
>Category:      mysql
>Class:         support 
>Release:       mysql-3.23.41 (Source distribution)
>Environment:
        
System: OSF1 cal3.vsnl.net.in V4.0 1091 alpha
Machine: alpha
Some paths:  /usr/local/bin/perl /usr/local/bin/make /usr/local/bin/gcc /usr/ccs/bin/cc
GCC: Reading specs from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0e/3.0.1/specs
Configured with: ./configure 
Thread model: single
gcc version 3.0.1
Compilation info: CC='gcc'  CFLAGS=''  CXX='gcc'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
lrwxrwxrwx   1 root     system        17 Apr 29  1999 /lib/libc.a -> ../ccs/lib/libc.a
lrwxrwxrwx   1 root     system        17 Apr 29  1999 /usr/lib/libc.a -> 
../ccs/lib/libc.a
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
Perl: This is perl, version 5.005_03 built for alpha-dec_osf

---------------------------------------------------------------------
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