diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-09-09 09:54:38 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-09-09 09:54:38 +0000 |
commit | 1802498be6a8cb1a3af0f1fe1874ae250ed84062 (patch) | |
tree | f241346a087f7755b660c2c3f29caf951fa99438 /README.hpux | |
parent | 2f88d8570b8240c10365cb105ac0029e1d1e851e (diff) | |
download | perl-1802498be6a8cb1a3af0f1fe1874ae250ed84062.tar.gz |
Merged duplicate info about GDBM/threads on HP-UX 11
from INSTALL to README.hpux
p4raw-id: //depot/perl@31831
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/README.hpux b/README.hpux index 4c173ab2ed..49c4ad4bb8 100644 --- a/README.hpux +++ b/README.hpux @@ -540,10 +540,18 @@ it is known to fail with 64-bit versions of GCC. =head2 GDBM and Threads on HP-UX -If you attempt to compile Perl with threads on an 11.X system and also -link in the GDBM library, then Perl will immediately core dump when it -starts up. The only workaround at this point is to relink the GDBM -library under 11.X, then relink it into Perl. +If you attempt to compile Perl with (POSIX) threads on an 11.X system +and also link in the GDBM library, then Perl will immediately core dump +when it starts up. The only workaround at this point is to relink the +GDBM library under 11.X, then relink it into Perl. + +the error might show something like: + +Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096 +Return Pointer is 0xc082bf33 +sh: 5345 Quit(coredump) + +and Configure will give up. =head2 NFS filesystems and utime(2) on HP-UX |