Howdy all. Building SqueakSSL compiles just fine, but fails at the libtool stage when compiled as an internal plugin. (formatted for easier reading below. I replace full path with [......] where it helps clean up things)
Here is what I think is going on with SqueakSSL on linux. SqueakSSL is normally built as an external plugin. My guess external plugins are loaded and linked at load time. Since the thing compiles fine, we don't find the link error and we just get a primitive fail. However, when I moved it from plugins.ext to plugins.int, I get the link failure above. Since discovering this, I have tried two things 1. compile on my pure 64 bit partition...this failed for obvious reasons--we don't have 64 bit Cog yet (: but hey...a guy can hope! 2. I installed openssl compat32 libs alongside the 64 bit versions...as show below. 2.a I made some changes that I kinda-sorta-hoped would work in some strings in the script that had the substring "/lib64 " but that did not work.
I will have to think about this a bit, but I just wanted to post this update in case I am missing something glaringly obvious thx. tty _______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
If my memory serves me well, the ssl plugin makefiles designed only to work as external plugin, and it cannot be linked statically with VM, hence you got these errors. Can't help with solving the problem, since i translated it once to work with Cmake Btw, you can just take a prebuilt pharo VM binary which comes with ssl pluginto be part of Pharo VM and not quite willing to return to same problem again (i hope you understand very well why :)
at get.pharo.org. Or try building yourself , as described in readme here:https://github.com/pharo-project/pharo-vm On 9 April 2014 21:40, gettimothy <[hidden email]> wrote:
-- Best regards, Igor Stasenko. _______________________________________________ VM-beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners |
Free forum by Nabble | Edit this page |