Hi;
I want to use FSSL2.1.0 on corba middleware.when I want to run a simple program like hello from demo's file,I have some errors.I did following steps to install FSSL & I want to know that I did true or false?
please, help me to know it.
 
1)Download and install orbacus 4.1.2
  1-1) Edit config/Make.rules.mak
  1-2) Compile the distribution(nmake /f makefile.mak)
  1-3) Install the distribution(nmake /f makefile.mak install)
   
2)Download openssl 0.9.6l
 
3)I did following steps (Note:I have vc++ on my computer)
  3-1)perl Configure VC-WIN32
  3-2)ms\do_nasm
  3-3)nmake -f ms\ntdll.mak
  3-4)try the test(..\ms\test)
  3-5)I did following steps:(all of files(excepted o.s files(windows2000))are on drive g:,then
      according to following commands,is it true to put openssl on drive c:?)
        md c:\OpenSSL
        md c:\OpenSSL\include
        md c:\OpenSSL\include\openssl
        md c:\OpenSSL\lib
        md c:\OpenSSL\bin
      # Then copy the files
        copy inc32\openssl\*.h c:\OpenSSL\include\openssl
        copy out32\*.lib c:\OpenSSL\lib
        copy out32\*.dll c:\OpenSSL\lib
        copy out32\*.exe c:\OpenSSL\bin
I want to know if I forgot some steps & if I should do more?(I only downloaded openssl ,should I do more about it?)should I use these instructions(nmake /f makefile.mak),(nmake /f makefile.mak install)for fssl after upper instructins?
please help me.
best regards,leila aghaei
 


Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Reply via email to