Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/05/2003, 17:54
kech
 
Fecha de Ingreso: marzo-2003
Mensajes: 277
Antigüedad: 21 años, 1 mes
Puntos: 0
Unas consultas sobre "hash"

hola queria consultar algunas cosas sobre el hash de los archivos

encontre una herramienta sobre el tema que es

libreria mhash

pero lo que no se es como hay que hacer para instalarla
esto aparece en el archivo de instalacion pero nose donde tengo que poner esos comandos

Código PHP:
Compilers and Options
=====================

   
Some systems require unusual options for compilation or linking that
the 
`configure' script does not know about.  You can give `configure'
initial values for variables by setting them in the environment.  Using
a Bourne-compatible shell, you can do that on the command line like
this:
     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure

Or on systems that have the `env' 
programyou can do it like this:
     
env CPPFLAGS=-I/usr/local/include LDFLAGS=-./configure

Compiling 
For Multiple Architectures
====================================

   
You can compile the package for more than one kind of computer at the
same time
by placing the object files for each architecture in their
own directory
.  To do thisyou must use a version of `make' that
supports the 
`VPATH' variable, such as GNU `make'.  `cd' to the
directory where you want the object files and executables to go and run
the 
`configure' script.  `configure' automatically checks for the
source code in the directory that 
`configure' is in and in `..'.

   If you have to use a `make' 
that does not supports the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory.  After you have installed the package for
one architecture, use 
`make distclean' before reconfiguring for another
architecture.

Installation Names
==================

   By default, `make install' 
will install the package's files in
`/usr/local/bin'
, `/usr/local/man', etc.  You can specify an
installation prefix other than 
`/usr/local' by giving `configure' the
option 
`--prefix=PATH'.

   You can specify separate installation prefixes for
architecture-specific files and architecture-independent files.  If you
give 
`configure' the option `--exec-prefix=PATH'the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.

   
In addition, if you use an unusual directory layout you can give
options like 
`--bindir=PATH' to specify different values for particular
kinds of files.  Run 
`configure --help' for a list of the directories
you can set and what kinds of files go in them.

   If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' 
the
option 
`--program-prefix=PREFIX' or `--program-suffix=SUFFIX
tengo php 4.3.0
salu2