Changes between Version 2 and Version 3 of GeoDjangoFedoraInstall


Ignore:
Timestamp:
Dec 10, 2008, 5:24:22 PM (15 years ago)
Author:
tommi
Comment:

Copying libraries is ugly

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoFedoraInstall

    v2 v3  
    3838}}}
    3939
    40 then copy your libgeos files from /usr/local/lib/ to /usr/lib
     40Add /usr/local/lib to the dynamic linker run-time bindings
    4141{{{
    42 # cp /usr/local/lib/libgeos* /usr/lib/
     42echo '/usr/local/lib' >> /etc/ld.so.conf.d/local-lib.conf
     43ldconfig
    4344}}}
    4445
    45 OR if you have 64bit installed, copy them to /usr/lib64
    46 {{{
    47 # cp /usr/local/lib/libgeos* /usr/lib64/
    48 }}}
Back to Top