Giter VIP home page Giter VIP logo

Comments (16)

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024 1

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024 1

Thanks again. I compiled with Ubuntu and solved all the problems

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

I have Fix it.
I build win32 aria2c.exe with msys2 on Windows 10.
But it still need "bcrypt.dll", I donn't why.

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

Did you compile it using OpenSSL or Windows TLS?

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

@RedHairSakuragiHanamichi My builds don't work for you either?

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

The library "bcrypt.dll" does not exist on Windows XP. This library is a dependency on modern Windows systems when using the system's own SSL/TLS library.

If you want to build a Windows XP compatible version, you must compile aria2 using OpenSSL instead of the Windows SSL/TLS library.

You must make sure that you have built OpenSSL correctly and that aria2 then detects it in the "configure" process.

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

Also, in case of problems, try overriding SFTP support, as it sometimes uses Windows TLS instead of OpenSSL, which would cause the problem.

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

When you run ./configure --prefix.....blablablabla before doing the "make" command, it shows you which libraries it has detected and will use.

Once the program has been compiled, running the command "aria2c.exe -v" will show you which libraries it has been compiled with.

q3aql@devuan ~> aria2c -v
aria2 version 1.36.0
Copyright (C) 2006, 2019 Tatsuhiro Tsujikawa

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

** Configuration **
Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP
Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32
Libraries: zlib/1.2.11 expat/2.4.1 sqlite3/3.36.0 OpenSSL/1.1.1l c-ares/1.17.2 libssh2/1.9.0
Compiler: gcc 10.2.1 20210110
built by x86_64-pc-linux-gnu
on Aug 27 2021 13:08:17
System: Linux 5.16.10-xanmod1 #0~git20220216.ea7a824 SMP Wed Feb 16 16:10:14 UTC 2022 x86_64

Report bugs to https://github.com/aria2/aria2/issues
Visit https://aria2.github.io/
q3aql@devuan ~>

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

Then it is because the libssh2 library is using the Windows SSL/TLS. Try changing the "--with-libssh2" parameter to "--without-libssh2" when compiling. Then we can see if the problem is there.

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

Then it is because the libssh2 library is using the Windows SSL/TLS. Try changing the "--with-libssh2" parameter to "--without-libssh2" when compiling. Then we can see if the problem is there.

When I build aria2 with "--without-libssh2",then aria2c.exe show "GetTickCont64" on Windows XP.

from aria2-static-builds.

RedHairSakuragiHanamichi avatar RedHairSakuragiHanamichi commented on May 22, 2024

the problem is msys2 on windows.
now I try Ubuntu x64.
But I don't known how to intall 32-bit compilation environment.
Can you help me please

from aria2-static-builds.

q3aql avatar q3aql commented on May 22, 2024

You can see the comment on build scripts. Install the packages in the comment lines.

from aria2-static-builds.

Related Issues (20)

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.