Anonymous | Login | Signup for a new account | 12-17-2024 08:34 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001806 | [Resin] | minor | always | 06-19-07 04:39 | 08-28-07 15:36 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | high | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.1 | ||||||
Summary | 0001806: Linking errors with Ubuntu 6.10 | ||||||||
Description |
(rep by F Caso) There is a problem with the ./configure script on 32-bit Ubuntu 6.10 servers. I see this: /usr/local/resin-3.1.1/libexec/libresin.so: /usr/local/resin-3.1.1/libexec/libresin.so: undefined symbol: __stack_chk_fail_local Then try this: # sudo apt-get install gcc-3.3 # ./configure [ ... -- options ...] CC=gcc-3.3 And see this: /usr/local/jdk1.6.0_01/bin/java: symbol lookup error: /usr/local/resin-pro-3.1.1/libexec/libresin.so: undefined symbol: stat64 and then have to do this: # ./configure [ ... -- options ...] --disable-64bit CC=gcc-3.3 I finally Resin started with JNI library compiled and working. The only way to solve the problem is "--disable-64bit CC=gcc-3.3" option. It seems a special incompatibility with Ubuntu 6.10 Server distribution. I have 5 servers with a fresh installation of Ubuntu 6.10. Same problem exist on each server. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |