Hi guys,here my situation gets worse and worse. I want to do a communication with my modem /dev/ttyx0,I put open("/dev/ttyx0", O_RDWR)in my programme,then I do a check if this open returns a -1,the result is that it returns always -1,which maens the device is not opened. Did I do anything wrong???
by tntlei - C/C++ - 2005-04-15 21:06:45 阅读(429) 回复(0)
all: has has: gcc hash.c Lhash.c -o has .PHONY: clean clean: rm -rf has 上面的makefile用make has 执行的时候 提示 /usr/bin/ld:cannot open output file has:Permission denied collect2:ld returned 1 exit status 把has 改成别的名字也不行 请问这个是什么原因?
[root@3843228 squid]# sarg SARG: Records in file: 1975, reading: 100.00% SARG: (download) cannot open file: /var/www/sarg/ONE-SHOT/2008Oct21-2008Oct22/period 装上之后第一次使用 sarg -o /var/www/html/hours -l /var/log/squid/access.log成功了, 但是后来在怎么也不好使了.高手请指教.
机器一到业务高峰online.log就出现以下提示: 10:11:04 Checkpoint Completed: duration was 1 seconds. 10:11:04 Checkpoint loguniq 99, logpos 0x4721018 10:12:58 NSF putlocal: t_open error: t_errno = 8, errno = 6. 10:12:58 listener-thread: err = -25574: oserr = 0: errstr = : Network driver cannot open the network device. 10:13:05 NSF putlocal: t_open error: t_errno = 8, errno = 6. 10:13:05 li...
We are having problems accessing an informix database over tcp from php when php is built as an apache module. We get the following error: Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-25574] in remote-db-test.phtml on line 2 failed to open E [SQLSTATE=IX 000 SQLCODE=-25574] Network driver cannot open the network device. But it works when we try it from php as a stand alone applic...
We are having problems accessing an informix database over tcp from php when php is built as an apache module. We get the following error: Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-25574] in remote-db-test.phtml on line 2 failed to open E [SQLSTATE=IX 000 SQLCODE=-25574] Network driver cannot open the network device. But it works when we try it from php as a stand alone applic...
我自己查了一下,是/dev/tty不见了。 查其他机器:ls -l /dev/tty 显示: crw-rw-rw- 1 bin terminal 3, 0 Dec 23 2001 /dev/tty 但在我这台机器上,显示: ls: /dev/tty not found: No such file or directory (error 2) 请各位帮帮忙,如何才能再使我这台机器上有/dev/tty
dbimport出现:cannot open sql script file在网上看到一些答案说路径不对,我的数据库脚本放在 uidb_sd.exp下面,我cd uidb_sd.exp 下面.执行还是不行?
执行makefile,生成exe的时候出现问题 ld: 0706-006 cannot find or open library file: -l clntsh ld:open(): A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255. make中是这么写的 /opt/oracle/product/9.2/bin/oraxlc -q64 -o hldCT -qcpluscmt -DAIX=51 -D _Xopen_SOURCE cli_main.o cli_drv.o assist.o tcpcom.o -L/usr/lib -L//opt/orac...