Sponsored Content
Full Discussion: Digest MD5
Top Forums UNIX for Advanced & Expert Users Digest MD5 Post 37734 by cbkihong on Thursday 26th of June 2003 11:37:56 PM
Old 06-27-2003
Also search for the file libgdbm.so and post the path where this can be found on your system here.

If the path is in LD_LIBRARY_PATH, then the "gdbm" library can then be found.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Md5

Does anyone know a scipt that includes MD5. I need to run a script that includes MD5 encryption. Thanks (1 Reply)
Discussion started by: duncang3
1 Replies

2. Linux

Need Help: MD5

I am trying to compare two identical files by using md5 command, but cant get the right command parameters Please help me with any examples. All I want is to know how to compare two identical files which are residing on two different machines in my local network, for example: Host_A -... (6 Replies)
Discussion started by: greenja
6 Replies

3. Shell Programming and Scripting

Help with md5 in PERL

I am a newbie in programming in Perl. My problem is that this unix command is embedded in Perl but it gives an empty output. Here's the code: $temp = `md5 "../Directory String/..." | awk {'print $NF'} > "../Directory/file.txt"`; The output file should contain the md5 hash value of the... (2 Replies)
Discussion started by: ianebaj
2 Replies

4. UNIX for Dummies Questions & Answers

Different MD5 value when using 'digest' command

Hi guys, I need to anonymise some data; Some of it in an Oracle database and some in text files. I'm using the 'digest' command on Solaris 10 OS and an Oracle function to encode the data in the database. However, as a test, when i try to encode the same string in the dataabse ans OS, I get... (4 Replies)
Discussion started by: zaff
4 Replies

5. Shell Programming and Scripting

Create md5 sums and archive the resulting md5 files

Hello everyone, I am looking to basically creating md5sum files for all iso files in a directory and archive the resulting md5 files into a single archive in that very same directory. I worked out a clumsy solution such as: #find files for which md5sum are to be created and store the... (1 Reply)
Discussion started by: SurfTranquille
1 Replies

6. Shell Programming and Scripting

Help with MD5 script

Hi, I tried to write script, which would be able to generate MD5 sums into txt file.. But It won't work.. (I've been trying to fix that over 4 hours, but nothing helps) Here it is #!/bin/bash FILE="nothing1" POST="nothing2" I=1 while do FILE=`ls -ltR | grep "^-" | tr -s "... (1 Reply)
Discussion started by: TheBarnacle
1 Replies

7. Solaris

md5 checksum what does it do

Hello good people, I came across md5 checksum. Can anyone please explain to me what it does and if possible an example of how to use it? Thank you very much (1 Reply)
Discussion started by: cjashu
1 Replies

8. Shell Programming and Scripting

Using Wget with Digest Authentication

I’m trying to use wget 1.13.4 from a command line to access a web page using Digest Authentication on a Tomcat server, and I keep getting HTTP/1.1 401 Unauthorized response. Below is my code and the response. Any suggestions would be appreciated. wget --debug --server-response --user-agent=""... (5 Replies)
Discussion started by: mtarkowski
5 Replies

9. Red Hat

Digest::md5 needed for RHEL 6.4

Hey, I've got a package that requires 'Digest:md5' to be installed but I can't locate a source for it from Redhat. Poking around on the internet I found some stuff that seemed to be for RHEL 6.4 but when I had yum try a local install it gives me this error. Transaction Check Error: file... (3 Replies)
Discussion started by: DustinT
3 Replies

10. Shell Programming and Scripting

How to reverse the b64 format(encoded b64(b64(md5($pass)))) into md5 hash format?

I have about 1500 rows (encoded b64(b64(md5($pass))) algorythm) in a file. I would like reverse the b64 into md5 hash format. How could I do that from command line? So I need only the correct md5 hash formats. These row format: 4G5qc2WQzGES6QkWAUgl5w P9tKxonBOg3ymr8vOBLnDA... (1 Reply)
Discussion started by: freeroute
1 Replies
KPSEWHICH(1)						      General Commands Manual						      KPSEWHICH(1)

NAME
       kpsewhich - standalone path lookup and and expansion for kpathsea

SYNOPSIS
       kpsewhich [options] [filenames]

DESCRIPTION
       This manual page is not meant to be exhaustive.	The complete documentation for this version of TeX can be found in the info file or manual
       Kpathsea: A library for path searching.

       kpsewhich is used as a standalone front-end of the kpathsea library that can be used to examine variables and find files.  When the -format
       option is not given, the search path used when looking for a file is inferred from the name given, by looking for a known extension.  If no
       known extension is found, the search path for TeX source files is used.

OPTIONS
       kpsewhich accepts the following options:

       -debug num
	      Set debugging flags.

       -D num Use a base resolution of num; the default, set by the installer, is typically 600.

       -dpi num
	      As -D.

       -engine string
	      Set $engine in the environment, which is used in some search paths.

       -expand-braces string
	      Print variable and brace expansion of string.

       -expand-path string
	      Print complete path expansion of string.

       -expand-var string
	      Print variable expansion of string.

       -format name
	      Use file type name.  See the info manual for a list of valid names, or use the -help option to print the list.

       -help  Print help message and exit.

       -interactive
	      Ask for additional filenames to look up.

       -mktex fmt
	      enable mktexfmt generation.  (fmt=pk/mf/tex/tfm)

       -mode string
	      Set device name for $MAKETEX_MODE to string; no default.

       -must-exist
	      Search the disk as well as ls-R if necessary.

       -no-mktex fmt
	      disable mktexfmt generation.  (fmt=pk/mf/tex/tfm)

       -path string
	      Search in the path string.

       -progname string
	      Set program name to string.

       -show-path name
	      Output search path for file type name.  See the info manual for a list of valid names, or use the -help option to print the list.

       -var-value variable
	      Print the expansion of variable.

       -version
	      Print version information and exit.

SEE ALSO
       mktexlsr(1), mktexmf(1), mktexpk(1), mktextfm(1).

Kpathsea 6.1.0							   1 March 2011 						      KPSEWHICH(1)
All times are GMT -4. The time now is 02:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy