Hello,

You will surely get better help by asking on the bacula-users list.

However, what I do note is that you are attempting to configure three 
databases, and Bacula works with only one of those three.  

If you want to use SQLite3 then I believe that you need to say something like:

 ./configure --with-sqlite3

but then either the manual or the list can answer that definitively.

Regards,

Kern


On Wednesday 10 January 2007 09:48, John Summerfield wrote:
> Briefly, I have this tarball:
> -rw-r--r-- 1 summer summer 2488471 Jan 10 
07:33 /home/summer/downloads/bacula-2.0.0.tar.gz
> I untarred it thus:
> tar xzpf /home/summer/downloads/bacula-2.0.0.tar.gz;cd bacula-2.0.0/
> After some trials, reading and installing stuff I got to this:
> 
strace -f -o /tmp/config-trace ./configure  --enable-gnome 
--enable-tray-monitor --with-postgresql=/usr --with-mysql --with-sqlite
> 
> strace tells me where it's looking and for what.
> 
> It fails this way:
> checking for MySQL support... yes
> checking for SQLite3 support... no
> checking for SQLite support... no
> configure: error: Unable to find sqlite.h in standard locations
> [EMAIL PROTECTED] bacula-2.0.0]$
> For this reason:
> [EMAIL PROTECTED] bacula-2.0.0]$ grep sqlite.h /tmp/config-trace
> 10887 stat64("/usr/local/include/sqlite.h", 0xbfae3c18) = -1 ENOENT (No such 
file or directory)
> 10887 stat64("/usr/include/sqlite.h", 0xbfae3b58) = -1 ENOENT (No such file 
or directory)
> 10887 stat64("/include/sqlite.h", 0xbfae3a98) = -1 ENOENT (No such file or 
directory)
> [EMAIL PROTECTED] bacula-2.0.0]$
> 
> But:
> [EMAIL PROTECTED] bacula-2.0.0]$ rpm -qa sql\*
> sqlite-devel-3.3.3-1.2
> sqlite-3.3.3-1.2
> [EMAIL PROTECTED] bacula-2.0.0]$
> 
> And:
> [EMAIL PROTECTED] bacula-2.0.0]$ ls /usr/include/*sqlite*.h
> /usr/include/sqlite3.h
> [EMAIL PROTECTED] bacula-2.0.0]$
> 
> which looks a bit shonky to me, but there it is.
> 
> I'm guessing this has implications for FC6 and, importantly to Adam T and 
David B, RHEL5.
> 
> I'll build sans sqlite for now.
> 
> 
> -- 
> 
> 
> 
> Cheers
> John Summerfield
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to