代码改变世界

Vertica环境安装R-Lang包提示缺少libgfortran.so.1

  AlfredZhao  阅读(2416)  评论(1编辑  收藏  举报

环境:RHEL 6.4 + Vertica 7.0.0-1
1.最终确认安装compat-libgfortran-41-4.1.2-39.el6.x86_64.rpm即可解决.

复制代码
# rpm -ivh vertica-R-lang-7.0.0-0.x86_64.RHEL5.rpm 
error: Failed dependencies:
        /usr/lib64/libgfortran.so.1 is needed by vertica-R-lang-7.0.0-0.x86_64
# rpm -ivh compat-libgfortran-41-4.1.2-39.el6.x86_64.rpm 
warning: compat-libgfortran-41-4.1.2-39.el6.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                ########################################### [100%]
   1:compat-libgfortran-41  ########################################### [100%]
# rpm -ivh vertica-R-lang-7.0.0-0.x86_64.RHEL5.rpm 
Preparing...                ########################################### [100%]
   1:vertica-R-lang         ########################################### [100%]

The Vertica R language package has been successfully installed on host vertica1
复制代码

2.实际解决过程:

复制代码
# rpm -ivh vertica-R-lang-7.0.0-0.x86_64.RHEL5.rpm 
error: Failed dependencies:
        /usr/lib64/libgfortran.so.1 is needed by vertica-R-lang-7.0.0-0.x86_64
# ls -lh /usr/lib64 |grep libgfortran
lrwxrwxrwx.  1 root root   20 3月  19 2014 libgfortran.so.3 -> libgfortran.so.3.0.0
-rwxr-xr-x.  1 root root 965K 10月 19 2012 libgfortran.so.3.0.0

# rpm -qa libgfortran
libgfortran-4.4.7-3.el6.x86_64

# yum install compat-libgfortran-41
Loaded plugins: product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package compat-libgfortran-41.x86_64 0:4.1.2-39.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================================================================================================
 Package                                        Arch                            Version                                  Repository                    Size
============================================================================================================================================================
Installing:
 compat-libgfortran-41                          x86_64                          4.1.2-39.el6                             ISO                          126 k

Transaction Summary
============================================================================================================================================================
Install       1 Package(s)

Total download size: 126 k
Installed size: 820 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : compat-libgfortran-41-4.1.2-39.el6.x86_64                                                                                                1/1 
  Verifying  : compat-libgfortran-41-4.1.2-39.el6.x86_64                                                                                                1/1 

Installed:
  compat-libgfortran-41.x86_64 0:4.1.2-39.el6                                                                                                               

Complete!
# rpm -qa|grep libgfor
libgfortran-4.4.7-3.el6.x86_64
compat-libgfortran-41-4.1.2-39.el6.x86_64

# rpm -ivh vertica-R-lang-7.0.0-0.x86_64.RHEL5.rpm 
Preparing...                ########################################### [100%]
   1:vertica-R-lang         ########################################### [100%]

The Vertica R language package has been successfully installed on host vertica2

# ls -lh /usr/lib64/ |grep libgfortran
lrwxrwxrwx   1 root root   20 10月 20 13:54 libgfortran.so.1 -> libgfortran.so.1.0.0
-rwxr-xr-x   1 root root 820K 6月  28 2010 libgfortran.so.1.0.0
lrwxrwxrwx.  1 root root   20 3月  19 2014 libgfortran.so.3 -> libgfortran.so.3.0.0
-rwxr-xr-x.  1 root root 965K 10月 19 2012 libgfortran.so.3.0.0
复制代码

 

编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
点击右上角即可分享
微信分享提示