Search Results

Search: Posts Made By: LinuxIntern445
Forum: Linux 02-04-2015
9,168
Posted By Corona688
gentoo ~ # cpan CPAN.pm requires...
gentoo ~ # cpan

CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.
...
Forum: Linux 02-02-2015
9,168
Posted By Corona688
What do you have as the very first line of the...
What do you have as the very first line of the script?

It needs to be #!/usr/bin/env perl otherwise it will not be run with PERL
Forum: Linux 02-02-2015
9,168
Posted By Corona688
Dot, then slash, which means 'current directory'....
Dot, then slash, which means 'current directory'. So you are running htpasswd.pl from the current directory.

The 'options and stuff' are the usual options you would expect htpasswd to use.
Forum: Linux 02-02-2015
9,168
Posted By Corona688
Put that in htpasswd.pl, chmod +x ./htpasswd.pl,...
Put that in htpasswd.pl, chmod +x ./htpasswd.pl, ./htpasswd.pl options and stuff

Its supposed to act like a normal htpasswd supposedly.
Forum: Linux 02-02-2015
9,168
Posted By Corona688
Grrr... Well, as a last resort: ...
Grrr... Well, as a last resort:

https://gist.github.com/ggl/4966699
Forum: Linux 02-02-2015
9,168
Posted By Corona688
It means 'don't print error messages'. I...
It means 'don't print error messages'.

I don't suppose htpasswd needs root to be found on this system...
Forum: Linux 02-02-2015
9,168
Posted By Corona688
If you have apache, it must be somewhere. Time...
If you have apache, it must be somewhere. Time for a brute force search:

find / -name 'htpass*' 2>/dev/null
Forum: Linux 02-02-2015
9,168
Posted By Corona688
First, file ./htpasswd2.1 to make sure its what...
First, file ./htpasswd2.1 to make sure its what you think it is.

I'm surprised your distribution didn't come with htpasswd though. It might be a slightly different name -- htpasswd instead of...
Forum: Linux 02-02-2015
2,109
Posted By Corona688
gunzip htpasswd2.1.gz
gunzip htpasswd2.1.gz
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 08:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy