Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Installation error openssl

Installation error openssl

Added by Steffen Schäfer over 2 years ago

When trying to install OP on an Suse Enterprise Server I get the following error:

Obviously ther is some openssl lib missing. How can I Install the lib?

I installed OP with the path package installation for Suse systems.

[openproject] ./bin/postinstall
rake aborted!
LoadError: libssl.so.1.0.0: cannot open shared object file: No such file or directory - /opt/openproject/vendor/ruby-3.1.2/lib/ruby/3.1.0/x86_64-linux/openssl.so
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/key_generator.rb:4:in `require'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.3.1/lib/active_support/key_generator.rb:4:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:6:in `require'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/application.rb:6:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails.rb:13:in `require'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails.rb:13:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/all.rb:5:in `require'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/all.rb:5:in `<top (required)>'
/opt/openproject/config/application.rb:31:in `require'
/opt/openproject/config/application.rb:31:in `<top (required)>'
/opt/openproject/Rakefile:33:in `require'
/opt/openproject/Rakefile:33:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli/exec.rb:58:in `load'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli/exec.rb:58:in `kernel_load'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli/exec.rb:23:in `run'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli.rb:483:in `exec'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli.rb:31:in `dispatch'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/cli.rb:25:in `start'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/exe/bundle:48:in `block in <top (required)>'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
/opt/openproject/vendor/bundle/ruby/3.1.0/gems/bundler-2.3.10/exe/bundle:36:in `<top (required)>'
/opt/openproject/bin/bundle:110:in `load'
/opt/openproject/bin/bundle:110:in `<main>'

Loading...