- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi all,
I'm trying to install IPP on Gentoo. I emerged the RPM tools and ran the install script, but I got the following error:
error: Failed dependencies:
/bin/sh is needed by intel-ipp_common_ia32-5.1p-16
I have sh and it's in the /bin directory. So what's the problem??
Please help! I'd like to figure this out before my trial license expires =]
Thanks,
Chad
I'm trying to install IPP on Gentoo. I emerged the RPM tools and ran the install script, but I got the following error:
error: Failed dependencies:
/bin/sh is needed by intel-ipp_common_ia32-5.1p-16
I have sh and it's in the /bin directory. So what's the problem??
Please help! I'd like to figure this out before my trial license expires =]
Thanks,
Chad
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello Chad,
I remember there was a question about installation of IPP on Gentoo Linux. Could you please check suggestions we provided for that case (not sure it work, we do not support Gentoo Linux, so we did not test it)
Regards,
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello Chad,
since Gentoo is not based on rpms it has some difficulties with the dependencies. Simply use the --nodeps option for installation without dependency checking. On my system the commands are:
rpm -i --nodeps intel-ipp_common_ia32*.rpm
rpm -i --nodeps intel-ipp_ia32*.rpm
After that IPP can be found in the /opt/intel/ directory.
Regards,
Clemens
since Gentoo is not based on rpms it has some difficulties with the dependencies. Simply use the --nodeps option for installation without dependency checking. On my system the commands are:
rpm -i --nodeps intel-ipp_common_ia32*.rpm
rpm -i --nodeps intel-ipp_ia32*.rpm
After that IPP can be found in the /opt/intel/ directory.
Regards,
Clemens
