Results 1 to 4 of 4

Thread: Building AS3Crypto Question

  1. #1
    Join Date
    Apr 2010
    Posts
    96

    Building AS3Crypto Question

    I have tired to build up Crypto with the help of readme file i guess i am going wrong somewhere. First i extracted an OpenSSL library to my temp drive, opened cygwin and navigated to the directory. I have done up to copying the crypto.l.bc file from the OpenSSL install folder to ALCHEMY_HOME/openssl/lib. But an instruction does not suggest anything after created file as how to view it. Has anybody have created a sample properly? Where i could be missing?

  2. #2
    Join Date
    May 2008
    Posts
    4,570

    Re: Building AS3Crypto Question

    I think you have not made a proper setup of AS3Crypto on your setup. I would like to inform that if you have same $ (ALCHEMY_HOME)/openssl/ then you will be able to use as3crypto_source.zip. All the variables depends on directories.
    INC =-I $ (ALCHEMY_HOME) /openssl/include
    LDFLAGS =-L = $ (ALCHEMY_HOME) /openssl/lib

  3. #3
    Join Date
    Mar 2009
    Posts
    1,588

    Re: Building AS3Crypto Question

    You just need to follow 3 steps here.
    • First of configure OpenSSL by using: PATH=$ALCHEMY_HOME/achacks:$PATH \
    • ./Configure BSD-x86 --prefix=$ALCHEMY_HOME/openssl -no-hw -no-asm -no-threads -no-shared -no-dso
    • Then you should compile it by using PATH=$ALCHEMY_HOME/achacks:$PATH \
    • Now you should copy openssl from archive of alchemy home directory. And copy the crypto.l.bc file from the OpenSSL install folder to $ALCHEMY_HOME/openssl/lib.
    • compiling sample - as3_crypto_wrapper

  4. #4
    Join Date
    Apr 2010
    Posts
    96

    Re: Building AS3Crypto Question

    Thank you so much, You have solved my problem. Actually there was a mistake done by me while providing the path but as going through your steps, I have not faced any problem and it can be done so easily. Thank you so much! If there would be anymore questions then i will definitely ask you guys again no matter about what it is. Thanks again!!!

Similar Threads

  1. Replies: 7
    Last Post: 09-03-2012, 12:29 PM
  2. Replies: 8
    Last Post: 27-01-2012, 01:14 PM
  3. Replies: 5
    Last Post: 18-10-2011, 08:43 PM
  4. Building a new one!
    By Spitfire45 in forum Hardware Peripherals
    Replies: 2
    Last Post: 27-10-2008, 12:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,706,910.55574 seconds with 17 queries