Changes between Version 10 and Version 11 of 1.x/InstallationManual

Show
Ignore:
Timestamp:
04/21/09 21:54:45 (17 months ago)
Author:
Kai-Behncke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 1.x/InstallationManual

    v10 v11  
    6464}}} 
    6565 
    66 Maybe you installen PostgreSQL from Source-code, while compiling pgRouting you might get an error like 
    67  
    68  {{{ 
    69   Output directory for libraries is set to sh: pg_config: command not found  
    70   .... 
    71   ....ERROR: could not access file "$libdir/librouting 
    72  }}} 
    73  
    74 Then you need to type at the shell-console: 
    75  
    76  {{{ 
    77   export PATH="$PATH:/usr/local/pgsql/bin" 
    78  }}} 
    79  
    80 ....presuming you installed PostgreSQL at /usr/local/pgsql/bin 
    81  
    82  
    8366 
    8467== Step 2: Compiling the pgRouting library ==  
     
    11396 2. Run ldconfig 
    11497 
     98 
     99Maybe you installeb PostgreSQL from Source-code, while compiling pgRouting you might get an error like 
     100 
     101 {{{ 
     102  Output directory for libraries is set to sh: pg_config: command not found  
     103  .... 
     104  ....ERROR: could not access file "$libdir/librouting 
     105 }}} 
     106 
     107Then you need to type at the shell-console: 
     108 
     109 {{{ 
     110  export PATH="$PATH:/usr/local/pgsql/bin" 
     111 }}} 
     112 
     113....presuming you installed PostgreSQL at /usr/local/pgsql/bin 
     114 
     115 
     116 
     117 
     118 
    115119== Step 3: Create a routing database and load PostGIS and pgRouting functions == 
    116120