File: README.hpux

package info (click to toggle)
libdbd-odbc-perl 1.13-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 544 kB
  • ctags: 287
  • sloc: perl: 3,395; ansic: 3,236; makefile: 55
file content (27 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (3)
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
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.