Changes between Version 10 and Version 11 of 1.x/InstallationManual
- Timestamp:
- 04/21/09 21:54:45 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
1.x/InstallationManual
v10 v11 64 64 }}} 65 65 66 Maybe you installen PostgreSQL from Source-code, while compiling pgRouting you might get an error like67 68 {{{69 Output directory for libraries is set to sh: pg_config: command not found70 ....71 ....ERROR: could not access file "$libdir/librouting72 }}}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/bin81 82 83 66 84 67 == Step 2: Compiling the pgRouting library == … … 113 96 2. Run ldconfig 114 97 98 99 Maybe 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 107 Then 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 115 119 == Step 3: Create a routing database and load PostGIS and pgRouting functions == 116 120
