Opened 9 years ago
Closed 9 years ago
#1111 closed defect (fixed)
updata packages list for installation
Reported by: | Peter Baumann | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | critical | Milestone: | 9.2 |
Component: | wiki | Version: | development |
Keywords: | Cc: | George Merticariu, Alex Dumitru | |
Complexity: | Easy |
Description
This is not up to date: http://rasdaman.org/wiki/RequiredPackages
Change History (10)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
what is missing is a simple, clear way to get all dependencies. Several of them are just listed by name, no link nor the version needed. This deviates from the old practice where each component (which is not delivered with Linux) is linked.
For example, trying myself I get:
configure: error: grpc not found. Plase install grpc or specify the path to the protobuf package in PKG_CONFIG_PATH variable if it was not installed on the default path.
Ideally, commands are indicated to obtain the package status required.
follow-up: 4 comment:3 by , 9 years ago
What's the configure command, does it include --enable-rasnet
?
The required packages and installation guides should be separate pages for each version of rasdaman as they may differ from one version to another; this needs some wiki restructuring.
comment:4 by , 9 years ago
Replying to dmisev:
What's the configure command, does it include
--enable-rasnet
?
it is:
./configure —prefix=/usr/local/rasdaman-community/ —enable-rasnet
The required packages and installation guides should be separate pages for each version of rasdaman as they may differ from one version to another; this needs some wiki restructuring.
ok, so let's roll!
comment:5 by , 9 years ago
rasnet is optional at the moment (only works with —enable-rasnet), you should follow the rasnet guide to install the dependencies.
comment:6 by , 9 years ago
fine, but (i) grpc is mentioned in the packages list, but not explained and (ii) grpc installation is unacceptably complex.
comment:7 by , 9 years ago
I did some rework, have a look now: http://rasdaman.org/wiki/RequiredPackages
comment:8 by , 9 years ago
better now indeed!
Can we have an "apt-get install …" command line for copy/paste at the bottom?
Actually, best several, what about:
- one for the mandatories
- one for PG
- one for petascope
- not sure: one for the —enable-XXX optionals
comment:9 by , 9 years ago
I thought this is a page that list the dependencies in general terms, not tied to packages for a specific OS.
This page then gives some specific packages lists: wiki:InstallFromSource
comment:10 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok I think we can close this ticket.
I've checked and it looks up to date, is there some package that you noticed missing?