Mailinglist Archive: opensuse (4288 mails)

< Previous Next >
Re: [SLE] Evolution 1.0.5
On Wed, 2002-05-15 at 18:20, Art Fore wrote:
> I downloaded the tarballs for Evolution, bonobo, gal, and gtkhtml and tried
> installing them. I get could not find /usr/local/lib/gonomeConf.sh when
> running ./configure. This file is located in opt/gnome/lib. How can I get
> ./configure to work with this parth?
>
> OR
>
> Will the SuSE 7.3 rpms from Ximian work with SuSE 8.0.
>
> Art
>
> --
> 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 archives at http://lists.suse.com
>

Hi there...
I to wanted to use the new 1.0.5 since the version packaged with SuSE8.0
was full of bugs...

Here are the steps I performed to compile 1.0.5 on SuSE8.0;

1. Install from SuSE8.0 installation medium the followong packages;
* All gnome-*-devel packages
* libglade with libglade-devel
* libxml with libxml-devel
* gdkpixbuf + devel
* gtkhtml....
* esound and esound-devel

2. Install db-3.1.17 http://www.sleepycat.com/update/snapshot/

#unpack
tar xzf db-3.1.17.tar.gz
cd db-3.1.17/dist/
./configure --prefix=/opt/berkeleydb-3.1.17
make
make install

3. Download and install scrollkeeper (From Ximian)

rpm -Uhv scrollkeeper-0.2-ximian.6.src.rpm
cd /usr/src/packages/SPECS
rpm -ba scrollkeeper.spec
cd /usr/src/packages/RPMS/i386/
rpm -Uhv scrollkeeper-0.2-321.i386.rpm

4. Download and install GAL

tar xzf gal-0.19.1.tar.gz
cd gal-0.19.1
#Do NOT uninstall the current gal-rpm.... just overwrite it or Yast2
#will overwrite it the next time you run Yast2... :-(

./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \
--with-gnome=/opt/gnome
make
make install

5. Download and install Evolution

#Begin by uninstalling current evolution if installed;
rpm -e evolution

tar xzf evolution-1.0.5.tar.gz
cd evolution-1.0.5

# If configure is cached.... run "rm config.cache"

./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \
--with-gnome=/opt/gnome \
--with-nspr-includes=/opt/mozilla/include \
--with-nspr-libs=/opt/mozilla \
--with-nss-includes=/opt/mozilla/include/pipnss \
--with-nss-libs=/opt/mozilla --with-openldap=/usr \
--with-db3-includes=/opt/berkeleydb-3.1.17/include \
--with-db3-libs=/opt/berkeleydb-3.1.17/lib

#If above failes on gal-lib, replace occurances of "0.19.2" with
"0.19.1" in "configure" and "configure.in". This since I couldn't finf
a 0.19.2 version at Ximians webpage, and they also state that 0.19.1 is
the required version.

make
make install


And you're done! Happy hacking!

Greetings from Sweeden /Adam

--
-=-=-=-=-=-=-=-=-=-=-=-=-
Adam Johansson
Developer @ MadSci AB
Phone: +46 (0)18 606462
Cell: +46 (0)70 6483901
ICQ: 58187935
Linux User #162881
http://www.madsci.se
-=-=-=-=-=-=-=-=-=-=-=-=-


< Previous Next >
References