LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Error using updatetool on Glassfish 3 (Debian Squeeze 64 bit) (https://www.linuxquestions.org/questions/debian-26/error-using-updatetool-on-glassfish-3-debian-squeeze-64-bit-792528/)

AleLinuxBSD 03-02-2010 01:45 AM

Error using updatetool on Glassfish 3 (Debian Squeeze 64 bit)
 
$ ./updatetool
./glassfishv3/updatetool/bin/../../pkg/python2.4-minimal/bin/python: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

But on my system i have all:
$ ls /usr/lib/libst*
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.13

$ ls /usr/lib64/libst*
/usr/lib64/libstdc++.so.6
/usr/lib64/libstdc++.so.6.0.13

$ python
Python 2.5.5 (r255:77872, Feb 2 2010, 00:25:36)
[GCC 4.4.3] on linux2

So where is the problem?

AleLinuxBSD 03-02-2010 08:37 AM

I would add that using Debian Lenny 32 bit i have no problem.

pliqui 03-18-2010 01:14 PM

Hello,

you could an "apititude install ia32-libs" to install the 32bits libs.

AleLinuxBSD 03-19-2010 02:30 AM

After the installation i obtain this error:
$ ./updatetool
Quote:

Update Tool does not support running in "it_IT.utf" locale.
Attempting to use English locale.
WX import error. Verify the WX widgets are in the PYTHONPATH.
The following can be reported to Update Tool 2.3.0 Development Team <dev@updatecenter.dev.java.net>.

Traceback (innermost last):
File "/dati/java/glassfishv3/updatetool/vendor-packages/updatetool/common/boot.py", line 278, in init_app_locale
import wx
File "wx/__init__.py", line 45, in ?
File "wx/_core.py", line 4, in ?
ImportError: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
I have already installed libgtk2.0-0 while i don't known which package widgets install and how verify if it's present on PYTHONPATH.

pliqui 03-19-2010 06:52 AM

Try chaging your locales to english to run the updatetool

Code:

dpkg-reconfigure locales
remove it-IT and add en-US UTF-8 to see if that work.

After the change open a new terminal and try the update tool

AleLinuxBSD 03-20-2010 02:33 AM

I prefer avoid it.

Also on the 32 bit version i don't must change the language.

I think i will wait future update when will be more attention at the functionality of this program even on 64 bit OS.


All times are GMT -5. The time now is 10:00 PM.