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

Linux VM contains duplicate libraries #38

Open
Rinzwind opened this issue Feb 18, 2023 · 0 comments
Open

Linux VM contains duplicate libraries #38

Rinzwind opened this issue Feb 18, 2023 · 0 comments

Comments

@Rinzwind
Copy link

On Linux, the VM installed through get.pharo.org contains duplicate libraries. See the following Dockerfile:

FROM centos:7
RUN yum install -y epel-release && \
  yum install -y which curl unzip rdfind && \
  yum clean all && rm -rf /var/cache/yum
RUN curl https://get.pharo.org | bash
CMD rdfind pharo* && cat results.txt

The output shows:

…
It seems like you have 40 files that are not unique
Totally, 120 MiB can be reduced.
…
DUPTYPE_FIRST_OCCURRENCE 65 1 521853 166 1704966 3 pharo-vm/lib/libssl.so
DUPTYPE_WITHIN_SAME_TREE -65 1 521853 166 1704967 3 pharo-vm/lib/libssl.so.1.0.0
…

Shouldn’t this be set up so that libssl.so is a symbolic link to, rather than a copy of, libssl.so.1.0.0?

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

1 participant