Linux Peazip - Anyone able to get it running on 64bit

Gaurish

Level F
Hi,

Peazip seem excellent File Achiever, It has more features any other Archiving App on Linux. But I am not able to get it running on 64bit. Its a 32bit app, but people have reported to be able to run it under 64bit.

Code:
$ peazip

QIconvCodec::convertFromUnicode: using ASCII for conversion, iconv_open failed

QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed

Runtime error 231 at $081B811D

  $081B811D

  $0806356A

  $0831A0CA

  $08139152

  $0813B4D9

  $08077E43

  $08079B5B

  $0807BBE6

  $08082E08

  $0805AA28

Any able to get it running

PS: if you don't know what peazip is, please see this:

PeaZip - Free software downloads and software reviews - CNET Download.com
 
do you have 32-bit compatibility libraries installed? (ia32-libs) or I think you may have to end up installing 32-bit libs and/or dependencies manually(If you want to try,find the dependencies needed by "peazip" from their site?).Check /usr/lib32 library in most distros.

You can check individual lib files for checking 32/64 bit by using "file" command.

Here ,I think this application you want to install is using gtk-ui and hence will need gtk(32-bit) libs installed.
 
Installed the said package but still no luck

Code:
gaurish ~ > clyde -Q libiconv

local/libiconv 1.13.1-1

gaurish ~ > cd /etc/ld.so.conf.d/

gaurish ld.so.conf.d > ls

fakeroot.conf  lib32-glibc.conf  vmware.conf  xulrunner.conf

gaurish ld.so.conf.d > cat *

/usr/lib/libfakeroot

/opt/lib32/lib

/opt/lib32/usr/lib

/usr/lib/vmware/lib/libssl.so.0.9.8

/usr/lib/vmware/lib/libcrypto.so.0.9.8

/usr/lib/xulrunner-1.9.2

Also, tried to refresh the ldconfig, but no luck

http://paste2.org/p/818071
 
if, for example, libiconv (32bit) is located in /usr/lib32/ then can you try this:

Code:
LD_LIBRAY_PATH=/usr/lib32 peazip
 
vishalrao said:
if, for example, libiconv (32bit) is located in /usr/lib32/ then can you try this:

Code:
LD_LIBRAY_PATH=/usr/lib32 peazip

I have 64bit version of this lib

Code:
gaurish ld.so.conf.d > clyde -Qi libiconv

Name           : libiconv

Version        : 1.13.1-1

URL            : [url]http://www.gnu.org/software/libiconv/[/url]

Licenses       : GPL  

Groups         : None

Provides       : None

Depends On     : None

Optional Deps  : None

Required By    : None

Conflicts With : None

Replaces       : None

Installed Size : 2592.00 K

Packager       : Unknown Packager

Architecture   : x86_64

Build Date     : Sat 08 May 2010 07:57:23 PM IST

Install Date   : Sat 08 May 2010 07:57:24 PM IST

Install Reason : Explicitly installed

Install Script : No

Description    : GNU libiconv is an encoding conversion library

Btw, found this, could this a reason?
 
Back
Top