2012-03-04 4 views
-1

을주는 시작 ubuntu10.10XAMPP에 내가 XAMPP를 설치하고 오류

(내가) 내가 선택 하 폴더에 tar xvfz xampp-linux-1.7.7.tar.gz -C ./opt 추출한

(II) 내가 쓸 때 : 나는 다음과 같은 오류가 점점 오전 sudo ./opt/lampp/lampp start :

cat: /opt/lampp/lib/VERSION: No such file or directory 
./lampp: line 126: /opt/lampp/share/lampp/selinux: No such file or directory 
Starting XAMPP for Linux ... 
./lampp: line 133: /opt/lampp/share/lampp/nogroupcheck: No such file or directory 
cat: /opt/lampp/lib/VERSION: No such file or directory 
./lampp: line 126: /opt/lampp/share/lampp/selinux: No such file or directory 
XAMPP: Another web server daemon is already running. 
cat: /opt/lampp/lib/VERSION: No such file or directory 
./lampp: line 126: /opt/lampp/share/lampp/selinux: No such file or directory 
XAMPP: Starting MySQL... 
./lampp: line 253: /opt/lampp/bin/mysql.server: No such file or directory 
XAMPP: Couldn't start MySQL! 
cat: /opt/lampp/lib/VERSION: No such file or directory 
./lampp: line 126: /opt/lampp/share/lampp/selinux: No such file or directory 
./lampp: line 140: /opt/lampp/share/lampp/alladdons: No such file or directory 
XAMPP for Linux started. 

인터넷에서 여러 양식을 검색했지만 오류를 해결할 수 없습니다. 나는 xampp에 관한 한 초보자이기 때문에 무시해 주시고 해결책을 찾도록 도와 주시겠습니까?

+0

왜이 질문은 3 upvotes을 받고있다? 다른 사람이 다음 – Anycorn

+0

내가 it..else을 올리기 완료하고 myself..if 다른 사용자도 내 문제를 해결하기 위해 노력 비슷한 manner..im에 갇히지 유사한 problem..or에 직면 할 수 있음 './opt'가 아니라'/ opt' - 루트 드라이브에 있습니다. –

+0

을 그것의 도움을 주시기 바랍니다 알고있는 경우 – Joseph

답변

1

난 당신이 루트 privileges.i.e와 "옵트 폴더에 타르 xvfz의 XAMPP - 리눅스-1.7.7.tar.gz -C ./opt"추출하지 않은 것 같아요.

sudo tar xvfz xampp-linux-1.7.7.tar.gz -C /opt into the opt folder 
sudo /opt/lampp/lampp start 

루트 권한으로 시도해보십시오. 도움이 되었기를 바랍니다.

2

./opt 현재 작업 디렉토리에 상대적인 디렉토리를 사용합니다. XAMPP는 디렉토리로 하드 코딩 된 값 /opt/lampp/을 사용합니다. 당신이 실제로/옵션에 추출하고 있는지 확인,이 스크립트에 대한 올바른 경로를 제공하지 않는 경우 일 것입니다

sudo tar xvfz xampp-linux-1.7.7.tar.gz -C /opt 
sudo /opt/lampp/lampp start 
-1

./opt 없습니다.