Skip to content
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

[BUG] bro i applied your patch but this new errors popped in #10

Open
silverbullet-herr opened this issue Sep 24, 2022 · 29 comments
Open

Comments

@silverbullet-herr
Copy link

Screenshot_20220924-163027_Termux
Screenshot_20220924-163023_Termux
Screenshot_20220924-163017_Termux

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

binutils installed ?

@silverbullet-herr
Copy link
Author

yeah it is , i think the framework is required to work with that specific version of nokogiri "1.8.0" not that latest one , but i can't install that version

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

yeah it is , i think the framework is required to work with that specific version of nokogiri "1.8.0" not that latest one , but i can't install that version

no its not

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

try this bundle config build.nokogiri "--use-system-libraries --with-xml2-include=$PREFIX/include/libxml2"; bundle install

yeah it is , i think the framework is required to work with that specific version of nokogiri "1.8.0" not that latest one , but i can't install that version

all the bundles are installed but gives the same error

before that did u move to metasploit directory ?

@silverbullet-herr
Copy link
Author

all the bundles are installed but gives the same error

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

all the bundles are installed but gives the same error

your bundler version

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

all the bundles are installed but gives the same error

send ss of detailed log that you have installed

@silverbullet-herr
Copy link
Author

after this command ""bundle config build.nokogiri "--use-system-libraries --with-xml2-include=$PREFIX/include/libxml2"; bundle install ""
i get :

Screenshot_20220924-191624_Termux
Screenshot_20220924-191631_Termux

and when i type msfconsole i get the same error

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

after this command ""bundle config build.nokogiri "--use-system-libraries --with-xml2-include=$PREFIX/include/libxml2"; bundle install "" i get :

Screenshot_20220924-191624_Termux Screenshot_20220924-191631_Termux

and when i type msfconsole i get the same error

try install bundler latest version &try again

@silverbullet-herr
Copy link
Author

try install bundler latest version &try again
it is the latest bundler --version =
2.3.22
it is just one file that ruined the whole metasploit
nokogiri 1.8.0 is unsolveable

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

try to run nokogiri

try install bundler latest version &try again
it is the latest bundler --version =
2.3.22
it is just one file that ruined the whole metasploit
nokogiri 1.8.0 is unsolveable

still same problem ?

Screenshot_20220925-004455_Termux

@silverbullet-herr
Copy link
Author

try to run nokogiri

try install bundler latest version &try again
it is the latest bundler --version =
2.3.22
it is just one file that ruined the whole metasploit
nokogiri 1.8.0 is unsolveable

still same problem ?

Screenshot_20220925-004455_Termux

can you run msf with that version ?
mine didn't work
Uploading Screenshot_20220924-201952_Termux.png…

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

screenshot not properly uploaded

@silverbullet-herr
Copy link
Author

try to run nokogiri

try install bundler latest version &try again
it is the latest bundler --version =
2.3.22
it is just one file that ruined the whole metasploit
nokogiri 1.8.0 is unsolveable

still same problem ?

i was managed to install nokogiri latest but didn't work with gushmazuku installation cuz it had to be 1.8.0 in that installation maybe it could work with yours?

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

still same

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

wait until file properly uploads

@silverbullet-herr
Copy link
Author

screenshot not properly uploaded

Screenshot_20220924-201952_Termux

@dedshit
Copy link
Owner

dedshit commented Sep 24, 2022

if nokogiri properly installed then there will be a directory named nokogiri-1.13.8

/data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/nokogiri-1.13.8

@silverbullet-herr
Copy link
Author

i have this
Screenshot_20220924-210420_Termux

@dedshit
Copy link
Owner

dedshit commented Sep 25, 2022

if nokogiri properly installed then there will be a directory named nokogiri-1.13.8

/data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/nokogiri-1.13.8

check for this directory

@dedshit
Copy link
Owner

dedshit commented Sep 25, 2022

if nokogiri properly installed then there will be a directory named nokogiri-1.13.8
/data/data/com.termux/files/usr/lib/ruby/gems/3.1.0/gems/nokogiri-1.13.8

check for this directory also try running nokogiri command

@dedshit
Copy link
Owner

dedshit commented Sep 25, 2022

@silverbullet-herr
20220925_124903

try to remove that aarch64 version gem & old one 1.8.0

@Apxcore
Copy link

Apxcore commented Sep 25, 2022

Uploading Screenshot_2022-09-25-10-58-41-391_com.termux.jpg…
Pls help

@silverbullet-herr
Copy link
Author

@silverbullet-herr 20220925_124903

try to remove that aarch64 version gem & old one 1.8.0

@dedshit i finally managed to lauch it succefully !!
im not really sure what i was doing cuz i don't know much about ruby but here the steps i made:
i removed nokogiri using : gem remove nokogiri
i reinstalled it using : gem install nokogiri --platform=ruby
using the same method to install and reinstall sqlite3 cuz it gave me the same error
now it's working perfectly :)

@silverbullet-herr
Copy link
Author

@Apxcore can't see your screen shot

@dedshit
Copy link
Owner

dedshit commented Sep 25, 2022

@silverbullet-herr 20220925_124903
try to remove that aarch64 version gem & old one 1.8.0

@dedshit i finally managed to lauch it succefully !! im not really sure what i was doing cuz i don't know much about ruby but here the steps i made: i removed nokogiri using : gem remove nokogiri i reinstalled it using : gem install nokogiri --platform=ruby using the same method to install and reinstall sqlite3 cuz it gave me the same error now it's working perfectly :)

thanks for the feedback

@Apxcore
Copy link

Apxcore commented Sep 25, 2022

@Apxcore can't see your screen shot

Uploading Screenshot_2022-09-25-10-58-41-391_com.termux.jpg…

@silverbullet-herr
Copy link
Author

it's not uploaded properly
wait for it to upload then poste it

@Apxcore
Copy link

Apxcore commented Sep 25, 2022

Your patch worked

still same

Your patch worked for me after few try and force stop termux thank you and for that I will give you a star /follow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants