Gloomy_meng (Gloomy Meng)
- Login: Gloomy_meng
- Registered on: 06/23/2022
- Last sign in: 06/24/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/27/2022
-
06:59 AM Ruby Bug #18876: OpenSSL fails to autoload in --with-static-linked-ext builds
- i install cocoapods succeed, tks.
so i only need update opessl.rb file in `destroot/bundle/lib/ruby/site_ruby/3.1.0/rubygems/` when finished `update_rubygems`
-
03:25 AM Ruby Bug #18876: OpenSSL fails to autoload in --with-static-linked-ext builds
- and [11:01:21] [rubygems-update-3.3.15] Patching: destroot/bundle/bin/gem is replace `#!/Users/didi/Documents/CocoaPods-app/destroot/bundle/bin/ruby` by #!/usr/bin/env ruby.
-
03:17 AM Ruby Bug #18876: OpenSSL fails to autoload in --with-static-linked-ext builds
- ruby version changed to 3.1.2 still error ~
Here is the file I refer to, https://github.com/CocoaPods/CocoaPods-app/blob/master/Rakefile.
---
here is my rake file, step by step execution command.
``` shell
[10:47:51] [pkg-c...
06/24/2022
-
03:31 AM Ruby Bug #18876: OpenSSL fails to autoload in --with-static-linked-ext builds
- `bundle-env`'s ruby is new installed , not my local version
-
03:29 AM Ruby Bug #18876: OpenSSL fails to autoload in --with-static-linked-ext builds
- my local version is 3.1.1 too, and run `ruby -v` , got `ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin20]`.
and i tried some different version with add `RUBYOPT=-v` and `RUBYOPT=-vd` to make a comparison.
----
with 3....
06/23/2022
-
08:58 AM Ruby Bug #18876 (Closed): OpenSSL fails to autoload in --with-static-linked-ext builds
- i try use ruby + gem in my macos app with .a framework, i need install ruby in a custom location.
so i make & make install openssl with this configure:
``` shell
/usr/bin/perl Configure --prefix="......./local/dependencies" no-shared ...