LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   F-spot does not work (https://www.linuxquestions.org/questions/linux-software-2/f-spot-does-not-work-515882/)

the1sephiroth 01-03-2007 08:00 AM

F-spot does not work
 
Code:

todd@Slackbox:~$ f-spot
Error setting process name: 0
Starting new FSpot server
XXXXX
System.DllNotFoundException: libsqlite3.so.0
  at (wrapper managed-to-native) Mono.Data.SqliteClient.Sqlite:sqlite3_open16 (string,intptr&)
  at Mono.Data.SqliteClient.SqliteConnection.Open () [0x00000]
  at Db.Init (System.String path, Boolean create_if_missing) [0x00000]
  at FSpot.Core..ctor () [0x00000]
  at FSpot.Driver.Main (System.String[] args) [0x00000]
XXXXX
Starting new FSpot server
Starting new FSpot server
Starting new FSpot server
Starting new FSpot server
Starting new FSpot server
Starting new FSpot server
...

I have no idea what this means.

acid_kewpie 01-03-2007 08:16 AM

looks like you don't have sqlite3 installed. do you?

the1sephiroth 01-03-2007 03:32 PM

I just downloaded sqlite 3.3.8 and compiled it. I tried running f-spot again with the same error.
then i tried recompiling f-spot to see if that would help and it didn't.

does it have something to do with libsqlite3.so.0 some library file?

acid_kewpie 01-03-2007 03:49 PM

well it wants the libsqlite3.so.0 file itself, which would be a standard part of sqlite as far as i know. you may need to run "ldconfig" to ensure the system is aware of the .so file if it's not already but obviosuly the file needs to actually exist in the first place.... does it? you may have similar named files, e.g. libsqlite.so.0.8.6 which would actually be the real file and libsqlite.so.0 would be a more generic symlink to it. if you do have somethign similar enough and the "make install" doesn't seem to have possibly done it's job quiteright, you can try adding that symlink yourself.

the1sephiroth 01-03-2007 09:24 PM

ldconfig seems to have worked. the program runs, but i'm still getting errors if i start it from console.

Quote:

Starting new FSpot server

(f-spot:5596): libglade-WARNING **: Could not load support for `gnome': libgnome.so: cannot open shared object file: No such file or directory

(f-spot:5596): libglade-WARNING **: Could not load support for `canvas': libcanvas.so: cannot open shared object file: No such file or directory

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkMenuItem'

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkImageMenuItem'

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkMenuItem'

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkImageMenuItem'

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkMenuItem'

(f-spot:5596): libglade-WARNING **: unknown property `stock_item' for class `GtkImageMenuItem'
libcanvas, libgnome, and libglade are needed?
everything seems to work fine but the file menu which i found funny.

acid_kewpie 01-04-2007 01:58 AM

well again, there would seem to be depenndencies missing, somethgi9n that realyl should be being picked up by the installation process... only notable thing is that these binaries it wants are really knocking on a bit... they are gnome / gtk 1 libraries which have been obselete for quite some time now.


All times are GMT -5. The time now is 03:28 PM.