libkeygen.so under Linux 64bit
Posted: Fri Sep 10, 2010 11:27 pm
Hi,
I recently moved my site to a new hosting and found that keygen, hosted on my site, stopped working. I contacted support and they said that this is most likely because it was compiled under 32bit, but new hosting is 64bit.
I have a wrapper code that uses libkeygen.so library - it generates keys and sends email after each generation attempt.
As the old code was compiled using Kylix, and there is no 64 bit version of Kylix as it's development has been stopped, I tried to compile it using Free Pascal. After a few changes to my wrapper I could get it compiled find but can't load library libkeygen.so. I suspect this is because the library itself was also compiled using Kylix with libc (which means it's 32 bit).
I was wondering if there is a version of libkeygen.so that runs under 64 bit Linux or if anybody succeeded in running it under Linux 64bit? I would be happy to make it if I can get its source code.
Thanks.
I recently moved my site to a new hosting and found that keygen, hosted on my site, stopped working. I contacted support and they said that this is most likely because it was compiled under 32bit, but new hosting is 64bit.
I have a wrapper code that uses libkeygen.so library - it generates keys and sends email after each generation attempt.
As the old code was compiled using Kylix, and there is no 64 bit version of Kylix as it's development has been stopped, I tried to compile it using Free Pascal. After a few changes to my wrapper I could get it compiled find but can't load library libkeygen.so. I suspect this is because the library itself was also compiled using Kylix with libc (which means it's 32 bit).
I was wondering if there is a version of libkeygen.so that runs under 64 bit Linux or if anybody succeeded in running it under Linux 64bit? I would be happy to make it if I can get its source code.
Thanks.