我正在尝试升级 SDDPCM 版本,当我尝试安装时会出现以下错误。
#installp -aXY devices.sddpcm.61.rte
Out of memory, malloc() failed.
0503-003 installp: The specified device /dev/rfd0
is not a valid device or file.
如何克服这个错误?
答案1
您需要知道installp
文件集在哪里,
installp -aXY -d . devices.sddpcm.61.rte
告诉-d .
它查看当前目录,或者你当然可以给它完整的路径。
我不知道这是否能修复其他错误,但从那里开始。