2

我是 node.js 的新手,但一直试图让一个简单的 websockets 服务器运行。当我尝试运行示例服务器时,我收到错误消息:“错误:node.js 未使用 openssl 加密支持编译。” 当我运行 ./configure 时,我得到:

检查程序 g++ 或 c++:/usr/bin/g++

检查程序 cpp:/usr/bin/cpp

检查程序 ar:/usr/bin/ar

检查程序ranlib:/usr/bin/ranlib

检查 g++:好的

检查程序 gcc 或 cc : /usr/bin/gcc

检查程序 ar:/usr/bin/ar

检查程序ranlib:/usr/bin/ranlib

检查 gcc:好的

检查库 dl:是

检查openssl:是

检查库实用程序:是

检查库 rt:是

--- libeio ---

检查库 pthread:是

检查函数 pthread_create :是

检查功能 pthread_atfork :是

检查 futimes(2) :是

检查预读(2):是

检查 fdatasync(2) :是

检查 pread(2) 和 pwrite(2) :是

检查 sendfile(2) :是

检查 sync_file_range(2) :是 --- libev --- 检查头文件 sys/inotify.h :是

检查功能 inotify_init :是

检查标头 sys/epoll.h :是

检查功能 epoll_ctl :是

检查标头 port.h:未找到

检查标题 poll.h :是

检查功能民意调查:是

检查标头 ['sys/types.h', 'sys/event.h'] :未找到

检查标头 sys/queue.h :是

检查功能 kqueue:未找到

检查标头 sys/select.h :是

检查功能选择:是

检查标头 sys/eventfd.h :是

检查功能 eventfd :是

检查 SYS_clock_gettime :是

检查库 rt:是

检查功能clock_gettime:是

检查功能 nanosleep :是

检查功能 ceil :是

使用 c++ 检查 fdatasync(2):是

这意味着已安装 openssl。谁能给我关于如何解决此错误的具体建议或说明?谢谢你。

4

1 回答 1

1

我假设您从源代码安装了 nodejs,并且您没有安装 openssl。要修复它,请安装 openssl,然后重新安装 nodejs。

于 2012-04-07T12:58:17.483 回答