Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Developer Studio on Fedora 30 problem

eldienerJul 6 2019 — edited Jul 10 2019

When I try to compile C++ source on Fedora 30, after upgrading from Fedora 29, with Developer Studio 12.6 compiler, I get the error message for my compilations:

ccfe: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

The Fedora 30 installation has the libnsl2 package as a replacement for libnsl. Installing libnsl instead of libnsl2 means downgrading glibc, which I do not want to do. Is there a solution for this on Fedora 30 or must I just forgo using developer studio on Fedora 30 ?

This post has been answered by Tomáš Glozar on Jul 8 2019
Jump to Answer
Comments
Post Details
Added on Jul 6 2019
4 comments
732 views