Opened 14 years ago

Closed 14 years ago

#21 closed enhancement (fixed)

Include an explicit list of dependencies in inst-guide.pdf

Reported by: hicksa@… Owned by: Peter Baumann
Priority: minor Milestone: Future
Component: manuals_and_examples Version:
Keywords: Cc:
Complexity: Medium

Description

Compiling rasdaman on a freshly installed & updated Ubuntu 8.10 server for the first time and after installing 'build essential' I've had to repeat the cycle:

  1. run ./configure
  2. configure halts on missing dependency
  3. search for package with dependent file
  4. install package
  5. repeat from 1

11 times!

My dep list is:

sun-java6-jdk
libssl-dev
libhdf4g-dev
flex
libncurses5-dev
libpng12-dev
lipnetpbm-dev
libreadline5-dev
libtiff4-dev
postgresql-server-dev-8.3
libecpg-dev

If the documentation included a dep list it could have been quickly implemented with a single apt-get install call.

Change History (3)

comment:1 by hicksa@…, 14 years ago

Required dependencies listed in FAQ
http://kahlua.eecs.jacobs-university.de/trac/rasdaman/wiki/FAQ

I do not think you should have to refer to a second document for the install. All the required information should be in inst-guide.

comment:2 by Peter Baumann, 14 years ago

Owner: set to Peter Baumann
Priority: majorminor
Status: newassigned

good hint, will update the manual.

comment:3 by Peter Baumann, 14 years ago

Resolution: fixed
Status: assignedclosed

We have improved documentation on that. Dependencies are described on
http://kahlua.eecs.jacobs-university.de/trac/rasdaman/wiki/RequiredPackages . Further, I have added the same text to the installation guide - despite the danger inherent to the redundancy, for the sake of better serving people installing rasdaman.
Thanks again for pointing this out.

Note: See TracTickets for help on using tickets.