./htpasswd.pl: line 1: sswd.pl: command not found
./htpasswd.pl: line 17: use: command not found
./htpasswd.pl: line 18: use: command not found
./htpasswd.pl: line 20: use: command not found
./htpasswd.pl: line 21: use: command not found
./htpasswd.pl: line 23: ::Std::STANDARD_HELP_VERSION: command not found
./htpasswd.pl: line 24: my: command not found
./htpasswd.pl: line 25: syntax error near unexpected token `('
./htpasswd.pl: line 25: `my %opt = ('
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
argghhhhhhhh !!! I edited the first line to include what you have and ran
And i get these messages:
Can't locate Authen/Htpasswd.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at ./htpasswd.pl line 22.
BEGIN failed--compilation aborted at ./htpasswd.pl line 22.
Last edited by LinuxIntern445; 02-02-2015 at 04:29 PM..
Based on the NIS migration tests I did and another question I posted earlier on.
https://www.unix.com/solaris/272021-solaris-8-md5-encryption-support.html
I tried to downgrade NIS linux encryption to DES to support solaris connection.
So I modified /etc/pam.d/system-auth as below,
password... (0 Replies)
Visualizing MySQL Session - Web Server User Behavior
The video in this post shows unix.com forum user session information in a way that has never been visualized before.
I plan to enrich this visualization significantly in the future - it's currently just a first beta.
RWBeylgjOqs (0 Replies)
Hi I have this command that when put on the command line it returns the output the way I want it.
/opt/quest/bin/vastool list -a groups | grep testdev_li | grep dev | awk -F"" 'NF>2{print $2}' | cut -c2- | tr '\n' '|'
The output of this is
... (2 Replies)
I'm trying to set up a folder in my home directory that will be shared with another user but for some reason it is not working this is what I've done, I have tried two different ways using ACL's and chown/chgrp etc
I set up a group called say: sharedgroup and added both my user (john) and fred... (3 Replies)
Saw an error while setting up an application called i2phex:
# ./run.sh
java.lang.RuntimeException: Failed to initialize phex.net.repres.i2p.I2PPresentationManager
at phex.common.ManagerController.initializeManagers(ManagerController.java:78)
at phex.Main.main(Main.java:161)After... (0 Replies)
Hello. I'm trying to write a shell script that will take files that have .tar, .tar.gz, .tar.Z, .gz, .Z and .zip file extensions and uncompress and unarchive them. The script should be able to take multiple arguments. So far I can write a script using the case command that will do this but it will... (3 Replies)
Hiya All,
Hope you can help!
I need a Dummies guide to setting up a Web server. I hope you have some good URLs or advice etc.
I now finally have:
1. "Web Server" - Fedora Core3 onto my Spare PC.
2. Windows XP laptop
3. Basic Web site set up via Front Page - to upload onto Web... (5 Replies)
hi I was successful in installing redhat 7.2 with no problems or error =) (first try) and It took me about 40 minutes to install it on a p233 mmx. It's running Gnome. I have some issues which I'm unsure of how to deal with.
1.How do I install an apache server, or is there one simular that... (11 Replies)