ChinaUnix.net
相关文章推荐:

usrbinldskipping incompatible

struct node{ char name[16]; int id; struct node *next; }; struct node *stu1; sturct node *p; .......//some code stu1->next=p; // 报:warning: assignment from incompatible pointer type 哪错了? 谢谢

by john.daker - C/C++ - 2009-07-01 16:02:57 阅读(4239) 回复(9)

相关讨论

单位的STKL40磁带库,NetWorker Administrator 7.1.2 For Windows,HP Ultrium 2驱动器 报错信息:Illegal Request,incompatible Medium Installed!基本的Label和Inventory操作都回有该项报错信息(Illegal Request,incompatible Medium Installed) PS:前一阶段不小心把Autochangers里面带库下的存储节点给删了,没办法,然后通过jbconfig重新对磁带库进行了配置,(pool,group,clent,label保留了原有配置),然后就出现了上述...

by conqueryou - 存储备份 - 2008-03-16 23:59:28 阅读(3280) 回复(13)

1. gcc version 4.1.2 2. 部分源码: int compare_name( dir_ const *a, dir_ const *b) {   return strcmp(a->name, b->name); }   int sort_dirs(dir_ *dirs, int dir_index) {   qsort(dirs,dir_index,sizeof(dir_),compare_name);   return 0; } 3. 编译时: gcc -c -Wall -O2 -fPIC -I../include -o ../src/log/rollover.o ../src/log/rollover.c ../src/log/rollover.c: In function...

by tessykandy - C/C++ - 2009-04-10 13:42:04 阅读(2932) 回复(3)

我在RedHat9中安装OpenLDAP,(我安装系统的时候是已把所有该装的包都安装进去了) 先执行了: # tar -zxvf db-4.4.20.tar.gz # ../dist/configure # make # make install #tar zxvf openldap-2.3.24.tar.gz #cd openldap-2.3.24 当执行到#env CPPFLAGS="-I/usr/local/BerkeleyDB.4.4/include" LDFLAGS="-L/usr/local/BerkeleyDB.4.4lib" ./configure --prefix=/usr/local/openldap --enable-ldbm后,在执行过程的最后二行显示了...

by zgqusa - 服务器应用 - 2006-07-24 09:33:08 阅读(1716) 回复(1)

环境 redhat 9 db-4.3.27.tar openldap-2.2.24 也换过别的版本,都是同样的错误亚。 找了好久,也没看到什么好的资料,如果肯帮忙的人可以加我 Msn:liuyanyhshi2003@hotmail.com

by janelyyhshi - 服务器应用 - 2005-05-31 22:46:57 阅读(2425) 回复(7)

我环境 redhat 9 db-4.3.27.tar openldap-2.2.24 也换过别的版本,都是同样的错误亚。 找了好久,也没看到什么好的资料,如果肯帮忙的人可以加我 Msn:liuyanyhshi2003@hotmail.com :cry:

by janelyyhshi - Linux论坛 - 2005-03-18 15:07:34 阅读(293) 回复(0)