Custom Query (1138 matches)
Results (130 - 132 of 1138)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1122 | wontfix | Around 19.5 GB limitation | ||
Description |
I tried to install osgeo on 1GB RAM 10GB HARD VPS. VPS administrator site was so kind and added osgeo iso to install alternatives list. I talk about crowncloud.net. Before this I read that one 8GB usb is enough to install it. The install application invalidate Continue button when detect only 10 GB available (lower then 19.5GB threshold) Please at next osgeo version change minimum harddisk limitation to 7.8 GB. |
|||
#870 | wontfix | Updated the fdo packages | ||
Description |
Hello, On the latest Live DVD there's a script to install mapguide that you can find on gisvm/bin/install_mapguide.sh. The script downloads the fdo packages that are asking as a dependency a odbcinst1debian1 pkg but the live dvd is based on ubuntu 11 and the only package available is odbcinst1debian2. There's a need to rebuild the fdo packages for ubuntu 11 environment. |
|||
#1640 | fixed | MB-System library should be added in gmt.conf | ||
Description |
Earlier today I helped someone getting mbm_plot to work. One of the missing steps was that his OSGeo Live USB installation lacked the mb library in GMT's config. Trying to run mbm_plot we ended up with an error about mbcontour not being found. Searching the web I ended up on https://www.ldeo.columbia.edu/res/pi/MB-System/html/mbsystem_how_to_get.html "In order for GMT to successfully execute the MB-System modules, the location of the shared library containing these modules must be known to GMT." To achieve this, we edited GMT_CUSTOM_LIBS in gmt.conf to read: GMT_CUSTOM_LIBS = /usr/lib/libmbgmt.so Afterwards mbcontour worked fine. |