summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-28 00:46:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-28 00:46:23 +0000
commit9a8de00333030b382665b01907d7004a16aafd41 (patch)
tree6426c7a89a004bb0badefd0f234d9de79337e28b /README.tru64
parentf838ca521d1b13fee389f5bb12f25af577d512b6 (diff)
downloadperl-9a8de00333030b382665b01907d7004a16aafd41.tar.gz
Tru64: sockatmark trouble.
p4raw-id: //depot/perl@16827
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru6410
1 files changed, 10 insertions, 0 deletions
diff --git a/README.tru64 b/README.tru64
index b2509b86c7..f64fd9ca38 100644
--- a/README.tru64
+++ b/README.tru64
@@ -101,6 +101,16 @@ library. The good news is that you very probably don't need to ever
use the ODBM_File extension since more advanced NDBM_File works fine,
not to mention the even more advanced DB_File.
+=head1 Perl Fails Because Of Unresolved Symbol sockatmark
+
+If you get an error like
+
+ Can't load '.../OSF1/lib/perl5/5.7.3/alpha-dec_osf/auto/IO/IO.so' for module IO: Unresolved symbol in .../lib/perl5/5.7.3/alpha-dec_osf/auto/IO/IO.so: sockatmark at .../lib/perl5/5.7.3/alpha-dec_osf/XSLoader.pm line 75.
+
+you need to either recompile your Perl in Tru64 4.0D or upgrade your
+Tru64 4.0D: the sockatmark() system call was added in Tru64 4.0F, and
+the IO extension refers that symbol.
+
=head1 AUTHOR
Jarkko Hietaniemi <jhi@iki.fi>