lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.1k stars 1.01k forks source link

node-gyp failing #34

Closed dennismartensson closed 11 years ago

dennismartensson commented 11 years ago

Hi,

I am installing the media branch on ubuntu and get this error from node-gyp

make: Entering directory `/home/licode/erizoAPI/build' CXX(target) Release/obj.target/addon/addon.o CXX(target) Release/obj.target/addon/WebRtcConnection.o CXX(target) Release/obj.target/addon/OneToManyProcessor.o CXX(target) Release/obj.target/addon/ExternalInput.o ../ExternalInput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default]

:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/ExternalOutput.o ../ExternalOutput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/OneToManyTranscoder.o ../OneToManyTranscoder.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition ../OneToManyTranscoder.cc: In static member function ‘static v8::Handle OneToManyTranscoder::addSubscriber(const v8::Arguments&)’: ../OneToManyTranscoder.cc:91:21: warning: unused variable ‘ms’ [-Wunused-variable] SOLINK_MODULE(target) Release/obj.target/addon.node /usr/bin/ld: cannot find -lerizo collect2: ld returned 1 exit status make: *** [Release/obj.target/addon.node] Error 1 make: Leaving directory`/home/licode/erizoAPI/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12) gyp ERR! System Linux 3.9.3-x86_64-linode33 gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /home/licode/erizoAPI gyp ERR! node -v v0.10.20 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok
jcague commented 11 years ago

It seems there was an error when compiling erizo, and thus it doesn't find the library. Could you send also the logs of the previous building to see what happened?

On 8 October 2013 13:55, Dennis notifications@github.com wrote:

Hi,

I am installing the media branch on ubuntu and get this error from node-gyp

make: Entering directory /home/licode/erizoAPI/build' CXX(target) Release/obj.target/addon/addon.o CXX(target) Release/obj.target/addon/WebRtcConnection.o CXX(target) Release/obj.target/addon/OneToManyProcessor.o CXX(target) Release/obj.target/addon/ExternalInput.o ../ExternalInput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default]

:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/ExternalOutput.o ../ExternalOutput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/OneToManyTranscoder.o ../OneToManyTranscoder.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition ../OneToManyTranscoder.cc: In static member function ‘static v8::Handlev8::Value OneToManyTranscoder::addSubscriber(const v8::Arguments&)’: ../OneToManyTranscoder.cc:91:21: warning: unused variable ‘ms’ [-Wunused-variable] SOLINK_MODULE(target) Release/obj.target/addon.node /usr/bin/ld: cannot find -lerizo collect2: ld returned 1 exit status make: **\* [Release/obj.target/addon.node] Error 1 make: Leaving directory/home/licode/erizoAPI/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_ process.js:789:12) gyp ERR! System Linux 3.9.3-x86_64-linode33 gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /home/licode/erizoAPI gyp ERR! node -v v0.10.20 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok — Reply to this email directly or view it on GitHubhttps://github.com/ging/licode/issues/34 .
dennismartensson commented 11 years ago

Hi I did reatch the conclusion of it beingt the building of erizo that false. It looks like the ./licode/scripts/installUbuntuDeps.sh works, But then ./licode/scripts/installErizo.sh fails. Here is the log of the installErizo script:

./licode/scripts/installErizo.sh

