
31/01/2004, 08:13
|
| | Fecha de Ingreso: enero-2004
Mensajes: 12
Antigüedad: 21 años, 1 mes Puntos: 0 | |
hola he leido por hay : --with-imap .- es para compilar con soporte para imap. El directorio es aquel donde están lib e include que contienen libc-client.a y los headers mail.h, linkage.h y rfc822.h
yo he buscado y encontrado :
[root@localhost /]# find -name libc-client.a
./usr/lib/libc-client.a
[root@localhost /]# find -name mail.h
./usr/include/imap/mail.h
[root@localhost /]# find -name rfc822.h
./usr/include/imap/rfc822.h
[root@localhost /]# find -name mail.h
find: ./proc/23125/fd: No existe el fichero o el directorio
find: ./proc/23419: No existe el fichero o el directorio
./usr/include/imap/mail.h
[root@localhost /]#
con
--with-imap=/usr/include/imap/
me sale error :
configure: error: Cannot find imap library (libc-client.a). Please check your IMAP installation.
y con
--with-imap=/usr/lib/
me sale
checking whether IMAP works... no
configure: error: build test failed. Please check the config.log for details.
que estoy haciendo mal ?
Última edición por rgc2004; 31/01/2004 a las 08:41 |