Re: kde2 :)


Subject: Re: kde2 :)
From: Patrick Callahan (pac1@tiac.net)
Date: Tue Nov 07 2000 - 20:51:10 MST


Sam Moore wrote:

> Thanks, that was a real find.
> Remaining obstacles to installing kdebase and kdeadmin have to do with missing
> shared libraries:
> Anyone know where I can find:
> libbz2.so.1 (needed by kdeadmin)
> libXm.so.2 (needed by kdebase) ?
>

libbz2.so.1 is likely to be part of the bzip package see below for directions.

libXm.so.2 appears to be part of lesstif. go here for more info
http://rpmfind.net/linux/RPM/libXm.so.2.html

Don't know if this is the right version or not: Not sure why its needed for
kdeadmin, KDE page http://www.kde.org/install-source.html says:

                                      "For Netscape-plugins support in konqueror,
make sure to install lesstif. "

This is the only reference to lesstif on their site. Is konqueror in kdeadmin?
If not, contact kde to let them know there's a possible additional dependency for
lestiff.

lesstif-0.89.9-2.1 RPM for ppc

                                       From Yellow Dog PPC / champion-1.2 / ppc /
YellowDog / RPMS

                                           Name: lesstif

Distribution: Yellow Dog Linux
                                           Version: 0.89.9
                                                                       Vendor:
Terra Soft Solutions
                                           Release: 2.1
                                                                       Build
date: Wed Mar 1 09:45:20 2000
                                           Group: Development/Libraries
                                                                       Build
host: tantive.terraplex.com
                                           Size: 3624573
                                                                       Source
RPM: lesstif-0.89.9-2.1.src.rpm
                                           Packager: Yellow Dog Linux
<bugs@terraplex.com>

o Directions for non YDL pre-requisites (bzip and openSSL)

- bzip

ftp://sourceware.cygnus.com/pub/bzip2/v100/bzip2-1.0.1.tar.gz
                    %cd /usr/src
                     # copy the tar.gz to /usr/src
                     $tar -xzvf bzip2-1.0.1.tar.gz
                     $cd bzip2-1.0.1
                      $./configure
                      $make
                        The above commands assume you have permission to
write in /usr/src
                         if not do it as root or set up your permissions
correctly

                       $su root
                      %make install
                       %bzip2 --version
                        bzip2, a block-sorting file compressor. Version
1.0.1 23-June-2000.

- OpenSSL (including openSSH)

        Here's what I do for Openssh (these are from memory - ymmv)

                    ftp.openssl.org/source/openssl-0.9.6.tar.gz
                    ftp.info-zip.org/pub/infozip/zlib/zlib-1.1.3.tar.gz

ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/Openssh-2.2.0p1

                    the p1 is important. p indicates portable
                    standard build instructions for openssh
                        ftp it
                        copy them to /usr/src
                        cd /usr/src
                        tar -xzvf openssl*.gz
                        tar -xzvf zlib*.gz
                        tar -xzvf openssh*.gz

                        cd /usr/src/zlib*
                         ./configure
                         make
                          make install
                          ldconfig

                         cd /usr/src/openssl*
                         ./configure
                         make
                          make install
                          ldconfig

                            cd /usr/src/openssh*
                         ./configure
                         make
                          make install
                          ldconfig



This archive was generated by hypermail 2a24 : Tue Nov 07 2000 - 20:51:02 MST