Hi,

Anyone to help with the following issues: 
1) After installing PostGIS successful according to instructions at 
ArchesInstructionGuide, I face the following issue while setting the 
database: 
On $: sudo -u postgres psql -d postgres -c "CREATE EXTENSION postgis;" 
Error:  ERROR:  could not load library 
"/usr/lib/postgresql/9.3/lib/postgis-2.0.so": 
/usr/lib/postgresql/9.3/lib/postgis-2.0.so: undefined symbol: GETSTRUCT

2) I already have django installed in my machine so skipping step 3, I 
proceeded to Step 4: Install and Build Arches.
On running : $./build_core_arches.sh
I get the following error
=============================================================================
./build_core_arches.sh: line 8: virtualenv/ENV/bin/activate: No such file 
or directory
Setting up base path locations for db scripts
Traceback (most recent call last):
  File "manage.py", line 32, in <module>
    execute_manager(settings)
  File 
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 469, in execute_manager
    utility.execute()
  File 
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 263, in fetch_command
    app_name = get_commands()[subcommand]
  File 
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 109, in get_commands
    apps = settings.INSTALLED_APPS
  File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", 
line 53, in __getattr__
    self._setup(name)
  File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", 
line 48, in _setup
    self._wrapped = Settings(settings_module)
  File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", 
line 134, in __init__
    raise ImportError("Could not import settings '%s' (Is it on sys.path?): 
%s" % (self.SETTINGS_MODULE, e))
ImportError: Could not import settings 'Arches.settings' (Is it on 
sys.path?): No module named settings
Installing the database
chmod: cannot access ‘db/Deployment Scripts/Restore.sh’: No such file or 
directory
./build_core_arches.sh: line 15: db/Deployment Scripts/Restore.sh: No such 
file or directory
./build_core_arches.sh: line 17: deactivate: command not found
============================================================================

Help would be really appreciated. 

Thanks,
Sindhu

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to