| rivas001 on Fri, 03 Dec 1999 23:30:58 -0600 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Indice por Fecha] [Indice por Hilo]
| Problema con la instalacion del WEBMAIL |
Estoy siguiendo en la instalacion de mi WEBMAIL, pero el problema es que a la
hora de compilar mi soporte php3 no se genera ningun modulo libphp3.a
Me dijeron que para instalar un WEBMAIL siguiera los siguientes pasos :
1.- Instalar IMAP
Ejecute
# tar xvf imap-4.4.tar
# cd imap-4.4
# make slx
# ln -s c-client include
# ln -s c-client LIB
2.- Instalar la base de datos MySQL
Ejecute
# tar xvf mysql-3.22.26a.tar
# cd mysql-3.22.26a
# ./configure --prefix=/usr/local/mysql
# make
# make install
3.- Instalar PHP3 con soporte IMAP, MySQL y Apache
Ejecute
# tar xvf php-3.0.12.tar
# tar xvf apache_1.3.6.tar
# cd apache_1.3.6
# ./configure --prefix=/usr/local/apache
# cd ..
# cd php-3.0.12
# ./configure --with-mysql=/usr/local/mysql
--with-apache=../apache_!.3.6 --enable-track-vars --with-imap
# make
# make install
4.- Instalar apache con soporte PHP
Ejecute
# cd apache_1.3.6
# ./configure --prefix=/usr/local/apache
--activate-module=src/modules/php3/libphp3.a
A la hora de ejecutar este comando me genera el siguiente error:
Configuring for Apache, Version 1.3.6
+ using installation path layout: Apache (config.layout)
+ activated php3 module (modules/php3/libphp3.a)
Creating Makefile
Creating Configuration.apaci in src
gcc: ../imap-4.4/lib/c-client.a: No such file or directory
make: *** [dummy] Error 1
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
o php3_module uses ConfigStart/End
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
Aborting!
Entonces visualice el contenido de mi directorio y efectivamente me dice que si
existe el archivo c-client.a en la ruta ../imap-4.4/lib/c-client.a
Que pasa realmente con este error?
Gracias por la ayuda....
Atte.
Paul Rivas
----------------------------------------------------------------------------
Para retirarte de la lista debes enviar un mensaje a majordomo@linux.org.ve
y en el cuerpo del mensaje colocar UNSUBscribe l-linux
----------------------------------------------------------------------------