# # # patch "ChangeLog" # from [4fecdd95ece5875b5d76502ac8bd0d0c1f8cbaf2] # to [1233526c545cd9f70e047874a172a37f328701e9] # # patch "INSTALL" # from [e0f783d8e7b4ba600407c7d1f22493408195a506] # to [57518aa598e6c62cb9c2f74fd102091b489bfcc4] # ============================================================ --- ChangeLog 4fecdd95ece5875b5d76502ac8bd0d0c1f8cbaf2 +++ ChangeLog 1233526c545cd9f70e047874a172a37f328701e9 @@ -1,3 +1,8 @@ +2006-12-08 Richard Levitte + + * INSTALL: A build failure showed me I needed to install + libboost-serialization-dev, so let's share that information. + 2006-12-07 Thomas Moschny * database.cc (delete_existing_rev_and_certs): When killing a ============================================================ --- INSTALL e0f783d8e7b4ba600407c7d1f22493408195a506 +++ INSTALL 57518aa598e6c62cb9c2f74fd102091b489bfcc4 @@ -21,6 +21,7 @@ 1. prerequisites: apt-get install libboost-date-time-dev apt-get install libboost-filesystem-dev apt-get install libboost-regex-dev + apt-get install libboost-serialization-dev apt-get install libboost-test-dev apt-get install libboost-dev apt-get install g++