LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   No configure file in installation folder (https://www.linuxquestions.org/questions/linux-software-2/no-configure-file-in-installation-folder-613762/)

CrownAmbassador 01-15-2008 01:15 PM

No configure file in installation folder
 
I'm trying to install Spicebird. I extracted the tar.bz2 and cd to the folder, but now as far as I know I should run ./configure Right?

The problem is that there is no configure file. What do I do now?

Thanks.

andrems 01-15-2008 01:23 PM

Maybe there are instructions in the readme or install file...

CrownAmbassador 01-15-2008 01:36 PM

Quote:

Originally Posted by andrems (Post 3023528)
Maybe there are instructions in the readme or install file...

It just directs me to a site that only explains how to extract Sunbird and not Spicebird

MonctonJohn 01-15-2008 01:41 PM

It's already compiled. You're not downloading the source. You have to cd to the spicebird directory and then run spicebird:

Code:

cd spicebird
./spicebird


CrownAmbassador 01-15-2008 01:45 PM

Quote:

Originally Posted by MonctonJohn (Post 3023556)
It's already compiled. You're not downloading the source. You have to cd to the spicebird directory and then run spicebird:

Code:

cd spicebird
./spicebird


When I do that (and there is a spicebird file) it tells me ./spicebird-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

MonctonJohn 01-15-2008 01:53 PM

This is a dependancy error. Spicebird is looking for a library file that it needs to run and it can't find. You must install all of the dependencies for spicebird before it will run. Installing those libraries will depend on your distribution.

Edit: using Ubuntu go to the Synaptic package manager and search for the Library you need.

CrownAmbassador 01-15-2008 02:01 PM

Quote:

Originally Posted by MonctonJohn (Post 3023568)
This is a dependancy error. Spicebird is looking for a library file that it needs to run and it can't find. You must install all of the dependencies for spicebird before it will run. Installing those libraries will depend on your distribution.

Edit: using Ubuntu go to the Synaptic package manager and search for the Library you need.

Ok thanks. I'm not finding the libpangocairo library and my Ubuntu machine is not online yet. Is there a good website you know about to download libraries from?

CrownAmbassador 01-15-2008 02:47 PM

I can't find the libpangocairo lib anywhere to download :-(

MonctonJohn 01-15-2008 04:07 PM

libpangocairo should be located in /usr/lib. Can you check if its there. If not then I would say you are missing the libpango library. You can download pango 1.0 from here:

http://packages.ubuntu.com/cgi-bin/d...i386&type=main

The package is for Dapper, but hopefully it will work with Hoary which doesn't seem to be support any more. Try that out and let me know.


All times are GMT -5. The time now is 04:02 AM.