04-11-04 09:00 PM
I try to install apache weblogic (8.1sp2) plug-in on apache 2.0.46 (on
HP-UX 11i platform).
I compile apache with the good EXTRA_LDFLAGS set (see BEA install
doc), and when i start apache i have the message below:
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local
Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
If i compile apache without EXTRA_LDFLAGS, i have the same problem.
If i compile apache without EXTRA_LDFLAGS, but i set
LD_PRELOAD="/usr/lib/libcl.2" before to start server, the server run
properly.
If i compile apache with EXTRA_LDFLAGS, and set LD_PRELOAD i have the
same error.
If someone have an idea ?
[ Post a follow-up to this message ]
|