[mapserver-users] Mapserver 7.6.2
    Stephane Poissant 
    spoissantca at gmail.com
       
    Mon Jan 11 06:23:03 PST 2021
    
    
  
Forgot to mention that if I symlink the python folder, it works…
  - name: Remove site-packages folder
    file:
      path: /usr/local/lib/python2.7/site-packages
      state: absent
  - name: Create a symbolic link to site-packages folder
    file:
      src: /usr/lib/python2.7/site-packages
      dest: /usr/local/lib/python2.7/site-packages
      owner: root
      group: root
      state: link
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20210111/2c2ca5b8/attachment.htm>
    
    
More information about the MapServer-users
mailing list