jazz1611

Results 25 comments of jazz1611

> My initial guess is that your linux (?) is too old or some sort. Ubuntu 20.04 should work. this is CentOS 7.9 x64 latest version. there is my command...

hello @tatsuhiro-t , i just make build static aria2c with Ubuntu 20.04 and it work fine. but can you give tutorial how to make build it in CentOS 7 with...

hello @tatsuhiro-t , i found problem aria2c can't build in CentOS 7 with your latest update. the `getentropy` require glibc version from 2.25 or more but max version of glibc...

> You can try my build with musl static build. It works for most Linux distro. Includes CentOS 7. hello, i need more than 16 connection per server, that reason...

@abcfy2 i just test 2 file from [aria2-x86_64-linux-musl_libressl_static.zip](https://github.com/abcfy2/aria2-static-build/releases/download/continuous/aria2-x86_64-linux-musl_libressl_static.zip) and [aria2-x86_64-linux-musl_static.zip](https://github.com/abcfy2/aria2-static-build/releases/download/continuous/aria2-x86_64-linux-musl_static.zip) in CentOS 7 and always get error with SSL ``` [root@CentOS-79-64-minimal ~]# ./aria2c "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" 04/18 16:17:35 [NOTICE] Downloading 1 item(s)...

> @jazz1611 You may try: > > ```shell > export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt > ./aria2c .... > ``` > > I'll update README later about this issue. hello, there is default SSL...

@abcfy2 i'm using latest version of CentOS 7 ``` [root@CentOS-79-64-minimal ~]# uname -a Linux CentOS-79-64-minimal 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` i...

@abcfy2 i just try build from your script with custom flag in Ubuntu 20.04 and copy aria2c to CentOS 7, it working perfectly. `CROSS_HOST=x86_64-linux-musl ARIA2_EXT_CONF='--with-ca-bundle=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem' bash build.sh` if your script...

thank you guys. my case was resolved. hope you can notice there error in your page then user can easy to know it. i still use CentOS 7 because my...

@abcfy2 how can i compile this https://github.com/aria2/aria2/pull/1857 to your custom build?