Hi list! 

I've been trying to install php 4.3.1 on Solaris 8, at the configure time, it 
displays :
checking for Apache 1.x module support via DSO through APXS...

Sorry, I was not able to successfully run APXS.  Possible reasons:

1.  Perl is not installed;
2.  Apache was not compiled with DSO support (--enable-module=so);
3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs
The output of /usr/local/apache/bin/apxs follows
apxs:Error: Sorry, no shared object support for Apache
apxs:Error: available under your platform. Make sure
apxs:Error: the Apache module mod_so is compiled into
apxs:Error: your server binary `/usr/local/apache/bin/httpd'.
configure: error: Aborting

although apxs it's installed on /usr/local/apache/bin, and I specified :
./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-
path=/usr/local/apache/conf

and the other way I tryied was :

./configure --with-apache=../../apache/apache_1.3.27 --enable-track-vars


it configures ok, but returns the next message on the make step :

....more lines....nd/zend_constants.lo Zend/zend_dynamic_array.lo 
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo 
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo 
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo 
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo 
Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo 
Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo 
sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -
lresolv -lm -ldl -lnsl -lsocket -lgcc -lcrypt  -o sapi/cli/php
Output line too long.
Output line too long.
Output line too long.
gcc: main/php_ini: No such file or directory
make: *** [sapi/cli/php] Error 1

What can be happening ?



****************************************************************

      Yuri Huitrón Alvarado
Administrador de Servicios de Internet
 Universidad Autónoma de Coahuila

***************************************************************
La vida puede ser grandiosa con la gente indicada.
-------------------------------------------------------
El problema de saber lo que quieres es que tienes que tenerlo.
-------------------------------------------------------
Tu cuerpo esta muerto, no tu mente 
------

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to