Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/08/2002, 12:03
Avatar de Jano.cl
Jano.cl
 
Fecha de Ingreso: diciembre-2001
Ubicación: Chile
Mensajes: 258
Antigüedad: 22 años, 4 meses
Puntos: 0
Problemas con Apache

Estoy tratando de compilar apache con soporte para DSO, y cuando hago el ./configure me sale un error, esto es lo que pongo:
./configure --prefix=/usr/local/apache --enable-module=all --enable-shared=max

y este es el error que me sale:

Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
Either disable mod_auth_db or provide us with the paths
to the Berkeley-DB include and library files.
(Hint: INCLUDES, LDFLAGS, LIBS)


Lo que quiero saber es como indicar la ruta del include y libreria de Berkeley-DB.
Berkeley también la había compilado recién (la versión 4.0)

Gracias.