|
|
-
Re: Searching Mailing List Archivesdlmarion@... 2012-07-25, 01:24
David,
Thanks for the response, I am installing the package now and will try to build again. I'm wondering if it might make sense to check for these dependencies in the docs/src/user_manual/build.sh script. Dave ----- Original Message ----- From: "David Medinets" <[EMAIL PROTECTED]> To: "accumulo-dev" <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2012 9:18:23 PM Subject: Searching Mailing List Archives On July 12, I posted a message to this dev list about the multirow error. In a 'teach a man to fish' moment, I want to search for my own message. I went to the mail-archive.com site: http://www.mail-archive.com/[EMAIL PROTECTED] But my search for "multirow" returned no messages. Did anyone see the following message? I manually looked at the archive by date but did not see it there. --------------- MIME-Version: 1.0 Received: by 10.182.10.69 with HTTP; Thu, 12 Jul 2012 18:53:00 -0700 (PDT) Date: Thu, 12 Jul 2012 21:53:00 -0400 Delivered-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Subject: accumulo compile has dependency on texlive-latex-extra ubuntu package From: David Medinets <[EMAIL PROTECTED]> To: accumulo-dev <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 This is a note for anybody developing an installation package for Accumulo. The following command resolves the dependency. sudo apt-get install texlive-latex-extra Without the package, I am seeing the following error: LaTeX Error: File `multirow.sty' not found. --------- |