ia32-libs on Ubuntu 9.10 (think it's a bug)
It seems that ia32-libs are calling 64bits libraries.
I'm trying to run EPF (Eclipse Framework Composer) on my 64bits Ubuntu 9.10. I know it's a 32bits/java 1.5 app, and according to instructions read on the epf's page, I run it from the terminal doing this (I've installed ia32-libs):
$export LD_LIBRARY_
$./epf -vm /home/lucas/
The applications starts, but it logs the following on the terminal:
/usr/lib/
Failed to load module: /usr/lib/
/usr/lib/
Failed to load module: /usr/lib/
/usr/lib/
Failed to load module: /usr/lib/
I know It's a common problem, but I can't find the right answer. So I thought it was a problem with LD_LIBRARY_PATH (that I was setting it badly) So I use LD_DEBUG=file, to see if epf was really using the /usr/lib32 given on LD_LIBRARY_PATH, and it was. Reading the output, I found this:
4589: file=/usr/
/usr/lib/
Failed to load module: /usr/lib/
4589:
4589: file=/usr/
/usr/lib/
Failed to load module: /usr/lib/
4589:
4589: file=/usr/
/usr/lib/
Failed to load module: /usr/lib/
I don't know how ia32-libs works... and the hole library system :p , but It seems to be extrange that 32bits libraries are calling 64bits libraries.... It's that correct? Or It's bug? Can I fix it from the comand line or something like that?
Thanks in advance.
Lucas Brugé.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu ia32-libs Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask pelatrix for more information if necessary.