Hydra Password Cracker error using cygwin64 in windows [closed] - web

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
Please Help i cannot install hydra password cracker using cygwin64 in windows 8.1 What should i do
Below are pics
error
error
error

Do NOT post link to images. Copy and paste the relevant part of the error.
You are missing windres, so you need the package that contains it.
To look for it, use cygcheck
assuming you want to compile for Cygwin:
$ cygcheck -p usr/bin/windres
Found 6 matches for usr/bin/windres
binutils-debuginfo-2.35.1-1 - binutils-debuginfo: Debug info for binutils
...
binutils-2.36.1-2 - binutils: GNU assembler, linker, and similar utilities
Install binutils
If instead you want to compile for Mingw64, you need the similar package.
$ cygcheck -l mingw64-x86_64-binutils | grep windres
/usr/bin/x86_64-w64-mingw32-windres.exe
Are you sure to have the proper compiler installed ? binutils is a requirement of any compiler.

Related

How to include needed compilers for cargo on conda for CentOS? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Some production servers tend to have really outdated linux versions. This makes the whole business virtual environments rather cloudy when it comes to the competence for compiling binaries. For example, ld will generally be called from the host system and not the virtual environment.
I found little to no information on how to successfully compile rust projects in CentOS 7. I am posting this question together with the answer since it is a recommended viable option according to stackoverflow) since this might help future users of CentOS.
For a conda-based installation of rust and cargo some compiler linkers are missing.
$ cargo build
Compiling hello_cargo v0.1.0 (/local/users/me/src/rasti/hello_cargo)
error: linker `/full/path/to/conda/env/bin/x86_64-conda-linux-gnu-cc` not found
|
= note: No such file or directory (os error 2)
error: aborting due to previous error
error: could not compile `hello_cargo`.
To learn more, run the command again with --verbose.
System running:
3.10.0-1062.18.1.el7.x86_64
Having installed 'gxx_linux-64' on the conda environment was not enough. Only after including sysroot_linux-64 was then cargo able to compile.

Lfs 8.4 ch8. 3 : kernel config fail [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I am currently following the book Linux From Scratch v8.4, i am at the kernel configuration part, part 8.3, and when i run make defconfig or make menuconfig, i have this error:
... YACC scripts/kconfig/zconf.tab.c
bison: m4 subprocess failed: No such file or directory
make[1]: *** [scripts/Makefile.lib:196: scripts/kconfig/zconf.tab.c] Error 1
make: *** [Makefile:544: defconfig] Error 2 ...
Can anyone could help me how i could resolve this please ? i really really really don't want to start all over again... i followed the book and so far i didn't have any issues. I tryed to rebuild the m4 package and reinstall it but still doesn't work. How do i do to generate this zconf.tab.c ?
Thanks a lot
Problem solved in case someone else run into this issue, my m4 package was being installed only in /usr/bin, creating a symlink to /bin solved the issue.
ln -s /usr/bin/m4 /bin/m4

How to convert Perl data into PDF? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I need to covert Perl data into PDF. For that I have installed CPAN into my UNIX system, Now I need to install PDF::API2. So please give the UNIX command to install PDF::API2.
I think you need this command,
sudo apt-get install libpdf-api2-perl
or,
sudo perl -MCPAN -e "install PDF::API2"
For more reference check this page.

Completely uninstall openldap from Redhat Linux server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have performed the following steps to install OpenLdap on my Redhat Linux Server:
1. untar the tar file
2. ./configure <--this ran successfully without error
3. make depend
4. make
5. make test <-- couldn't find any error
6. make install
7. started slapd: /usr/local/sbin/slapd
But the service is not starting. I don't see any slapd process in the ps -lef | grep slapd output. Also I see this, when i run : ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
What could be the error and also How can I completely uninstall OPENLDAP
There are two questions here:
What could be the error?
It's possible that you haven't appropriately configured slapd. There are probably errors in your syslog (/var/log/messages) that will help you diagnose problems. You can also run slapd in debugging mode (slapd -d none) to see errors displayed on your terminal.
How can I completely uninstall OpenLDAP?
That's a little tricky, since you (a) elected to install it from source rather than using an existing package and (b) you didn't install it into a dedicated directory. To completely uninstall it, you would have to pay close attention to what files are installed by running make install and then remove them.
However, there's no harm in leaving the files installed on your system as long as you're not using them. You can remove anything that was installed into /usr/local/bin or /usr/local/sbin if you want to prevent them from conflicting with versions of those commands installed via system packages.
If OpenLDAP is the only thing you've installed in /usr/local you can just remove any files below that directory.
Generally, if you can use the pre-packaged versions of software available in your Linux distribution your life will be easier. For example, if you were to install the RedHat openldap-servers package, you would have a default configuration that would allow slapd to start and run correctly.
To uninstall. look through either the log output from the configure command, or type "configure --help" to see a list of directories that things are installed in by default. Most likely it populated files into /usr/local/bin, /usr/local/lib, and so forth, so you'll need to into those directories and remove the files by hand.

Linux console: git command not found on x64 Cent OS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have a completely fresh install of 64 Bit Cent OS 5.7, this is in VirtualBox on top of 64-bit XP.
I'm trying to install SSU.
Problem: The command 'git' was not found. See "code" below please.
Have tried looking this up: /usr/local/git/ does not exist: git: command not found (on OS X 10.5)
I don't care about source code: I just want git to work so SSU will install so I can try to access the bank on what seems like a huge whim.
I am signed in to Gnome as root and seem to be able to access my computer normally without being harassed about passwords excessively and can create or edit files.
[root#localhost ~]# $ git clone https://github.com/wesabe/ssu
bash: $: command not found
Concerns
Unfortunately every single time I ask these kinds of questions and don't make clarifications I end up having to make those clarifications. So...
No negativity or rudeness intended what-so-ever: if the answer involves editing a text file or copy-and-paste actions please tell me the locations to do so in the file manager instead of console commands. I'm perfectly okay copying and pasting console commands for things that really should be done in the console though.
Note: there appear to be numerous "git" commands and numerous "ssu" commands. I do NOT know the difference between them and would really prefer someone who has solid expertise to answer so that I nor others end up accidentally trashing our copies of Linux as it's been very difficult to get anything to work and stay working thus extending my personal stay with XP.
I will be more than happy to both accept an answer and thumbs it up should it be helpful.
I would first try installing git. As root:
yum install git
According to here,
yum install git-core
If that doesn't work you could add the EPEL source. There are also RPMs for git.

Resources