$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.