LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Error: Missing Dependency: libwpd-1.so.7 is needed by package abiword (https://www.linuxquestions.org/questions/fedora-35/error-missing-dependency-libwpd-1-so-7-is-needed-by-package-abiword-370838/)

tmick 10-08-2005 12:44 AM

Error: Missing Dependency: libwpd-1.so.7 is needed by package abiword
 
Has anyone else gotten this error when trying to update core 3 ?
Thanks in advance:(

TexasDevilDog 10-08-2005 06:37 PM

I haven't gotten the error but maybe this will help. I did the following on my system to find the file you requested, but I have FC4-X86_64.

Code:

[root@localhost Richard]# rpm -qa | grep libwpd
libwpd-0.8.1-1
libwpd-0.8.1-1
[root@localhost Richard]# rpm -ql libwpd-0.8.1-1
/usr/lib/libwpd-0.8.so
/usr/lib/libwpd-0.8.so.8
/usr/lib/libwpd-0.8.so.8.0.1
/usr/lib/libwpd-stream-0.8.so
/usr/lib/libwpd-stream-0.8.so.8
/usr/lib/libwpd-stream-0.8.so.8.0.1
/usr/lib64/libwpd-0.8.so
/usr/lib64/libwpd-0.8.so.8
/usr/lib64/libwpd-0.8.so.8.0.1
/usr/lib64/libwpd-stream-0.8.so
/usr/lib64/libwpd-stream-0.8.so.8
/usr/lib64/libwpd-stream-0.8.so.8.0.1

So it appears that you would need to get an rpm for libwpd-1 or something like that. Maybe you can use yum to get it or just go find it your self and then use rpm to install it.

Code:

yum update [package-name]
I don't know if yum can use wildcard for the package-name.

spooon 10-08-2005 08:05 PM

The "libwpd" package in the base repository of FC3 provides the file you want. I have no idea why Yum doesn't find it. Perhaps your Yum config is messed up? Can you show us your /etc/yum.conf and all your files in /etc/yum.conf.d/ ?

If necessary you can try to download the package manually here: http://download.fedora.redhat.com/pu...7.2-1.i386.rpm

shams 10-09-2005 12:48 AM

add the repos to /etc/yum.repos.d from here .

WhatsHisName 10-09-2005 01:19 AM

There's a bugzilla report on this one: https://bugzilla.redhat.com/bugzilla....cgi?id=170117 It's related to abiword.

It will eventually be resolved, but until then, you can run yum like this to avoid the problem:

yum --exclude=libwpd* update

XavierP 10-09-2005 01:49 PM

Shams, rather than just divert people to your website, let them know the actual answer on the boards. We have no way of knowing how long your site will be up and so anyone searching in 6months plus time may find that you have posted a dead link.

The point of LQ is to keep the knowledge in one place and accessible to all. Anyone can just add a link, but it takes someone special to actually answer the question.

tmick 10-10-2005 09:42 PM

Has anyone else gotten this error when trying to update core 3 ?
 
Hi all I checked everything you all stated and it looks like it's a bug with Fedora. I'll keep monitoring the bug and hopefully it will be fixed soon :mad:
Shams You need to update your link it took me to a CNN site about the Nielson Ratings ;)
My /etc/yum.conf look like this:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
~
files in /etc/yum.conf.d/ aren't there,actually by using ls -la there isn't anything named that at all. In /etc/yum.repos.d is a dir and it looks like:
fedora-devel.repo fedora-updates.repo
fedora.repo fedora-updates-testing.repo

Let me know if further information is needed

tritonapc 10-11-2005 10:04 AM

I just solved this problem what I did was following TexasDevilDog's post I simply:

Code:

[root@localhost manuel]# rpm -qa | grep libwpd
libwpd-tools-0.7.2-1
libwpd-0.7.2-1
libwpd-devel-0.7.2-1
[root@localhost manuel]# rpm -ql libwpd-0.8.1-1
package libwpd-0.8.1-1 is not installed  /// oops don't follow it too blindly
[root@localhost manuel]# rpm -ql libwpd-0.7.2-1
/usr/lib/libwpd-1.so
/usr/lib/libwpd-1.so.7
/usr/lib/libwpd-1.so.7.0.2
[root@localhost manuel]# yum update libwpd-*
Setting up Update Process
Setting up Repos
WORKED FROM HERE ON....

So using the asterisk helped I don't know if that was because Fedora made the package more available or what.

VictorYao 10-11-2005 10:16 AM

You can find the file you mention on the website:rpmfind
(you can input rpmfind or sourceforge in the google search bar , the first one is ok).

TexasDevilDog 10-11-2005 12:06 PM

Quote:

Originally posted by tritonapc
[B]I just solved this problem what I did was following TexasDevilDog's post I simply:

I am glad that it worked out for you. My company, Nokia, had me take an accelerated Linux class last week. I went from neophyte to above average user in a week. I will probably forget most of it in a month or so. :D


All times are GMT -5. The time now is 12:02 AM.