Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
304 | minor | always | 07-11-05 00:00 | 11-30-05 14:43 | |
|
|||||
Reporter: | jdane | Platform: | |||
Assigned To: | OS: | ||||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.14 | ||
Product Build: | 3.0.14 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.15 | ||
|
|||||
Summary: | 0000304: bad symbol (mutext_lock) causes resin JNI lib load failure | ||||
Description: |
RSN-343 after "./configure; make; make install", and starting resin and getting a message about the JNI library not being loaded, I enabled finer logging, and saw this: [09:28:53.485] java.lang.UnsatisfiedLinkError: /usr/local/spkg/resin-pro-3.0.14/libexec/libresin.so: ld.so.1: /usr/java/bin/java: fatal: relocation error: file /usr/local/spkg/resin-pro-3.0.14/libexec/libresin.so: symbol mutext_lock: referenced symbol not found mutext_lock? that looks like a typo to me. I notice also that the source for 3.0.13 contains a preprocessor define ./c/plugin/resin/resin.h:#define pthread_lock(x) mutext_lock(x) but that the source for 3.0.14 doesn't seem to contain any reference at all to a mutext_lock. so perhaps the bug was fixed in the source, but not in the 3.0.14 binary package provided on the Caucho site? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|