You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to china-li...@googlegroups.com
呵呵 多谢大侠们指点
我现在在Ubuntu上安装 ACE+TAO+CIAO-5.7.1.tar.gz 报错。
In file included from ../../../ace/SSL/SSL_Asynch_BIO.cpp:3: ../../../ace/SSL/SSL_Asynch_BIO.h:29:25: error: openssl/bio.h: No such file or directory make[3]: *** [libACE_SSL_la-SSL_Asynch_BIO.lo] Error 1
bailing chen
unread,
Sep 30, 2009, 3:40:08 AM9/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to China Linux Fans
把这句话“error: openssl/bio.h: No such file or directory”拿去google一下就会发现是少了 openssl的开发库 在Ubuntu下运行命令: apt-cache search openssl dev 就找到它了: libssl-dev - SSL development libraries, header files and documentation 安装一下libssl-dev就好了。 apt-get install libssl-dev