-
Notifications
You must be signed in to change notification settings - Fork 14
/
README.hpux
28 lines (20 loc) · 957 Bytes
/
README.hpux
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.