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

wrong permissions on /var/lib/gems/3.0.0/gems/asciidoctor-multipage-0.0.16/bin/asciidoctor-multipage ? #42

Closed
sijskes opened this issue Aug 13, 2023 · 1 comment

Comments

@sijskes
Copy link

sijskes commented Aug 13, 2023

after:
apt install ruby-rubygems
gem install asciidoctor-multipage

run as user:
ubuntu@u2:~$ asciidoctor-multipage
/usr/local/bin/asciidoctor-multipage:25:in load': cannot load such file -- /var/lib/gems/3.0.0/gems/asciidoctor-multipage-0.0.16/bin/asciidoctor-multipage (LoadError) from /usr/local/bin/asciidoctor-multipage:25:in

'

errors.

/var/lib/gems/3.0.0/gems/asciidoctor-multipage-0.0.16/bin/asciidoctor-multipage is installed with: -rwxr-x--x permissions.

chmod +r /var/lib/gems/3.0.0/gems/asciidoctor-multipage-0.0.16/bin/asciidoctor-multipage

fixes the problem.

@owenh000
Copy link
Owner

Thanks; this should be fixed with commit f2e205a.

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

2 participants