Code Monkey home page Code Monkey logo

Comments (6)

lixmal avatar lixmal commented on June 14, 2024 1

Builds successfully now and the 404 is gone

from keepass4web.

csjewell avatar csjewell commented on June 14, 2024 1

Thank you for getting the fix committed! As you can see, I ran out of time, too, and only just got back to this.

from keepass4web.

csjewell avatar csjewell commented on June 14, 2024

I can help with the Dockerfile part, just not tonight. Expect a PR within the next week from me.

from keepass4web.

csjewell avatar csjewell commented on June 14, 2024

A few other notes for myself or whoever wants to take this on: (I think I know WHY Net::SSLeay fails - I remember encountering it a few weeks ago at work!)

99.43 Building Net-SSLeay-1.92 ... ! Installing Net::SSLeay failed. See /root/.cpanm/work/1694921390.20/build.log for details. Retry with --force to force install it.
101.4 ! Installing the dependencies failed: Module 'Net::SSLeay' is not installed
101.4 ! Bailing out the installation for IO-Socket-SSL-2.083.
101.5 FAIL
...
109.4 Configuring LWP-Protocol-https-6.11 ... ! Installing the dependencies failed: Module 'IO::Socket::SSL' is not installed
109.8 ! Bailing out the installation for LWP-Protocol-https-6.11.
...
169.7 ! Installing the dependencies failed: Module 'Net::SSLeay' is not installed, Module 'IO::Socket::SSL' is not installed
169.7 ! Bailing out the installation for Alien-xz-0.08.
169.7 ! Installing the dependencies failed: Module 'Alien::xz' is not installed, Module 'IO::Socket::SSL' is not installed, Module 'Net::SSLeay' is not installed
169.7 ! Bailing out the installation for Alien-Libxml2-0.19.
169.7 ! Installing the dependencies failed: Module 'Alien::Libxml2' is not installed
169.7 ! Bailing out the installation for XML-LibXML-2.0209.
169.7 ! Installing the dependencies failed: Module 'LWP::Protocol::https' is not installed
169.7 ! Bailing out the installation for REST-Client-281.
...
368.4 ! Installing the dependencies failed: Module 'HTML::Element' is not installed, Module 'HTML::TreeBuilder' is not installed
368.4 ! Bailing out the installation for HTML-Formatter-2.16.
...
486.4 ! Installing the dependencies failed: Module 'LWP::Protocol::https' is not installed
486.4 ! Bailing out the installation for WebService-Dropbox-2.09.
...

from keepass4web.

csjewell avatar csjewell commented on June 14, 2024

Notes for the fix:

  1. s/alpine-sdk/build-base/ # so as not to include openssl in the first place
  2. ln -s /usr/bin/libressl-openssl /usr/bin/openssl # because Net::SSLeay's Makefile.PL is running /usr/bin/openssl to find out where the files are to compile.
  3. cpanm --no-wget --self-contained --notest CHRISN/Net-SSLeay-1.93_02.tar.gz # Because this is the version that has support for the version of libressl we are installing and can build correctly, 1.92 WILL NOT BUILD.

from keepass4web.

lixmal avatar lixmal commented on June 14, 2024

It 404s because there's no successful build yet. I was planning to fix that but ran out of time. Thanks for investigating. I'll take a look

from keepass4web.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.