Zhila Moslehi writes:

« HTML content follows »

Hi

I tried to use crypro++ 5.6.2 into  ns2

i don't know to do this
please guide me

On Thursday, January 14, 2010 3:10:02 AM UTC-8, nab wrote:

   Hi all,

   I tried to use crypro++ 5.6.0 into Mandriva with ns2. To install it, I
   have follow these stage:
   *unzip -a crypto++.zip
   *make
   *make cryptest.exe
   *make libcryptopp.a
This is compiling not installing so you need to keep this location

   then I included -lcryptopp inside the ns2 Makefile and I put in /usr/
   local/include the *.h files and in /usr/local/lib the libcryptopp.a.

unless you are messing with LD_LIBRARY_PATH etc. I would use -L/path to above location/libcryptopp.a

   After that, I used the fonction generatersakey inside my c++ file with
   include rsa.h. However, I got an error when I did the compilation:
   the fonction generatersakey wasn't recognized.
Not defined or not declared ? the former means no lib found the latter means your include path is wrong.

   Could you please help me to understand the problem.

Hope this helps a wee bit, best ot include a tiny example of what you think i snot working, many calls require template paramters and not providing them would be akin to these appearing not declared.
   Thanks,
--
--
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at <URL:http://www.cryptopp.com>http://www.cryptopp.com.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit <URL:https://groups.google.com/groups/opt_out>https://groups.google.com/group s/opt_out.


--
--
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to