You are not logged in.

#1 2007-04-29 23:53:42

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Problems with poedit...

Hi!

I have installed poedit... but is not working properly...
when I launched it from console, it shows:

$ poedit
poedit: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory

What can I do?

TIA

luciano


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#2 2007-04-30 06:11:10

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Problems with poedit...

The package needs rebuilding because of library updates in Arch (there is already a report on its AUR page). If you can't wait, the following PKGBUILD should work:

# Maintainer: Callan Barrett <wizzomafizzo@gmail.com>
# Contributor: Alexander Fehr <pizzapunk@gmail.com>

pkgname=poedit
pkgver=1.3.6
pkgrel=5
pkgdesc="Cross-platform gettext catalogs (.po files) editor"
arch=('i686')
url="http://www.poedit.net/"
license="MIT"
depends=('gettext' 'wxgtk' 'db' 'gtkspell')
makedepends=('pkgconfig')
source=(http://heanet.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('01bab36f3065daf9dcddb5dedd7c7143')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
}

Offline

#3 2007-05-29 20:59:35

William Koch
Member
From: Paranaguá - Paraná (Brasil)
Registered: 2006-09-23
Posts: 22
Website

Re: Problems with poedit...

Hy, I have a similar problem, only dif. is that the libraries missing are not the same:

poedit: error while loading shared libraries: libwx_gtk2u_xrc-2.6.so.0: cannot open shared object file: No such file or directory

Will I need to install using a pkgbuild?

Thanks. cool

Offline

#4 2007-05-30 10:29:06

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Problems with poedit...

William Koch wrote:

Hy, I have a similar problem, only dif. is that the libraries missing are not the same:

poedit: error while loading shared libraries: libwx_gtk2u_xrc-2.6.so.0: cannot open shared object file: No such file or directory

Will I need to install using a pkgbuild?

Thanks. cool

Yes, you will need to recompile it.

Offline

#5 2007-05-30 10:39:57

William Koch
Member
From: Paranaguá - Paraná (Brasil)
Registered: 2006-09-23
Posts: 22
Website

Re: Problems with poedit...

I tryed to post the error in bugs, but I can't login there.
Someone should send this bug, I searched there and theres no bug report for poedit.

Thank you gradgrind!

Offline

#6 2007-05-30 10:58:33

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Problems with poedit...

It's a community package, and the problem has already been noted on the AUR page.

Offline

Board footer

Powered by FluxBB