-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey all,

Still plugging away at regress (HP-UX was probably not the easiest
platform choice, but it is what is available for testing)...

My latest trouble is with make_sqlite_tables. I don't know why it is
failing -- it doesn't seem like I missed a step as this seems to 'just
work' normally...

Any ideas?

My SQLite is 2.8.7 in /opt/sqlite and my Bacula is 1.38.11. Finally got
through the build portions, but having never used SQLite before, not
sure where to go from here -- does not seem to be more than a few files
in my SQLite install, and no man pages:

# ./make_sqlite_tables bacula
SQL error: near "bacula": syntax error
chmod: can't access bacula.db

...which appears to be this command here:

${bindir}/${sqlite} $* bacula.db <<END-OF-DATA
CREATE TABLE Filename (
  FilenameId INTEGER,
  Name TEXT DEFAULT "",
  PRIMARY KEY(FilenameId)
  );

...where $sqlite=sqlite and $*=bacula.

This is called by 'make_bacula_tables bacula':

if test xsqlite = xsqlite -o xsqlite3 = xsqlite ; then
  echo "Making SQLite tables"
  /home/novosirj/regress/bin/make_sqlite_tables $*
else

...which is in turn called by 'setup':

cd bin
./create_bacula_database bacula
./drop_bacula_tables bacula
./make_bacula_tables bacula
./grant_bacula_privileges bacula

Thanks for the help.
- --
 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFOO/jmb+gadEcsb4RAsX2AJ41ZMp3QMiR/l/wv7ZDpQ4FvwOjUACfZaUX
2UQ4tHUtfwgImMOas8Jy8cI=
=SsLk
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to