GPFDIST Error while loading shared Libraries: libapr-1.so.0: cannot open shared object file: No such file or directory
book
Article ID: 294724
calendar_today
Updated On: 06-02-2018
Products
Services Suite
Issue/Introduction
Symptoms:
Running the "GPFDIST" utility provided in the HAWQ package fails due to a missing library.
Error Message:
gpfdist: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory
Cause
The library libapr-1 is provided by the package "APR" (Apache Portable Runtime Library).
Resolution
Install the package "APR" on the hosts in the cluster:
yum install -y apr
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No