OK.  After having another look; we need another library (libkrb5support)
as well now.

Updated patch attached which Works For Me (TM) :-).  Built both normally
and in a pbuilder chroot.

Two other things bother me though (these are comments to Jose, not really
meant to be addressed to you Steinar!):

1) Why the 2>&1 >/dev/null on the make line (line 124) in debian/rules;
   it just makes things more difficult to debug and the buildd logs less
   useful in my opinion.

2) I do wonder though about shipping static binaries.  I realise this is an
   unusual situation due to the multiple variants but what do the
   security team and release managers think about this; a security
   update for any of these libraries would need a bacula update as well
   as far as I can tell.  This issue may have been discussed already; if
   so, apologies for bringing it up again.

Anyways, hope the patch helps.

Cheers,

Mark

-- 
Mark Hymers <[EMAIL PROTECTED]>

"The older I grow, the more I distrust the familiar doctrine that age
 brings wisdom."
     H.L. Mencken
diff -Naur bacula-1.36.3/debian/rules bacula-1.36.3-new/debian/rules
--- bacula-1.36.3/debian/rules  2006-01-24 21:25:31.000000000 +0000
+++ bacula-1.36.3-new/debian/rules      2006-01-24 21:16:42.000000000 +0000
@@ -45,7 +45,7 @@
 
 LIBS_mysql     = -L/usr/lib/mysql -lmysqlclient -lz -lssl -lcrypto
 LIBS_sqlite    = -L/usr/lib -lsqlite
-LIBS_pgsql     = -L/usr/lib -lpq -lssl -lcrypto -lcrypt -lkrb5 -lk5crypto 
-lcom_err -lresolv
+LIBS_pgsql     = -L/usr/lib -lpq -lssl -lcrypto -lcrypt -lkrb5 -lk5crypto 
-lkrb5support -lcom_err -lresolv -ldl
 
 export FLAGS_mysql LIBS_mysql
 export FLAGS_sqlite LIBS_sqlite

Attachment: signature.asc
Description: Digital signature

Reply via email to