facebookarchive / libphenom

An eventing framework for building high performance and high scalability systems in C.
http://facebook.github.io/libphenom
Apache License 2.0
1.66k stars 362 forks source link

Installation #42

Closed SakalyaDeshpande closed 10 years ago

SakalyaDeshpande commented 10 years ago

While installing libphenom.I am getting followinf errors. Please help.

gcc -m32 -march=i686 -msse -msse2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/sakky/include -Dx86=1 -std=gnu99 -pedantic -Wall -Wextra -Wno-declaration-after-statement -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-nested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -pipe -Wno-parentheses -O2 -g -gdwarf-2 -o examples/echo examples/examples_echo-echo.o libphenom.a libtap.a -lrt -lpthread -L/home/sakky/lib -lcares -Wl,-rpath=/home/sakky/lib -lssl -lcrypto

/home/sakky/lib/libssl.a(ssl_algs.o): In function SSL_library_init': ssl_algs.c:(.text+0x1e): undefined reference toEVP_idea_cbc' collect2: ld returned 1 exit status make: *\ [examples/echo] Error 1

wez commented 10 years ago

please stop opening multiple issues for the same problem. Duplicate of #39