Please Enable JavaScript!
Mohon Aktifkan Javascript![ Enable JavaScript ]

Rocky 8 버전에서 AAI 설치중 에러메시지를 봤는데, > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

Rocky 8 버전에서 AAI 설치중 에러메시지를 봤는데,

페이지 정보

본문

Rocky 8 버전에서 AAI 설치중

잘 설치되다가 아래 에러메시지를 봐서 좀 찜찜해서 여쭤봅니다.

무시해도 되는 에러일까요 아님,

서버를 밀고 다시 설치하는게 좋을까요?

저 에러메시지의 의미를 모르겠어서 여쭤봅니다.

 

---------------------------------------------------------------------------------------------------------------------------

 


Last metadata expiration check: 0:01:24 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-7.3'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.

Last metadata expiration check: 0:01:33 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.

Last metadata expiration check: 0:02:04 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-7.4'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.

Last metadata expiration check: 0:02:09 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.

Last metadata expiration check: 0:02:39 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-8.0'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.

Last metadata expiration check: 0:03:15 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-8.1'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.


Last metadata expiration check: 0:03:53 ago on Thu Apr 27 15:31:05 2023.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-8.2'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.
 

 

답변만 하셔도 기본적으로 50P,답변채택시 내공 포인트 500P 가 지급됩니다. 답변 마감일 :2023 년 4 월 30 일

AAI

댓글목록

profile_image
채택완료

아파치님의 댓글

아파치 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 us 아이피 (174.♡.♡.11) 작성일

종속성은 해결 되었다고 나오지만 Php 7.2, 7.3이 설치가 안된것으로 보입니다.

SSH(SHELL) 로 접속 하셔서 php가 설치 되었는지 확인해 보세요.

find  / -name php 룰 입력하고 엔터 치면 설치된 경로와 파일을 볼수 있습니다.

설치가 안되어 있다면 아마도 더이상 php 7.x 대 버전은 지원을 안할수도 았을것 같네요.

설치 안내대로 모든 php 가 설치가 되었다면 사용에 문제가 없을 겁니다.

저도 주말쯤 태스트 해 보겠습니다.

profile_image

크로니님의 댓글

크로니 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 kr 아이피 (123.♡.♡.197) 작성일

find  / -name php 하니까,
------------------------------------------
/root/ROCKY8/php
/var/lib/php
/var/opt/remi/php72/lib/php
/var/opt/remi/php73/lib/php
/var/opt/remi/php74/lib/php
/var/opt/remi/php80/lib/php
/var/opt/remi/php81/lib/php
/var/opt/remi/php82/lib/php
/usr/bin/php
/usr/lib64/php
/usr/share/php
/opt/remi/php72/root/usr/bin/php
/opt/remi/php72/root/usr/lib64/php
/opt/remi/php72/root/usr/share/php
/opt/remi/php73/root/usr/bin/php
/opt/remi/php73/root/usr/lib64/php
/opt/remi/php73/root/usr/share/php
/opt/remi/php74/root/usr/bin/php
/opt/remi/php74/root/usr/lib64/php
/opt/remi/php74/root/usr/share/php
/opt/remi/php80/root/usr/bin/php
/opt/remi/php80/root/usr/lib64/php
/opt/remi/php80/root/usr/share/php
/opt/remi/php81/root/usr/bin/php
/opt/remi/php81/root/usr/lib64/php
/opt/remi/php81/root/usr/share/php
/opt/remi/php82/root/usr/bin/php
/opt/remi/php82/root/usr/lib64/php
/opt/remi/php82/root/usr/share/php

이렇게 출력되는데, ERROR을 봤지만 설치는 된 것 같습니다.
그누 최신버전 잘 돌아가기는 하는데, 차후에 문제가 있을지 없을지.. 걱정 거정..
감사합니다.

profile_image

아파치님의 댓글

아파치 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 us 아이피 (73.♡.♡.35) 작성일

설치가 되었다면 별 문재 없을겁니다.
해당 php 종속성 문제 이므로 에러 로그에 종속성이 해결 되었다고 나왔으니 문제가 발생하지 않을것 같습니다.

저도 주말에 시간내어 다시 테스트 해 보겠습니다.

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
공지 10000 웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21058 01-17
공지 200 웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21827 12-22
293 300 댓글+ 1 no_profile b1nst 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 53327 03-26
292 200 댓글+ 2 no_profile 멘도84 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 26555 02-14
291 200 댓글+ 1 no_profile 다사자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20024 02-02
290 200 no_profile 시나브로 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 23412 01-18
289 200 댓글+ 1 no_profile 다사자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 78641 12-08
288 500 댓글+ 2 크론이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 180586 11-07
287 500 댓글+ 1 no_profile 킵람쥐 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 229324 10-19
286 500 댓글+ 2 크론이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 155753 10-13
285 500 댓글+ 2 해피정 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18880 10-03
284 500 댓글+ 6 해피정 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 27201 09-20
283 200 댓글+ 1 no_profile 타벌린나무 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14626 07-18
282 200 댓글+ 4 no_profile 정적인손님 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11926 07-10
281 200 no_profile 댕댕 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7097 07-10

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

포인트 정책
포인트 순위
사이트명 : 아파치존
개인정보관리책임자 : JOO SUNG

접속자집계

오늘
4,479
어제
10,428
최대
176,238
전체
3,561,902
Copyright © apachezone.com. All rights reserved.