Re: Installing from source



On Wed, Apr 17, 2002 at 11:15:59AM -0700, Carl Parrish wrote:
Okay I got the gnumeric 1.0.6 source and ran ./configure it told me I
need libole2 installed to finsh the compile. So I ftp the libole2 source

ran ./configure, make, and make install. All seems to be okay. Went back
to the gnumeric direcotry rm the config.cache. the reran ./configure and
it tells me the same thing that I need libole2 installed if I do a
locate libole2 I can find it though so anythoughts on what I need to do
now?

This is almost always a path issue.  gnome-1.4 used a script called
'gnome-config' to manage build flags and paths.  That script assumes
by default that all other gnome packages are installed in the same
prefix as gnome-libs.  However, by default packages build with
    prefix=/usr/local

If you installed gnome-libs using a package that installed using a
different prefix (eg /usr) then your install of libole will not show
up by default.  You can solve this easily by using the GNOME_PATH
environment variable.  Set that to /usr/local and re configure
gnumeric (remove config.cache first) and things should work.

Good Luck
    Jody



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]