Hi, ------- auth.cpp:35:25: error: openssl/md5.h: No such file or directory -------
This is the reason of the error. Install the library headers. $ sudo apt-get install libssl-dev /Olivier Le 7 déc. 08 à 17:55, agung aryo a écrit : > hi, > I'm new in ims bench, > when I follow step "make rtml " ,it works > but when "make ossl" > it looks like this : > [EMAIL PROTECTED]:/opt/ims_bench# make ossl > make OSNAME=Linux MODELNAME=i686 OBJ_TLS="auth.o sslinit.o > sslthreadsafe.o milenage.o rijndael.o" TLS_LIBS="-lssl -lcrypto" > TLS="-D_USE_OPENSSL -DOPENSSL_NO_KRB5" sipp > make[1]: Entering directory `/opt/ims_bench' > gcc -D__LINUX -pthread -DSIPP_EPOLL -D__3PCC__ -DHAVE_GSL - > DFORCE_LOGGING -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -I. -I/opt/ > openssl/include -c -o auth.o auth.cpp > auth.cpp:35:25: error: openssl/md5.h: No such file or directory > auth.cpp: In function ‘void Init_Authentication()’: > auth.cpp:108: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:110: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:112: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:114: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:116: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:118: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp:120: warning: deprecated conversion from string constant to > ‘char*’ > auth.cpp: In function ‘int createAuthHeaderMD5(char*, char*, int, > char*, char*, char*, char*, char*, char*)’: > auth.cpp:209: error: ‘MD5_CTX’ was not declared in this scope > auth.cpp:209: error: expected `;' before ‘Md5Ctx’ > auth.cpp:245: error: ‘Md5Ctx’ was not declared in this scope > auth.cpp:245: error: ‘MD5_Init’ was not declared in this scope > auth.cpp:246: error: ‘MD5_Update’ was not declared in this scope > auth.cpp:251: error: ‘MD5_Final’ was not declared in this scope > auth.cpp: In function ‘int createAuthHeaderAKAv1MD5(char*, char*, > char*, char*, char*, char*, char*, char*, char*, char*)’: > auth.cpp:535: warning: deprecated conversion from string constant to > ‘char*’ > make[1]: *** [auth.o] Error 1 > make[1]: Leaving directory `/opt/ims_bench' > make: *** [ossl] Error 2 > > I' using Linux Ubuntu 8.04 ,n try to benchmark open ims core, > I've installed gsl,gnuplot,perl-XML,OpenSSL (in binary package) > is there anything I forgot? > any ideas ? > > > thanks, > agung aryo > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/_______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users -- Olivier Warin ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