Installing libsrtp... checking for ranlib... ranlib checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether byte ordering is bigendian... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to build for Linux kernel context... no checking for /dev/urandom... yes checking which random device to use... /dev/urandom checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for stdint.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking machine/types.h usability... no checking machine/types.h presence... no checking for machine/types.h... no checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for unsigned long... yes checking size of unsigned long... 8 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for socket... yes checking for inetaton... yes checking for usleep... yes checking for sigaction... yes checking whether to compile in debugging... yes checking whether to use ISMAcryp code... no checking whether to use syslog for error reporting... no checking whether to use stdout for error reporting... yes checking whether to use /dev/console for error reporting... no checking whether to use GDOI key management... no configure: creating ./config.status config.status: creating Makefile config.status: creating crypto/Makefile config.status: creating doc/Makefile config.status: creating crypto/include/config.h config.status: crypto/include/config.h is unchanged Build done. Please run 'make runtest' to run self tests. rm -f /usr/local/include/srtp/.h rm -f /usr/local/lib/libsrtp.a rmdir /usr/local/include/srtp /usr/bin/install -c -d /usr/local/include/srtp /usr/bin/install -c -d /usr/local/lib cp ./include/.h /usr/local/include/srtp cp ./crypto/include/.h /usr/local/include/srtp if [ "." != "." ]; then cp crypto/include/_.h /usr/local/include/srtp; fi if [ -f libsrtp.a ]; then cp libsrtp.a /usr/local/lib/; fi Installing erizo... -- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/x86_64-linux-gnu/libglib-2.0.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so;/usr/lib/x86_64-linux-gnu/libgthread-2.0.so AVLibs /usr/local/lib/libavutil.so/usr/local/lib/libavcodec.so/usr/local/lib/libavformat.so -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /home/licode/erizo/build Done make[2]: * No rule to make target /usr/local/ssl/lib/libssl.a', needed byerizo/liberizo.so'. Stop. make[1]: * [erizo/CMakeFiles/erizo.dir/all] Error 2 make: *\ [all] Error 2 Installing erizoAPI... building with node-gyp gyp info it worked if it ends with ok gyp info using node-gyp@0.10.10 gyp info using node@0.10.20 | linux | x64 gyp info spawn python gyp info spawn args [ '/usr/lib/node_modules/node-gyp/gyp/gyp', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/licode/erizoAPI/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/lib/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/root/.node-gyp/0.10.20/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.10.20', gyp info spawn args '-Dmodule_root_dir=/home/licode/erizoAPI', gyp info spawn args '--depth=.', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory `/home/licode/erizoAPI/build' CXX(target) Release/obj.target/addon/addon.o CXX(target) Release/obj.target/addon/WebRtcConnection.o CXX(target) Release/obj.target/addon/OneToManyProcessor.o CXX(target) Release/obj.target/addon/ExternalInput.o ../ExternalInput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default]

:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/ExternalOutput.o ../ExternalOutput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/OneToManyTranscoder.o ../OneToManyTranscoder.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition ../OneToManyTranscoder.cc: In static member function ‘static v8::Handle OneToManyTranscoder::addSubscriber(const v8::Arguments&)’: ../OneToManyTranscoder.cc:91:21: warning: unused variable ‘ms’ [-Wunused-variable] SOLINK_MODULE(target) Release/obj.target/addon.node /usr/bin/ld: cannot find -lerizo collect2: ld returned 1 exit status make: *** [Release/obj.target/addon.node] Error 1 make: Leaving directory`/home/licode/erizoAPI/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12) gyp ERR! System Linux 3.9.3-x86_64-linode33 gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /home/licode/erizoAPI gyp ERR! node -v v0.10.20 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok Installing erizoController... [erizo_controller] Installing node_modules for erizo_controller npm WARN package.json licode@0.1.0 No repository field. npm http GET https://registry.npmjs.org/amqp npm http 304 https://registry.npmjs.org/amqp amqp@0.1.7 ../../node_modules/amqp npm WARN package.json licode@0.1.0 No repository field. npm http GET https://registry.npmjs.org/socket.io npm http 304 https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/policyfile/0.0.4 npm http GET https://registry.npmjs.org/base64id/0.1.0 npm http GET https://registry.npmjs.org/redis/0.7.3 npm http GET https://registry.npmjs.org/socket.io-client/0.9.16 npm http 304 https://registry.npmjs.org/redis/0.7.3 npm http 304 https://registry.npmjs.org/policyfile/0.0.4 npm http 304 https://registry.npmjs.org/socket.io-client/0.9.16 npm http 304 https://registry.npmjs.org/base64id/0.1.0 npm http GET https://registry.npmjs.org/uglify-js/1.2.5 npm http GET https://registry.npmjs.org/xmlhttprequest/1.4.2 npm http GET https://registry.npmjs.org/ws npm http GET https://registry.npmjs.org/active-x-obfuscator/0.0.1 npm http 304 https://registry.npmjs.org/uglify-js/1.2.5 npm http 304 https://registry.npmjs.org/xmlhttprequest/1.4.2 npm http 304 https://registry.npmjs.org/ws npm http 304 https://registry.npmjs.org/active-x-obfuscator/0.0.1 npm http GET https://registry.npmjs.org/zeparser/0.0.5 npm http GET https://registry.npmjs.org/tinycolor npm http GET https://registry.npmjs.org/nan npm http GET https://registry.npmjs.org/options npm http GET https://registry.npmjs.org/commander npm http 304 https://registry.npmjs.org/zeparser/0.0.5 npm http 304 https://registry.npmjs.org/tinycolor npm http 304 https://registry.npmjs.org/options npm http 304 https://registry.npmjs.org/commander npm http 304 https://registry.npmjs.org/nan > ws@0.4.31 install /home/licode/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws > (node-gyp rebuild 2> builderror.log) || (exit 0) make: Entering directory `/home/licode/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o SOLINK_MODULE(target) Release/obj.target/bufferutil.node SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished COPY Release/bufferutil.node CXX(target) Release/obj.target/validation/src/validation.o SOLINK_MODULE(target) Release/obj.target/validation.node SOLINK_MODULE(target) Release/obj.target/validation.node: Finished COPY Release/validation.node make: Leaving directory`/home/licode/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' socket.io@0.9.16 ../../node_modules/socket.io ├── base64id@0.1.0 ├── policyfile@0.0.4 ├── redis@0.7.3 └── socket.io-client@0.9.16 (xmlhttprequest@1.4.2, uglify-js@1.2.5, active-x-obfuscator@0.0.1, ws@0.4.31) [erizo_controller] Done, node_modules installed [erizo_controller] Done, erizo.js compiled Would be very nice to get this up and running!
dennismartensson commented 11 years ago

Any ides?

dennismartensson commented 11 years ago

I did try to run the master branch installation so and that looks to work so it something that is needed in the media branch. Can it be some openssl problem?

Installing erizo... -- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/x86_64-linux-gnu/libglib-2.0.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so;/usr/lib/x86_64-linux-gnu/libgthread-2.0.so AVLibs /usr/local/lib/libavutil.so/usr/local/lib/libavcodec.so/usr/local/lib/libavformat.so -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /home/licode/erizo/build Done make[2]: * No rule to make target /usr/local/ssl/lib/libssl.a', needed byerizo/liberizo.so'. Stop. make[1]: * [erizo/CMakeFiles/erizo.dir/all] Error 2 make: *\ [all] Error 2

jcague commented 11 years ago

Seems that openssl is being installed on a different path in your system. You could check where it is installed and change it in erizo/src/CMakeLists.txt

On 8 October 2013 14:28, Dennis notifications@github.com wrote:

Hi I did reatch the conclusion of it beingt the building of erizo that false. It looks like the ./licode/scripts/installUbuntuDeps.sh works, But then ./licode/scripts/installErizo.sh fails. Here is the log of the installErizo script: ./licode/scripts/installErizo.sh

Installing libsrtp... checking for ranlib... ranlib checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether byte ordering is bigendian... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to build for Linux kernel context... no checking for /dev/urandom... yes checking which random device to use... /dev/urandom checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for stdint.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking machine/types.h usability... no checking machine/types.h presence... no checking for machine/types.h... no checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for unsigned long... yes checking size of unsigned long... 8 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for socket... yes checking for inetaton... yes checking for usleep... yes checking for sigaction... yes checking whether to compile in debugging... yes checking whether to use ISMAcryp code... no checking whether to use syslog for error reporting... no checking whether to use stdout for error reporting... yes checking whether to use /dev/console for error reporting... no checking whether to use GDOI key management... no configure: creating ./config.status config.status: creating Makefile config.status: creating crypto/Makefile config.status: creating doc/Makefile config.status: creating crypto/include/config.h config.status: crypto/include/config.h is unchanged Build done. Please run 'make runtest' to run self tests. rm -f /usr/local/include/srtp/.h rm -f /usr/local/lib/libsrtp.a rmdir /usr/local/include/srtp /usr/bin/install -c -d /usr/local/include/srtp /usr/bin/install -c -d /usr/local/lib cp ./include/.h /usr/local/include/srtp cp ./crypto/include/.h /usr/local/include/srtp if [ "." != "." ]; then cp crypto/include/_.h /usr/local/include/srtp; fi if [ -f libsrtp.a ]; then cp libsrtp.a /usr/local/lib/; fi Installing erizo... -- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/x86_64-linux-gnu/ libglib-2.0.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so ;/usr/lib/x86_64-linux-gnu/libgthread-2.0.so AVLibs /usr/local/lib/ libavutil.so/usr/local/lib/libavcodec.so/usr/local/lib/libavformat.so -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /home/licode/erizo/build Done make[2]: * No rule to make target /usr/local/ssl/lib/libssl.a', needed byerizo/liberizo.so'. Stop. make[1]: * [erizo/CMakeFiles/erizo.dir/all] Error 2 make: *\ [all] Error 2 Installing erizoAPI... building with node-gyp gyp info it worked if it ends with ok gyp info using node-gyp@0.10.10 gyp info using node@0.10.20 | linux | x64 gyp info spawn python gyp info spawn args [ '/usr/lib/node_modules/node-gyp/gyp/gyp', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/licode/erizoAPI/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/lib/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/root/.node-gyp/0.10.20/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.10.20', gyp info spawn args '-Dmodule_root_dir=/home/licode/erizoAPI', gyp info spawn args '--depth=.', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]

make: Entering directory /home/licode/erizoAPI/build' CXX(target) Release/obj.target/addon/addon.o CXX(target) Release/obj.target/addon/WebRtcConnection.o CXX(target) Release/obj.target/addon/OneToManyProcessor.o CXX(target) Release/obj.target/addon/ExternalInput.o ../ExternalInput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default]

:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/ExternalOutput.o ../ExternalOutput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/OneToManyTranscoder.o ../OneToManyTranscoder.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] :0:0: note: this is the location of the previous definition ../OneToManyTranscoder.cc: In static member function ‘static v8::Handlev8::Value OneToManyTranscoder::addSubscriber(const v8::Arguments&)’: ../OneToManyTranscoder.cc:91:21: warning: unused variable ‘ms’ [-Wunused-variable] SOLINK_MODULE(target) Release/obj.target/addon.node /usr/bin/ld: cannot find -lerizo collect2: ld returned 1 exit status make: **\* [Release/obj.target/addon.node] Error 1 make: Leaving directory/home/licode/erizoAPI/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_ process.js:789:12) gyp ERR! System Linux 3.9.3-x86_64-linode33 gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /home/licode/erizoAPI gyp ERR! node -v v0.10.20 gyp ERR! node-gyp -v v0.10.10 gyp ERR! not ok Installing erizoController... [erizo_controller] Installing node_modules for erizo_controller npm WARN package.json licode@0.1.0 No repository field. npm http GET https://registry.npmjs.org/amqp npm http 304 https://registry.npmjs.org/amqp amqp@0.1.7 ../../node_modules/amqp npm WARN package.json licode@0.1.0 No repository field. npm http GET https://registry.npmjs.org/socket.io npm http 304 https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/policyfile/0.0.4 npm http GET https://registry.npmjs.org/base64id/0.1.0 npm http GET https://registry.npmjs.org/redis/0.7.3 npm http GET https://registry.npmjs.org/socket.io-client/0.9.16 npm http 304 https://registry.npmjs.org/redis/0.7.3 npm http 304 https://registry.npmjs.org/policyfile/0.0.4 npm http 304 https://registry.npmjs.org/socket.io-client/0.9.16 npm http 304 https://registry.npmjs.org/base64id/0.1.0 npm http GET https://registry.npmjs.org/uglify-js/1.2.5 npm http GET https://registry.npmjs.org/xmlhttprequest/1.4.2 npm http GET https://registry.npmjs.org/ws npm http GET https://registry.npmjs.org/active-x-obfuscator/0.0.1 npm http 304 https://registry.npmjs.org/uglify-js/1.2.5 npm http 304 https://registry.npmjs.org/xmlhttprequest/1.4.2 npm http 304 https://registry.npmjs.org/ws npm http 304 https://registry.npmjs.org/active-x-obfuscator/0.0.1 npm http GET https://registry.npmjs.org/zeparser/0.0.5 npm http GET https://registry.npmjs.org/tinycolor npm http GET https://registry.npmjs.org/nan npm http GET https://registry.npmjs.org/options npm http GET https://registry.npmjs.org/commander npm http 304 https://registry.npmjs.org/zeparser/0.0.5 npm http 304 https://registry.npmjs.org/tinycolor npm http 304 https://registry.npmjs.org/options npm http 304 https://registry.npmjs.org/commander npm http 304 https://registry.npmjs.org/nan ws@0.4.31 install /home/licode/node_modules/ socket.io/node_modules/socket.io-client/node_modules/ws (node-gyp rebuild 2> builderror.log) || (exit 0) make: Entering directory /home/licode/node_modules/ socket.io/node_modules/socket.io-client/node_modules/ws/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o SOLINK_MODULE(target) Release/obj.target/bufferutil.node SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished COPY Release/bufferutil.node CXX(target) Release/obj.target/validation/src/validation.o SOLINK_MODULE(target) Release/obj.target/validation.node SOLINK_MODULE(target) Release/obj.target/validation.node: Finished COPY Release/validation.node make: Leaving directory/home/licode/node_modules/ socket.io/node_modules/socket.io-client/node_modules/ws/build' socket.io@0.9.16 ../../node_modules/socket.io ├── base64id@0.1.0 ├── policyfile@0.0.4 ├── redis@0.7.3 └── socket.io-client@0.9.16 (xmlhttprequest@1.4.2, uglify-js@1.2.5, active-x-obfuscator@0.0.1, ws@0.4.31) [erizo_controller] Done, node_modules installed [erizo_controller] Done, erizo.js compiled Would be very nice to get this up and running! — Reply to this email directly or view it on GitHubhttps://github.com/ging/licode/issues/34#issuecomment-25885206 .
dennismartensson commented 11 years ago

Thx I will try that right away!

dennismartensson commented 11 years ago

Hi,

I have now tried a lot of thinks and its still not compiling...

I am on ubunut 64bit. If I use the openssl 64bit files I get this:

now i get Linking CXX shared library liberizo.so /usr/bin/ld: /usr/local/ssl/lib/libssl.a(d1_clnt.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: * [erizo/liberizo.so] Error 1 make[1]: * [erizo/CMakeFiles/erizo.dir/all] Error 2 make: *\ [all] Error 2 Installing erizoAPI...

If I compile openssl for 32bit I get this:

Linking CXX shared library liberizo.so /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(d1_clnt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(d1_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(d1_pkt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(d1_both.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(d1_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(d1_srtp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(ssl_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(ssl_err2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(ssl_cert.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(ssl_sess.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(ssl_ciph.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(ssl_stat.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(ssl_rsa.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(ssl_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(ssl_algs.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(ssl_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(tls_srp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(s3_clnt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(s3_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(s3_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(s3_pkt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(s3_both.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(s3_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(t1_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libssl.a(t1_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libssl.a(t1_reneg.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cryptlib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(mem.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(mem_dbg.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ex_data.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(o_dir.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(o_init.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(mem_clr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(o_names.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(obj_dat.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(obj_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(obj_xref.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(md5_dgst.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(sha1dgst.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(sha256.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(sha512.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(hmac.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_ctx.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_print.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_shift.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_word.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_asm.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec_mult.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_curve.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_oct.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_gen.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_sign.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_crpt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dsa_vrf.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_sign.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecs_sign.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dh_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dh_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dh_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dh_check.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ech_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(eng_init.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(eng_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tb_rsa.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tb_dh.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(buffer.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(buf_str.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bio_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bss_mem.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bss_file.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bss_sock.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bf_buff.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(b_print.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(stack.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(lhash.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rand_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(err_all.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(digest.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(evp_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(e_des.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(e_idea.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(e_des3.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(e_camellia.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(e_rc4.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(e_aes.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(names.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(e_seed.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(e_rc2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(m_md5.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(m_sha1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(m_dss1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(m_ecdsa.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p_sign.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p_verify.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(evp_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(e_null.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(evp_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(evp_pbe.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p5_crpt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p5_crpt2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pmeth_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pmeth_fn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pmeth_gn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(m_sigver.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(e_aes_cbc_hmac_sha1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_object.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_int.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_type.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_dup.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_algor.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_sig.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_attrib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_bignum.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_long.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_name.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_x509.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_x509a.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(d2i_pr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tasn_new.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tasn_fre.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tasn_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tasn_dec.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tasn_utl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tasn_typ.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ameth_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_exten.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(asn1_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(asn1_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(evp_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p5_pbe.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p5_pbev2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p8_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pem_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pem_all.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pem_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pem_x509.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pem_xaux.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pem_oth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pem_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_d2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_cmp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_obj.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_vfy.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_set.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509name.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_v3.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_ext.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509type.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_lu.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_all.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_txt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_trs.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(by_file.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(by_dir.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_vpm.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_conf.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_utl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_genn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_alt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_skey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_akey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_pku.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_int.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_enum.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_sxnet.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_cpols.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_crld.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_purp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_info.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_ocsp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_akeya.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_pmaps.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_pcons.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_ncons.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_pcia.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_pci.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pcy_cache.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pcy_data.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pcy_map.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pcy_tree.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pcy_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(conf_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(conf_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(conf_api.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(conf_def.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(conf_mod.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pk7_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pk7_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pkcs7err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pk7_doit.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pk7_attr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p12_crpt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p12_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p12_utl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pk12err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p12_p8d.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(comp_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(comp_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(c_zlib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ocsp_asn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ocsp_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ui_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cms_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pqueue.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ts_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(srp_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(srp_vfy.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cm_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cm_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cpt_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(obj_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(hm_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(hm_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(set_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecb_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ecb3_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cfb64enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cfb64ede.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cfb_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ofb64ede.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ofb64enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(des_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(aes_misc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(aes_core.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(aes_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rc2_ecb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rc2_skey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rc2_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rc2cfb64.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rc2ofb64.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rc4_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rc4_utl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(i_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(i_cfb64.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(i_ofb64.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(i_ecb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(i_skey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cmll_ecb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cmll_ofb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cmll_cfb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cmll_utl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cmll_misc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cmll_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(seed.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(seed_ecb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(seed_cbc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(seed_cfb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(seed_ofb.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cbc128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ctr128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cfb128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ofb128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(gcm128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ccm128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(xts128.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_add.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_div.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_exp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_mul.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_mod.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_rand.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_blind.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_gcd.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_prime.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_sqr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_recp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_mont.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec_cvt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec2_smpl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec2_mult.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ec_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(eck_prn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecp_oct.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec2_oct.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_eay.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_pk1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_ssl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_none.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_oaep.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_x931.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dsa_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_ossl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dsa_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecs_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ecs_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecs_ossl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ecs_vrf.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecs_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dh_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dh_ameth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dh_pmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ech_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ech_ossl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ech_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dso_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dso_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dso_openssl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(eng_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(eng_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(eng_list.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(eng_ctrl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(eng_table.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tb_dsa.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tb_ecdsa.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tb_ecdh.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tb_rand.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tb_cipher.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tb_digest.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(tb_pkmeth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tb_asnmth.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(buf_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bio_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bss_null.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(md_rand.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rand_err.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rand_unix.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(encode.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(evp_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bio_md.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bio_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(evp_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_bitstr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_utctm.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_gentm.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_time.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_octet.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_print.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_d2i_fp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_i2d_fp.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_enum.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_sign.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_digest.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_verify.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_strex.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_val.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_pubkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_req.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_crl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_info.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x_spki.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(nsseq.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(i2d_pr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(t_x509.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(t_x509a.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(t_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(tasn_prn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(f_int.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(f_string.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x_pkey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(asn1_gen.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(asn1_par.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_bytes.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_strnid.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(asn_pack.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(pem_info.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pem_pk8.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509_def.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_req.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(x509rset.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(x509_att.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_bcons.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_bitst.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_extku.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(v3_ia5.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(v3_prn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(pcy_node.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(txt_db.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p12_add.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p12_asn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(p12_decr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(p12_p8e.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ui_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ui_openssl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cms_sd.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cms_env.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cms_enc.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cms_pwri.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cmac.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(o_time.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(aes_wrap.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rc4_skey.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(camellia.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_kron.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_sqrt.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bn_exp2.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_gf2m.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ecp_mont.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(ecp_nist.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ec_print.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(rsa_saos.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rsa_pss.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dsa_gen.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dsa_key.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(dh_gen.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(b_dump.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(rand_egd.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(err_prn.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_set.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_utf8.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(a_mbstr.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(a_bool.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cms_lib.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cms_asn1.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cms_att.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(cms_io.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(cms_dd.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bn_nist.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(ecp_smpl.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bio_ndef.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(asn_mime.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file/usr/local/ssl/lib/libcrypto.a(bio_b64.o)' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file /usr/local/ssl/lib/libcrypto.a(bio_asn1.o)' is incompatible with i386:x86-64 output /usr/local/ssl/lib/libcrypto.a(bn_word.o): In functionBN_mod_word': bn_word.c:(.text+0x73): undefined reference to __umoddi3' /usr/local/ssl/lib/libcrypto.a(bn_asm.o): In functionbn_div_words': bn_asm.c:(.text+0x2df): undefined reference to __udivdi3' /usr/local/ssl/lib/libcrypto.a(b_print.o): In functionfmtint': b_print.c:(.text+0x23b): undefined reference to __umoddi3' b_print.c:(.text+0x26f): undefined reference toudivdi3' b_print.c:(.text+0x447): undefined reference to __umoddi3' b_print.c:(.text+0x47b): undefined reference toudivdi3' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_globallookup': dso_dlfcn.c:(.text+0x2c): undefined reference todlopen' dso_dlfcn.c:(.text+0x42): undefined reference to dlsym' dso_dlfcn.c:(.text+0x4c): undefined reference todlclose' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_bind_func': dso_dlfcn.c:(.text+0x44a): undefined reference todlsym' dso_dlfcn.c:(.text+0x544): undefined reference to dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_bind_var': dso_dlfcn.c:(.text+0x5ea): undefined reference to dlsym' dso_dlfcn.c:(.text+0x6e4): undefined reference todlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_load': dso_dlfcn.c:(.text+0x776): undefined reference todlopen' dso_dlfcn.c:(.text+0x7f8): undefined reference to dlclose' dso_dlfcn.c:(.text+0x82f): undefined reference todlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x8e1): undefined reference todladdr' dso_dlfcn.c:(.text+0x939): undefined reference to dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_unload': dso_dlfcn.c:(.text+0x9a9): undefined reference to `dlclose' collect2: ld returned 1 exit status make[2]: * [erizo/liberizo.so] Error 1 make[1]: * [erizo/CMakeFiles/erizo.dir/all] Error 2 make: *\ [all] Error 2 Installing erizoAPI...

Any on how to get it to work?

dennismartensson commented 11 years ago

Okej, I have a solution. What had to do was:

  1. install openssl from source using ./config -shared -fPIC 2 go to /usr/local/ssl and cp -r lib64/* lib/

and now I was able to build it!

Super glad to have it up.

faishal commented 11 years ago

I also have same issue on ubuntu 12.04 64bit during ./licode/scripts/installErizo.sh

dennismartensson commented 11 years ago

try

1.install openssl from source using ./config -shared -fPIC

  1. go to /usr/local/ssl and cp -r lib64/* lib/
  2. installErizo
faishal commented 11 years ago

@dennismartensson thats works great :)

now getting ServiceID and Key are required!! error in console when i init basic Example using ./licode/scripts/initBasicExample.sh

This was working on my older setup.

dennismartensson commented 11 years ago

@faishal That values are in the config file.

jcague commented 11 years ago

Hi @dennismartensson , not sure if I can close this issue yet or you still have problems.

dennismartensson commented 11 years ago

@jcague I am not sure. I now have problem #40 in Chrome? But it looks like the steps i wrote above should solve the problem during the install.

So I close this one but please look at #40