Getting error when adding OSSubprocess to my Pharo 6.1 on Centos 7.4x

后端 未结 1 1611
醉话见心
醉话见心 2021-01-16 14:24

I wanted to mess around with OSSubprocess (written by Mariano Martinez Peck) from my Pharo 6.1 on my CentOS 7.4.

I searched within the Pharo Project Catalog

相关标签:
1条回答
  • 2021-01-16 14:49

    This seems related to a question asked here: http://forum.world.st/Pharo-download-with-wget-td5099253.html

    The suggested solution in the thread and the one that also works for me is to created a symbolic link:

    ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4
    
    0 讨论(0)
提交回复
热议问题