Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is libgd.so.3 backward compatible with libgd.so.2 #860

Open
caldodge opened this issue Feb 6, 2023 · 4 comments
Open

Is libgd.so.3 backward compatible with libgd.so.2 #860

caldodge opened this issue Feb 6, 2023 · 4 comments

Comments

@caldodge
Copy link

caldodge commented Feb 6, 2023

We are installing an older application on a Red Hat 8.3 system, which comes with libgd.so.3. The application wants libgd.so.2.

Will this work if we symlink libgd.so.2 to libgd.so.3? Or do we have to find a libgd.so.2 library that's compatible with Red Hat 8.3?

@vapier
Copy link
Member

vapier commented Feb 6, 2023

if it were compatible, we'd use the same name. you should not symlink.

@caldodge
Copy link
Author

caldodge commented Feb 6, 2023

Vapier, thanks for your quick response. It appears I will need to build it from source. What is the latest version of GD which provides libgd.so.2?

@bathterror
Copy link
Contributor

bathterror commented Feb 7, 2023 via email

@caldodge
Copy link
Author

caldodge commented Feb 7, 2023

Bathterror,

Thanks for your reply. The cluster is relatively isolated, so security isn't a major concren. We ended up grabbing the file from a Centos 6.10 rpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants