
July 15th, 2004, 04:48 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
INSTALLING PHP!!! HELP
Ok i installed Apache 2. I follow the directions. In my root folder under php-4.3.8 I first ./configure --enable-so then make , after that make install. Ok that all works, now I do the other part. ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
That configs fine... Now I type make again. And it starts to work but no matter what I do I ALWAYS get this error: 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/apache2handler/sapi_apache2.lo sapi/apache2handler/apache_config.lo sapi/apache2handler/php_functions.lo main/internal_functions.lo -lcrypt -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o libphp4.la
ext/ctype/ctype.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
HOW DO I FIX THIS? I tried everything!! (well everything I know! please help me)
|