리눅스
CentOS 8에서 oniguruma-devel 패키지를 설치하는 방법
변군이글루
2020. 10. 30. 15:23
반응형
CentOS 8에서 oniguruma-devel 패키지를 설치하는 방법
oniguruma-devel 패키지는 Perl 모듈을 개발하는 데 필요한 개발 도구를 제공합니다.
이 패키지를 설치하면 Perl 모듈을 개발할 수 있습니다.
configure: error
checking for oniguruma... no
configure: error: Package requirements (oniguruma) were not met:
Package 'oniguruma', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ONIG_CFLAGS
and ONIG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
PowerTools 저장소를 활성화합니다.
yum config-manager --set-enabled PowerTools
- 이 명령은 CentOS 8에서 PowerTools 저장소를 활성화하는 명령입니다. PowerTools 저장소는 추가적인 패키지 및 도구를 제공하기 위해 사용됩니다.
oniguruma-devel 설치
yum -y install oniguruma oniguruma-devel
rpm -qa | grep oniguruma
$ rpm -qa | grep oniguruma
oniguruma-6.8.2-1.el8.x86_64
oniguruma-devel-6.8.2-1.el8.x86_64
728x90
반응형