ChinaUnix.net
相关文章推荐:

dante sockd syntax error error on line 1

/opt/samba/bin/smbstatus /opt/samba/bin/smbclient都出现同样的错误,是什么原因

by weifenghq - Solaris - 2006-01-16 23:07:32 阅读(1139) 回复(1)

相关讨论

直接编译安装了splint3.1.1,安装的时候就提示 ./splint: syntax error at line 1: `(' unexpected,安装完成后运行splint也提示./splint: syntax error at line 1: `(' unexpected,请问问题出在哪里,怎么样才可以弄好呢,谢谢

by topjupiter - Solaris - 2005-04-03 08:29:10 阅读(6443) 回复(3)

在VMWare中安装了Solaris 9操作系统,补丁已经全部打上,oracle文件用的是solaris64_9.2.0.1.0.Disk1.cpio。环境变量和oracle安装前的准备工作全部完成。运行./runInstaller的时候,报错:“./runInstaller: syntax error at line 1: '(' unexpected”,请问个位高手如何解决????? 本人在同一个系统上安装oracle 8.1.7 for solaris的时候就就没有问题。 先谢谢先!

by jason0214 - Oracle - 2005-03-24 14:27:57 阅读(1524) 回复(0)

在solaris运行java -version 出现java: syntax error at line 1: `(' unexpected 是怎么回事啊?????!!!!

by zz229 - Java - 2005-01-19 13:51:26 阅读(1059) 回复(1)

装informix: ./installsql正常 在装./install4gl时错误提示: etc/brand:syntax error at line1:')'unexpected 是怎么回事?

by wenzhong0751 - 其他UNIX - 2004-06-04 17:20:08 阅读(887) 回复(1)
by carllluck - PHP - 2008-05-18 17:39:20 阅读(2287) 回复(2)

./pam.sh: line 63: syntax error: unexpected end of file 我是在vim下编辑哈.怎么会出现这种错误呢?

by yangbo8481 - Shell - 2006-08-03 14:45:09 阅读(1028) 回复(1)

#!/sbin/sh # # Copyright (c) 1995, 1997-1998 by Sun Microsystems, Inc. # All rights reserved. # #ident "@(#)inetsvc 1.22 98/07/06 SMI" # # This is third phase of TCP/IP startup/configuration. This script # runs after the NIS/NIS+ startup script. We run things here that may # depend on NIS/NIS+ maps. # case "$1" in 'start') ;; # Fall through -- rest of script is the initialization code 'stop'...

by shmlv - Shell - 2005-11-07 08:08:15 阅读(3393) 回复(5)

#!/sbin/sh # # Copyright (c) 1995, 1997-1998 by Sun Microsystems, Inc. # All rights reserved. # #ident "@(#)inetsvc 1.22 98/07/06 SMI" # # This is third phase of TCP/IP startup/configuration. This script # runs after the NIS/NIS+ startup script. We run things here that may # depend on NIS/NIS+ maps. # case "$1" in 'start') ;; # Fall through -- rest of script is the initialization code 'stop'...

by shmlv - Solaris - 2005-11-06 16:44:13 阅读(1490) 回复(2)

在redhat 9下安装oracle,修改.bash_profile文件,总是报错,通不过。unexpected end of file .bash_profile这样了还是不行: # .bash_profile # Get the aliases and functions # if [ -f ~/.bashrc ]; then # . ~/.bashrc # fi # User specific environment and startup programs # unset USERNAME # umask 022 # export EDITOR=vi # export TERM=xterm # export TMPDIR=/tmp 请问哪儿出错了?

by arnold - Linux论坛 - 2005-09-13 16:49:14 阅读(951) 回复(1)

#include typedef struct{ int adr[3][3]; }MazeType; main() { MazeType maze; /*maze.adr[3][3]={ {'0','1','1'}, {'1','0','1'}, {'1','1','0'} };*/ maze.adr[3][3] = { {0,1,1}, {1,0,1}, {1,1,0} }; } error information : 13: error: syntax error before '{' token I don't know how to resolve it , Please ... TX a lot

by addictlinux - C/C++ - 2008-12-24 23:08:53 阅读(4487) 回复(5)