Search found 3 matches

by Que2
Sat Jun 30, 2012 11:44 am
Forum: AES Crypt
Topic: AES Crypt On Mac
Replies: 16
Views: 29448

Re: AES Crypt On Mac

"We've had challenges getting a binary that will work on multiple OS X releases. Build it for one and it will not work on the next."

The problem is libiconv.2.dylib. When you build it on another OSX Release it links it to a specific version of the file on that platform or release. Apple is know for ...
by Que2
Fri Jun 29, 2012 11:58 pm
Forum: AES Crypt
Topic: AES Crypt On Mac
Replies: 16
Views: 29448

Re: AES Crypt On Mac

paulj,

It was just re-compiling the binary.
What through me off for a few days were the instructions.

"For those who wish to compile your own binaries, all you need to do is install the Xcode development tools, modify the Makefile to link with 'iconv' (i.e., '-l iconv'), and type "make". Apple ...
by Que2
Fri Jun 29, 2012 6:28 am
Forum: AES Crypt
Topic: AES Crypt On Mac
Replies: 16
Views: 29448

Re: AES Crypt On Mac

Sorry to raise a dead topic but I encountered the same problem.

But I managed to compile a binary. I am running Mac OSX 10.4.11.
I then overwrote the binary from the gui version by opening up the package. Now when I drag and drop on the icon I get encryption and decryption.

I am attempting to ...