Skip to content

Few small errors #8

Description

@therealjayvi90

I have compiled everything correctly and I just want to say first off you are a beast for making this program I tip my hat to you. There are only a couple minor errors I encountered. The first is in line 9 of install.sh you need to change the repository to include the new directory of jmathai's EpiCurl.php
Old directory - https://raw.githubusercontent.com/jmathai/php-multi-curl/master/EpiCurl.php
Correct directory - https://raw.githubusercontent.com/jmathai/php-multi-curl/master/src/EpiCurl.php

The second error I encountered I couldn't find exactly which file specifically where I could change the error but I know it's happening upon 'make' of crunch-3.6. The error comes back as stating something like "gcc error: unknown flag undefined cannot output file. gcc error: cannot make incorrect contexts" sorry I didn't copy the EXACT error but I couldn't recreate it. I did however realize that the problem was just that the "undefined" flag needed to be "-undefined" and that fixed the problem to finish compiling crunch.exe.

Now everything else finished compiling correctly and I have iBrutr functioning almost correctly except for one last error I encounter and that's when I go to actually use iBrutr. Something about the context of line 217 in the file "iBrutr" needs changing but I don't know very much about about php coding so I haven't been able to fix it myself. I'll post the output log of the error

========
========
~~========~~PHP Fatal error: Class 'EpiCurl' not found in /home/Administrator/tools/ibrutr/ibrutr on line 217

What do I need to change in line 217: $mc = EpiCurl::getInstance();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions