This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove EBCDIC remappings
[perl5.git] / README.haiku
CommitLineData
df00ff3b
IW
1If you read this file _as_is_, just ignore the funny characters you see.
2It is written in the POD format (see pod/perlpod.pod) which is specially
3designed to be readable as is.
4
5=head1 NAME
6
de2902a6 7perlhaiku - Perl version 5.10+ on Haiku
df00ff3b
IW
8
9=head1 DESCRIPTION
10
11This file contains instructions how to build Perl for Haiku and lists
12known problems.
13
14=head1 BUILD AND INSTALL
15
16The build procedure is completely standard:
17
18 ./Configure -de
19 make
20 make install
21
22Make perl executable and create a symlink for libperl:
23
24 chmod a+x /boot/common/bin/perl
7e8c6c4c 25 cd /boot/common/lib; ln -s perl5/5.19.4/BePC-haiku/CORE/libperl.so .
df00ff3b 26
7e8c6c4c 27Replace C<5.19.4> with your respective version of Perl.
df00ff3b
IW
28
29=head1 KNOWN PROBLEMS
30
31The following problems are encountered with Haiku revision 28311:
32
33=over 4
34
35=item *
36
37Perl cannot be compiled with threading support ATM.
38
39=item *
40
ab7c7139 41The F<ext/Socket/t/socketpair.t> test fails. More precisely: the subtests
df00ff3b
IW
42using datagram sockets fail. Unix datagram sockets aren't implemented in
43Haiku yet.
44
45=item *
46
ab7c7139 47A subtest of the F<ext/Sys/Syslog/t/syslog.t> test fails. This is due to Haiku
f703fc96 48not implementing F</dev/log> support yet.
df00ff3b
IW
49
50=item *
51
ab7c7139 52The tests F<lib/Net/Ping/t/450_service.t> and F<lib/Net/Ping/t/510_ping_udp.t>
df00ff3b
IW
53fail. This is due to bugs in Haiku's network stack implementation.
54
55=back
56
57=head1 CONTACT
58
59For Haiku specific problems contact the HaikuPorts developers:
635d4d9b 60L<http://ports.haiku-files.org/>
df00ff3b
IW
61
62The initial Haiku port was done by Ingo Weinhold <ingo_weinhold@gmx.de>.
63
64Last update: 2008-10-29