Re: No package 'abiword-2.8' found

From: Daniel Carvalho <idnael_at_gmail.com>
Date: Mon Dec 28 2009 - 12:45:38 CET

I still got the same error... I thought it was because the configure
script was looking for 2.8 but the installed files where 2.9, so I
renamed all the abiword files in /usrc/local/lib to "2.8".

And then the pyabiword compilation succeded!

But when I tried to run the Advanced example, I got
"""ImportError: libabiword-2.7.so: não é possível abrir objecto
partilhado: Ficheiro ou directoria inexistente"""

So I made symbolic links from 2.7 to 2.8...
ln -s /usr/local/lib/libabiword-2.8.so /usr/local/lib/libabiword-2.7.so
ln -s /usr/local/lib/libabiword-2.8.la /usr/local/lib/libabiword-2.7.la

And now it runs ... It seems everything is working. But I believe this
is not the most beautiful solution!!! : )

2009/12/27 J.M. Maurer <uwog@uwog.net>:
> On Fri, 2009-12-25 at 17:08 +0000, Daniel Carvalho wrote:
>> hi
>> I was trying to compile libabiword+pyabiword (my python programs that
>> use abiwidget stop working after I upgrade to ubuntu9.10)
>>
>>
>> In compiling pyabiword I always get this error
>> ./configure --prefix=/usr/local
>>
>> """checking for ABIWORD... configure: error: Package requirements
>> ("abiword-2.8 >= 2.8.0") were not met:
>> No package 'abiword-2.8' found
>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix."""
>
> Run this, and try to configure again:
>
>  export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
>
> Cheers!
>  Marc
>
>
Received on Mon Dec 28 12:46:04 2009

This archive was generated by hypermail 2.1.8 : Mon Dec 28 2009 - 12:46:04 CET