Mailinglist Archive: opensuse (3442 mails)
| < Previous | Next > |
Re: [SLE] Micro-HOWTO: Install Evolution 1.0 on SuSE 7.1
- From: Ron Cordell <roncordell@xxxxxxxxxxxxxxxx>
- Date: Sat, 15 Dec 2001 16:05:28 -0500
- Message-id: <200112152106.fBFL6aX02047@xxxxxxxxxxxxxxxxxxxxxxx>
I have installed the latest SuSE GNOME RPM's and am unable to execute
Evolution because of missing lib files such as libgal.so.9
-ronc
On Thursday 13 December 2001 01:05 pm, Jamie O'Shaughnessy wrote:
> Of course you could always just install the SuSE built RPMs from:
>
> ftp://ftp.suse.com/pub/suse/i386/supplementary/GNOME/
>
> (includes 7.1, 7.2 and 7.3)
>
> Only 0.99.2 (so not 1.0 like Ximian), but close enough and very little
> effort involved.
>
> Jamie
>
> On Thu, 2001-12-13 at 07:28, David A. Riggs wrote:
> > I just spent about an hour digging through RPM dependancies
> > trying to install Ximian Evolution 1.0 on my SuSE 7.1 box.
> > Here's a Mini-Micro-HOWTO to save you the time that I lost.
> >
> > Disclaimer:
> > I'm not an expert with Linux, SuSE, or Ximian. This is
> > only meant to help, please DO NOT REPLY to me personally,
> > if you have questions or comments/corrections, reply to
> > suse-linux-e@xxxxxxxxx Please correct or add to this
> > if you have additional information.
> >
> > Background info:
> >
> > Ximian Evolution is a MS Outlook clone that (for my purposes
> > and considering that it's only a 1.0 release) does it better
> > than Outlook does. These instructions are for installing only
> > Evolution, none of the other Ximian products. For details and
> > screenshots, see:
> > http://www.ximian.com/products/ximian_evolution/
> >
> > My machine is running SuSE 7.1 with XFree86 4.10 and SuSE
> > 2.4.4-SMP kernel. Gnome is not installed, but there are
> > *some* (all? none?) Gnome libs installed on my system. The
> > dependancy list may not exactly match the libs that you
> > do/don't have installed.
> >
> > Getting the goods:
> >
> > The binary RPMs for SuSE 7.1 are located here:
> > ftp://ftp.ximian.com/pub/ximian-gnome/suse-71-i386/
> >
> > There's a lot of junk there that we're not interested there,
> > obviously the important file is evolution-1.0-ximian.3.i386.rpm,
> > but there's no way it'd be simply as easy as installing only
> > one RPM. This RPM has many dependancies, which in turn have
> > many dependancies. The following is a list of files with their
> > respective sizes that *I needed* (see disclaimer above). You
> > can grab them with ftp, wget, a browser, whatever. If you want
> > to be smooth, you can do a quick rectangle-kill and rectangle-yank
> > with the ftp address above and create a quick & dirty shell
> > script to download them for you...anyway, grab these files and
> > put them into a directory together:
> >
> > 3436814 bonobo-1.0.14-ximian.1.i386.rpm
> > 470485 bonobo-conf-0.14-ximian.1.i386.rpm
> > 3140212 control-center-1.4.0.1-ximian.5.i386.rpm
> > 16840280 evolution-1.0-ximian.3.i386.rpm
> > 100560 gal-0.18.1-ximian.1.i386.rpm
> > 878715 gconf-1.0.4-ximian.1.i386.rpm
> > 8234584 gnome-core-1.4.0.4-ximian.5.i386.rpm
> > 1997280 gnome-pilot-0.1.63-ximian.2.i386.rpm
> > 271232 gnome-print-0.31-ximian.2.i386.rpm
> > 1517466 gnome-vfs-1.0.1-ximian.5.i386.rpm
> > 812392 gtkhtml-1.0.0-ximian.1.i386.rpm
> > 281504 libbonobo-conf0-0.14-ximian.1.i386.rpm
> > 1051874 libgal18-0.18.1-ximian.1.i386.rpm
> > 45065 libghtt-1.0.9-ximian.8.i386.rpm
> > 261013 libglade-0.16-ximian.3.i386.rpm
> > 498911 libgnomeprint15-0.31-ximian.2.i386.rpm
> > 628601 libgtkhtml20-1.0.0-ximian.1.i386.rpm
> > 921329 libiconv-1.5-ximian.3.i386.rpm
> > 106241 libnspr4-0.9.5-ximian.1.i386.rpm
> > 549185 libnss3-0.9.5-ximian.1.i386.rpm
> > 545057 oaf-0.6.7-ximian.2.i386.rpm
> > 416971 pilot-link-0.9.5-ximian.2.i386.rpm
> > 312658 ximian-menus-1.4-ximian.5.i386.rpm
> > 346050 ximian-utils-0.2-ximian.1.i386.rpm
> >
> > Now that you have all (hopefully) of the files, you should
> > check to see if there are any dependancies we have to meet.
> >
> > $> su
> > $> cd dir-with-evolution-rpms/
> > $> rpm --test -Uhv *.rpm
> >
> > If you get some errors due to failed dependancies, then we
> > need some more packages. Hopefully the dependancy is named
> > something sensable that will match or almost match an RPM
> > name from the ftp directory. Try browsing it with a web
> > browser and doing a 'find in page' for some substring of
> > the dependancy.
> > If you have luck like me, that won't help. Go to www.google.com
> > and do a quick search for the dependancy name and ximian, you
> > should find the package that the resource is in easily. Grab
> > it too, and then re-run 'rpm --test -Uhv *.rpm' again. Rinse,
> > lather, repeat.
> > Eventually we'll have no more failed dependancies, meaning
> > it's on to...
> >
> > Installing:
> >
> > If you've gotten this far it should be cake to install the
> > RPMs. Do an
> >
> > $> rpm -Uhv *.rpm
> >
> > to install the whole lot of them. If RPM complains that some
> > are already installed, you can delete that particular RPM, or
> > (if you're brave), do an
> >
> > $> rpm --force --nodeps *.rpm
> >
> > Now 'exit' from root, and type 'evolution'. If you have path
> > issues, the executable is in /opt/gnome/bin/
> >
> > The user's manual is installed under
> > file:////opt/gnome/share/gnome/help/evolution/C/index.html
> >
> > --
> > - David A. Riggs
> > - driggs4@xxxxxxx
> > - Reply to: suse-linux-e@xxxxxxxx , NOT the author.
> >
> >
> > --
> > To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> > For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> > Also check the FAQ at http://www.suse.com/support/faq and the
> > archives at http://lists.suse.com
Evolution because of missing lib files such as libgal.so.9
-ronc
On Thursday 13 December 2001 01:05 pm, Jamie O'Shaughnessy wrote:
> Of course you could always just install the SuSE built RPMs from:
>
> ftp://ftp.suse.com/pub/suse/i386/supplementary/GNOME/
>
> (includes 7.1, 7.2 and 7.3)
>
> Only 0.99.2 (so not 1.0 like Ximian), but close enough and very little
> effort involved.
>
> Jamie
>
> On Thu, 2001-12-13 at 07:28, David A. Riggs wrote:
> > I just spent about an hour digging through RPM dependancies
> > trying to install Ximian Evolution 1.0 on my SuSE 7.1 box.
> > Here's a Mini-Micro-HOWTO to save you the time that I lost.
> >
> > Disclaimer:
> > I'm not an expert with Linux, SuSE, or Ximian. This is
> > only meant to help, please DO NOT REPLY to me personally,
> > if you have questions or comments/corrections, reply to
> > suse-linux-e@xxxxxxxxx Please correct or add to this
> > if you have additional information.
> >
> > Background info:
> >
> > Ximian Evolution is a MS Outlook clone that (for my purposes
> > and considering that it's only a 1.0 release) does it better
> > than Outlook does. These instructions are for installing only
> > Evolution, none of the other Ximian products. For details and
> > screenshots, see:
> > http://www.ximian.com/products/ximian_evolution/
> >
> > My machine is running SuSE 7.1 with XFree86 4.10 and SuSE
> > 2.4.4-SMP kernel. Gnome is not installed, but there are
> > *some* (all? none?) Gnome libs installed on my system. The
> > dependancy list may not exactly match the libs that you
> > do/don't have installed.
> >
> > Getting the goods:
> >
> > The binary RPMs for SuSE 7.1 are located here:
> > ftp://ftp.ximian.com/pub/ximian-gnome/suse-71-i386/
> >
> > There's a lot of junk there that we're not interested there,
> > obviously the important file is evolution-1.0-ximian.3.i386.rpm,
> > but there's no way it'd be simply as easy as installing only
> > one RPM. This RPM has many dependancies, which in turn have
> > many dependancies. The following is a list of files with their
> > respective sizes that *I needed* (see disclaimer above). You
> > can grab them with ftp, wget, a browser, whatever. If you want
> > to be smooth, you can do a quick rectangle-kill and rectangle-yank
> > with the ftp address above and create a quick & dirty shell
> > script to download them for you...anyway, grab these files and
> > put them into a directory together:
> >
> > 3436814 bonobo-1.0.14-ximian.1.i386.rpm
> > 470485 bonobo-conf-0.14-ximian.1.i386.rpm
> > 3140212 control-center-1.4.0.1-ximian.5.i386.rpm
> > 16840280 evolution-1.0-ximian.3.i386.rpm
> > 100560 gal-0.18.1-ximian.1.i386.rpm
> > 878715 gconf-1.0.4-ximian.1.i386.rpm
> > 8234584 gnome-core-1.4.0.4-ximian.5.i386.rpm
> > 1997280 gnome-pilot-0.1.63-ximian.2.i386.rpm
> > 271232 gnome-print-0.31-ximian.2.i386.rpm
> > 1517466 gnome-vfs-1.0.1-ximian.5.i386.rpm
> > 812392 gtkhtml-1.0.0-ximian.1.i386.rpm
> > 281504 libbonobo-conf0-0.14-ximian.1.i386.rpm
> > 1051874 libgal18-0.18.1-ximian.1.i386.rpm
> > 45065 libghtt-1.0.9-ximian.8.i386.rpm
> > 261013 libglade-0.16-ximian.3.i386.rpm
> > 498911 libgnomeprint15-0.31-ximian.2.i386.rpm
> > 628601 libgtkhtml20-1.0.0-ximian.1.i386.rpm
> > 921329 libiconv-1.5-ximian.3.i386.rpm
> > 106241 libnspr4-0.9.5-ximian.1.i386.rpm
> > 549185 libnss3-0.9.5-ximian.1.i386.rpm
> > 545057 oaf-0.6.7-ximian.2.i386.rpm
> > 416971 pilot-link-0.9.5-ximian.2.i386.rpm
> > 312658 ximian-menus-1.4-ximian.5.i386.rpm
> > 346050 ximian-utils-0.2-ximian.1.i386.rpm
> >
> > Now that you have all (hopefully) of the files, you should
> > check to see if there are any dependancies we have to meet.
> >
> > $> su
> > $> cd dir-with-evolution-rpms/
> > $> rpm --test -Uhv *.rpm
> >
> > If you get some errors due to failed dependancies, then we
> > need some more packages. Hopefully the dependancy is named
> > something sensable that will match or almost match an RPM
> > name from the ftp directory. Try browsing it with a web
> > browser and doing a 'find in page' for some substring of
> > the dependancy.
> > If you have luck like me, that won't help. Go to www.google.com
> > and do a quick search for the dependancy name and ximian, you
> > should find the package that the resource is in easily. Grab
> > it too, and then re-run 'rpm --test -Uhv *.rpm' again. Rinse,
> > lather, repeat.
> > Eventually we'll have no more failed dependancies, meaning
> > it's on to...
> >
> > Installing:
> >
> > If you've gotten this far it should be cake to install the
> > RPMs. Do an
> >
> > $> rpm -Uhv *.rpm
> >
> > to install the whole lot of them. If RPM complains that some
> > are already installed, you can delete that particular RPM, or
> > (if you're brave), do an
> >
> > $> rpm --force --nodeps *.rpm
> >
> > Now 'exit' from root, and type 'evolution'. If you have path
> > issues, the executable is in /opt/gnome/bin/
> >
> > The user's manual is installed under
> > file:////opt/gnome/share/gnome/help/evolution/C/index.html
> >
> > --
> > - David A. Riggs
> > - driggs4@xxxxxxx
> > - Reply to: suse-linux-e@xxxxxxxx , NOT the author.
> >
> >
> > --
> > To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> > For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> > Also check the FAQ at http://www.suse.com/support/faq and the
> > archives at http://lists.suse.com
| < Previous | Next > |