Ubuntu64 install fine, would like to port to Slackware64

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Ubuntu64 install fine, would like to port to Slackware64

Pharo Smalltalk Users mailing list
Hi Folks,

Pharo 64 launch on Ubuntu 64 launches fine.

When I launch Pharo 64 on Slackware 64 I get library call errors . This is
probably because Slackware64 stores its libraries in /lib64.

Ubuntu stores its 64 bit libs in /lib

I much prefer Slackware to Ubuntu.

Is there a variable I can set within the Pharo Launcher or elsewhere to have
it hit the /lib64 location ?

thanks in advance





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu64 install fine, would like to port to Slackware64

Pharo Smalltalk Users mailing list
I was able to launch both the launcher and the latest 9.0 image without error
by creating symlinks in /usr/lib to the appropriate libraries in /usr/lib64

libcurl-gnutls.so.4 -> /usr/lib64/libcurl.so
libgit2.so -> /usr/lib64/libgit2.so
libgit2.so.0.28.3 -> /usr/lib64/libgit2.so.0.28.3
libgit2.so.28 -> libgit2.so.0.28.3



cheers.

t



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html