File: README.hpux

package info (click to toggle)
libdbd-odbc-perl 1.37-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,272 kB
  • sloc: perl: 7,932; ansic: 5,991; makefile: 33; sql: 8
file content (30 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$Id: README.hpux 13987 2010-05-14 16:03:36Z mjevans $

Hopefully this will help someone compiling for HP/UX.  I pulled this
off dbi-users from Jonathon Leffler.

If someone using HP/UX can refine this for me, I'd be grateful.

Regards,

Jeff


> Here is the error that I am getting after running the make test:
>
> ======================================================================
> ======
> =============
> t/t00basic........../usr/lib/dld.sl: Can't shl_load() a library containing
> Thread Local Storage: /usr/lib/libcl.2

Hi,

If you look in Notes/environment.variables file in the DBD::Informix
distribution, you will see a variable DBD_INFORMIX_HPUX_USELIBCL.  The
documentation refers to libcl.1; you're running into the equivalent
problem with libcl.2.  I suggest that you track down where that is
used (Makefile.PL), and change the reference to '-l:libcl.1' to
'-l:libcl.\d' (should be good for a few years, anyway).  As far as I
can tell, the libcl library provides nothing of value to ClientSDK.