summaryrefslogtreecommitdiff
path: root/README.hpux
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-05-30 15:52:18 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-30 12:50:14 +0000
commit5df8692c9adbc24ad55369ec6cb2fef5fc7cdcaa (patch)
tree1399fc2f6772794595a0c04b6c6cbd81435c0d8f /README.hpux
parentf7c3111703e46e0c3f0c0667791381c982e9890f (diff)
downloadperl-5df8692c9adbc24ad55369ec6cb2fef5fc7cdcaa.tar.gz
Re: [ PATCH ] module test fest
From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl> HP-UX Oracle wisdom (with some tweaks) p4raw-id: //depot/perl@16881
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.hpux b/README.hpux
index c2a01042c8..80d329434e 100644
--- a/README.hpux
+++ b/README.hpux
@@ -382,6 +382,20 @@ expected.
compiler. If you want to compile Perl using gcc, you will have to get a
version of the compiler that support 64-bit operations.)
+=head2 Oracle on HP-UX
+
+Using perl to connect to Oracle databases through DBI and DBD::Oracle
+has caused a lot of people many headaches. Read README.hpux in the
+DBD::Oracle for much more information. The reason to mention it here
+is that Oracle requires a perl built with libcl and libpthread, the
+latter even when perl is build without threads. Building perl using
+all defaults, but still enabling to build DBD::Oracle later on can be
+achieved using
+
+ Configure -A prepend:libswanted='cl pthread ' ...
+
+Do not forget the space before the trailing quote.
+
=head2 GDBM and Threads on HP-UX
If you attempt to compile Perl with threads on an 11.X system and also
@@ -467,6 +481,6 @@ With much assistance regarding shared libraries from Marc Sabatella.
=head1 DATE
-Version 0.6.5: 2002-02-27
+Version 0.6.6: 2002-05-30
=cut