LinHES Forums
http://forum.linhes.org/

Need a little help compiling latest SVN of fuppes
http://forum.linhes.org/viewtopic.php?f=14&t=16949
Page 1 of 1

Author:  mandream [ Fri Oct 12, 2007 3:45 pm ]
Post subject:  Need a little help compiling latest SVN of fuppes

I'm trying to compile the latest svn version of fuppes following the directions on this page:

http://fuppes.ulrich-voelkel.de/wiki/index.php/Compiling_on_Linux

Note the warning near the bottom
Quote:
Important Note: If you are using a Debian based distro, such as Ubuntu, make sure you install the -dev versions of the dependencies or else ./configure will not recognize them


I'm guessing this is the reason I'm getting the followin error:
Code:
configure: error: Library requirements (sqlite3 >= 3.2) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.


Can someone please tell me what I need to do (i.e. how I install the -dev versions of the dependencies?)

Thanks in advance,

Mike

Author:  cecil [ Sat Oct 13, 2007 9:07 pm ]
Post subject: 

Code:
apt-get update
apt-cache search sqlite3
apt-get install libsqlite3-dev
Or something like that...

Author:  mandream [ Sun Oct 14, 2007 8:23 pm ]
Post subject: 

Thank you cecil. Although that did work, I ran into too many other dependency and compilation issues, so I decided to hold off on this for now.

Mike

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/