Fedora 10 x86_64 cyrus-imapd-2.3.13 ./configure --prefix=/usr/local/imapd --with-mysql=/usr/local/mysql --with-sasl=/usr/local/sasl 错误如下: gcc -L/usr/local/mysql/lib/mysql -Wl,-rpath,/usr/local/mysql/lib/mysql -o \ tls_prune tls_prune.o tls.o cli_fatal.o mutex_fake.o libimap.a ../lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/sasl/lib -Wl,-rpath,/usr/local/sasl/lib -lsasl2 -lgssapi...
by zyyzly - 服务器应用 - 2009-01-08 14:47:56 阅读(2210) 回复(0)
我有一台做radi 5的机器,前几天突然出现 CANNOT read: BLK 119832172 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS could NOT BE read: 119832172, 119832173, cannot read block bitmap ** Phase 1 - Check Blocks and Sizes DANGER: Filesystem being checked is larger than the device in which it is stored (/dev/root). The filesystem is 62907989K while the device is 59916079K. Backup filesyste...
Intel IXP425 ARM 平台 Libstdc++ version 4.1.1-r6 ./configure 完imagemagick-6.2.9,在make时就出现这个错误: [code]/libstdc++.a: could not read symbols: Success[/code] 咋回事呢?? 详细信息: [quote]Here is some info about libstdc++.a: root@MYNAS# find /usr/. | grep libstdc++ /usr/./lib/ipkg/info/libstdc++-dev.control /usr/./lib/ipkg/info/libstdc++-dev.list /usr/./lib/ipkg/info/libstdc++6.po...
请教各位大虾:
系统后台频繁报以下问题,
请教各位大虾:
系统后台频繁报以下问题,
could not do a physical-order read to fetch next row? 这个是什么错误? 怎么解决?
有台sun的网管机器开机有如下信息: SC Alert: Host System has Reset could not read diag-switch? from NVRAM! could not read diag-level from NVRAM! could not read diag-script from NVRAM! could not read security-mode from NVRAM! could not read service-mode? from NVRAM! could not read diag-trigger from NVRAM! could not read verbosity from NVRAM! @(#)OBP 4.18.10 2006/03/03 13:59 Sun Fire V210/V2...
我的开发系统是Red hat 9.0,内核2.4.20-8 目标系统是IXDP425 下载的工具链是arm-linux-tools-20030211.tar.gz 用arm-linux-gcc编译要在目标机上运行的应用程序时报错: /usr/local/arm-linux/lib/libc.so.6: could not read symbols: Invalid operation 应用程序的Makefile改了以下几个地方: CROSS_COMPILE = /usr/local/bin/arm-linux- CROSS_CFLAGS = -I /Projects/snapgear/snapgear/linux-2.4.x/include -mbig-endian
在用select操作的时候,数据库提示244错误,could not do a physical-order read,谁能提示一下一般在什么情况下出现这个问题
#!/bin/sh sleep 3 echo "input a:" read a if [ "$a" == y ]; then echo $a else echo no fi 问题: 如果在shell sleep 的过程敲很多次回车 例如3次 现象为 [root@localhost]#./filename input a: no [root@localhost]# [root@localhost]# [root@localhost]# _ 也就是说shell记住了你敲的这3次回车 怎么能达到这种效果: 不管敲几次回车 只捕捉input a: 出现后的那一次输入 [root@localhost]#./filename i...