Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "DebianPackaging" page has been changed by EricEvans.
The comment on this change is: document lenny build caveat.
http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=12&rev2=13
--------------------------------------------------
* The configuration files are located in /etc/cassandra
* Start-up options (heap size, etc) can be configured in /etc/default/cassandra
+ === (Problems )Building Packages on Debian Lenny ===
+
+ By default, installing the Casasndra Debian package or its build dependencies will pull
in OpenJDK. For runtime purposes this will work fine, but due to an issue with the packaging
of OpenJDK in Lenny (see http://bugs.debian.org/501487), building the package from source
will fail. If you need to (re)build the package on Lenny, install `sun-java6-jdk` before-hand
(`sun-java6-jdk` provides `java6-sdk` which satisfies the dependency), or use the alternatives
system to change the default compiler afterward.
+
+ {{{
+ sudo update-alternatives --config javac
+ }}}
+
+ ''Note: See also [[https://issues.apache.org/jira/browse/CASSANDRA-1575|CASSANDRA-1575]].''
+
|