• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Installing ximian Evolution on rh7.2

Evilmage

Member
My friend here seems to be having trouble installing ximian evolution on red hat linux 7.2
I don't seem to see the problem with his commands, and he seems pretty frustrated now 🙂

Anyone want to help out? Here's his attached email lol.



<<
Same old same old red hat $hit.

Damn.

Won't install, because of the goddamn red hat package manager:

[root@barlin root]# rpm -Uvh *rpm
error: failed dependencies:
libgpilotd.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdcm.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdconduit.so.1 is needed by evolution-1.0.2-ximian.1
libpisock.so.4 is needed by evolution-1.0.2-ximian.1

I've spent several hours trying to install evolution. Every time I try the install line, "rpm -Uvh *rpm", it spits back what it is missing.
Stupid, but I can work with that. Problem is, eventually all is left are some files that it doesn't have, doesn't know where to get them, and I cannot locate. Above are files I cannot find. [There are pilot-link*rpm files, but they don't work. There aren't any libgpilot or gpilot files on the Ximian site.] Below are the packages I'm trying to install. I've typed literally hundreds of commands trying to get this installed. I'll work more tomorrow; I've had enough frustration for today.

In Debian linux, one line: "apt-get install evolution".

In *BSD, one line, after CD'ing to the correct ports directory: "make; make install". [Unfortunately, evolution isn't available on OpenBSD, because Gnome isn't yet totally functional on that system.]

In Red Hat, try and try again. Repeat until exhausted.

What a bunch of $hit.
>>

 
Other than the missing dependancies I see no problems. (I know nothing about RPMs and dont care about them because they suck 😉)
 
I totally understand that, but look at the dependencies

libgpilotd.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdcm.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdconduit.so.1 is needed by evolution-1.0.2-ximian.1
libpisock.so.4 is needed by evolution-1.0.2-ximian.1

libgpilotd.so? there is no palm pilot nor should there be a need for it, we downloaded the gnome libraries that were required, just don't see what's wrong
 


<< I totally understand that, but look at the dependencies

libgpilotd.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdcm.so.1 is needed by evolution-1.0.2-ximian.1
libgpilotdconduit.so.1 is needed by evolution-1.0.2-ximian.1
libpisock.so.4 is needed by evolution-1.0.2-ximian.1

libgpilotd.so? there is no palm pilot nor should there be a need for it, we downloaded the gnome libraries that were required, just don't see what's wrong
>>



There may be a no dependancies flag for rpms, you can try that. Or you can see if you can find the palm pilot libraries and install them.
 
Evolution has built in Palm pilot stuff, so it can sync with the calendar program (never did work with my palm m505). Just install it with the nodeps option. Since the only dependencies he has are palm pilot stuff and he doesn't use it, it shouldn't be a problem.

Scyber
 
libgpilotd.so? there is no palm pilot nor should there be a need for it, we downloaded the gnome libraries that were required, just don't see what's wrong

Talk to the maintainer of the RPM, if it runs fine without that lib he should take it off the deps list, if it really needs it you're out of luck. Usually compiling from source lets you remove things you don't want, like this.

Just install it with the nodeps option.

That's a hack, and a bad idea all together. What's the point of using a package manager if you're not going to use it properly? Eventually your database will get so out of wack from --nodeps use that you'll be forced to use it for everything or you'll be compiling everything from scratch.
 
Back
Top