-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in installing metasploit #187
Comments
gushmazuko is unavailable to approve my PR. so for now try my patch & send me feedback thanks |
how to install this |
use |
Old version of nokogiri and mini_portile2 & Ruby version are obsolete thats causes major problems during installation process. |
Done. |
@Rahulv95 @silverbullet-herr |
@Rahulv95 how did solve it ? |
thanks mate keep helping those who cant able to do that |
Check in progress: https://gitlab.com/gushmazuko/metasploit_in_termux/-/jobs/3080588481 |
anytimes bro 😁😁 |
Build failed )) |
precompiled nokogiri gem causes this type of error |
not to use precompiled gem to avoid this issue |
as per @silverbullet-herr issuse has been fixed by setting platform as ruby @gushmazuko add |
|
Doesnt work, many errors due to gems bundler |
is it asking to install bundler version 2.1.4 ? |
i had to remove and reinstall sqlite3 using the same method after that then it worked |
if you dont mind can you do it from starting ? |
Log file: https://termbin.com/qgdp |
try |
@silverbullet-herr run this |
can you manually run this above exact one ? |
|
@silverbullet-herr will you ? |
i don't know bro i don't wanna ruin my installation |
let someone install it and i'll show him the exact steps i made |
Poste here you installation file |
Only this one: |
|
Whats going on here? |
So what should I do
…On Mon, Dec 12, 2022, 17:28 Arushmirza ***@***.***> wrote:
[image: Screenshot_20221212-192211_Termux]
<https://user-images.githubusercontent.com/120392828/207070384-a4746990-5e4e-4207-b3df-ba56d08ce93c.jpg>
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MOSBTUBONXW3XM7PSZD5LWM4ZBLANCNFSM6AAAAAAQUUJFII>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Installing nokogiri 1.14.5 with native extensions current directory: current directory: current directory: make failed, exit code 2 Gem files will remain installed in An error occurred while installing nokogiri In Gemfile: |
This has not been solved. No matter if I run bundle install or gem install nokogiri --platform=ruby -- --use-system-libraries or gem install Nokogiri_precompiled_aarch64_dedshit. Always errors in Makefile:248: html4.document.o Error 1 or complains of xml bs void function. How do we solve this? I also tried suggestions from other report $PREFIX/etc/resolv.config path changes. |
Its not working I try everything but solution not here same problem An error occurred while installing nokogiri |
We need to fix this bug. |
I need Ruby 3.5.0 now. |
Do you mean Ruby SDK 3.5.0? Because I think the latest stable release version is 3.3.5.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: KIM ***@***.***>
Sent: Tuesday, September 10, 2024 7:39:50 AM
To: gushmazuko/metasploit_in_termux ***@***.***>
Cc: Harley Wildman ***@***.***>; Comment ***@***.***>
Subject: Re: [gushmazuko/metasploit_in_termux] Issue in installing metasploit (Issue #187)
CAUTION: This e-mail originated from outside of the university. Do not click links or open attachments unless you recognize the sender and know the content is safe.
I need Ruby 3.5.0 now.
If you can find Ruby 3.5.0, please reply.
—
Reply to this email directly, view it on GitHub<#187 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD2L3HCPEYJCBCQHDZ7G5JLZV3ZCNAVCNFSM6AAAAAAQUUJFIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBQHAZDINRZGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Update the gem bundler: Then it should install all missing gems! |
An error occurred while installing nokogiri (1.8.0), and Bundler cannot continue. Make sure that
gem install nokogiri -v '1.8.0' --source 'https://rubygems.org/'
succeeds before bundling.The text was updated successfully, but these errors were encountered: