기술지원 문의

HP-UX 11에서 설치및 실행 안되는 문제
김영태 / 2003-01-16 00:00

확인을 하고 perl버젼도 업그레이드 하고 jdk도 
java version \"1.3.1.08\"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.08-021127-23:13)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.08-_28_nov_2002_00_09 PA2.0, mixed mode

perl은 버젼 5.8은 설치 했는데 -version 정보를 보면 
[root@myhbuid2:/home/resin/bin]# perl -version
This is perl, version 4.0
$RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $
Patch level: 36
Copyright (c) 1989, 1990, 1991, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 4.0 source kit.
이렇게 나오구요 
레진을 풀어서 사용할경우 
[root@myhbuid2:/home/resin/bin]# ./httpd.sh
syntax error in file ./wrapper.pl at line 9, next 2 tokens \"use File\"
syntax error in file ./wrapper.pl at line 72, next 2 tokens \"my(\"
syntax error in file ./wrapper.pl at line 73, next 2 tokens \"fileparse(\"
syntax error in file ./wrapper.pl at line 517, next 2 tokens \"0 and\"
syntax error in file ./wrapper.pl at line 527, next token \"}\"
syntax error in file ./wrapper.pl at line 634, next 2 tokens \"setpgrp;\"
syntax error in file ./wrapper.pl at line 706, next 2 tokens \"my $file \"
syntax error in file ./wrapper.pl at line 715, next 2 tokens \"$dir or\"
syntax error in file ./wrapper.pl at line 717, next 2 tokens \"$pwd or\"
syntax error in file ./wrapper.pl at line 724, next 2 tokens \"$dir or\"
./wrapper.pl has too many errors.
나옵니다.

Re:HP-UX 11에서 설치및 실행 안되는 문제
관리자 / 2003-01-17 00:00


새롭게 설치한 Perl의 디렉토리를 확인하신 후
perl 실행화일이 있는 디렉토리를 사용하시는 shell의
PATH의 맨처음에 추가하시고 다시 httpd.sh start를
실행하시면 될 겁니다.


--김영태 님의 글 [2003-01-16 22:01:48]
>확인을 하고 perl버젼도 업그레이드 하고 jdk도 
java version \"1.3.1.08\"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.08-021127-23:13)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.08-_28_nov_2002_00_09 PA2.0, mixed mode

perl은 버젼 5.8은 설치 했는데 -version 정보를 보면 
[root@myhbuid2:/home/resin/bin]# perl -version
This is perl, version 4.0
$RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $
Patch level: 36
Copyright (c) 1989, 1990, 1991, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 4.0 source kit.
이렇게 나오구요 
레진을 풀어서 사용할경우 
[root@myhbuid2:/home/resin/bin]# ./httpd.sh
syntax error in file ./wrapper.pl at line 9, next 2 tokens \"use File\"
syntax error in file ./wrapper.pl at line 72, next 2 tokens \"my(\"
syntax error in file ./wrapper.pl at line 73, next 2 tokens \"fileparse(\"
syntax error in file ./wrapper.pl at line 517, next 2 tokens \"0 and\"
syntax error in file ./wrapper.pl at line 527, next token \"}\"
syntax error in file ./wrapper.pl at line 634, next 2 tokens \"setpgrp;\"
syntax error in file ./wrapper.pl at line 706, next 2 tokens \"my $file \"
syntax error in file ./wrapper.pl at line 715, next 2 tokens \"$dir or\"
syntax error in file ./wrapper.pl at line 717, next 2 tokens \"$pwd or\"
syntax error in file ./wrapper.pl at line 724, next 2 tokens \"$dir or\"
./wrapper.pl has too many errors.
나옵니다.