Title: RE: [PHP-INSTALL] Upgrading to 4.3.4
Okay, I followed those instructions, but got this error on the make:
 
 
%make
/bin/sh /usr/src/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/standard/ -I/usr/src/php-4.3.4/ext/standard/ -DPHP_ATOM_INC -I/usr/src/php-4.3.4/include -I/usr/src/php-4.3.4/main -I/usr/src/php-4.3.4 -I/usr/src/php-4.3.4/Zend -I/usr/local/include/c-client -I/usr/local/include/mysql -I/usr/src/php-4.3.4/ext/xml/expat  -I/usr/src/php-4.3.4/TSRM  -g -O2  -prefer-pic -c /usr/src/php-4.3.4/ext/standard/info.c -o ext/standard/info.lo
/bin/sh /usr/src/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Imain/ -I/usr/src/php-4.3.4/main/ -DPHP_ATOM_INC -I/usr/src/php-4.3.4/include -I/usr/src/php-4.3.4/main -I/usr/src/php-4.3.4 -I/usr/src/php-4.3.4/Zend -I/usr/local/include/c-client -I/usr/local/include/mysql -I/usr/src/php-4.3.4/ext/xml/expat  -I/usr/src/php-4.3.4/TSRM  -g -O2  -prefer-pic -c main/internal_functions.c -o main/internal_functions.lo
/bin/sh /usr/src/php-4.3.4/libtool --silent --preserve-dup-deps --mode=link gcc -g -O2 -prefer-pic  -rpath /usr/src/php-4.3.4/libs -export-symbols /usr/src/php-4.3.4/sapi/apache/php.sym -avoid-version -module -L/usr/local/lib -L/usr/local/lib/mysql  -R /usr/local/lib -R /usr/local/lib/mysql ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/ctype/ctype.lo ext/imap/php_imap.lo ext/mysql/php_mysql.lo ext/overload/overload.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo ext/xml/expat/xmltok.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/memory_streams.lo main/user_streams.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/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/apache/sapi_apache.lo sapi/apache/mod_php4.lo sapi/apache/php_apache.lo main/internal_functions.lo -lcrypt -lc-client4 -lcrypt -lmysqlclient -lcrypt -lpam -lz -lm -lcrypt -lcrypt  -o libphp4.la
ext/ctype/ctype.lo: file not recognized: File truncated
*** Error code 1
 
Stop in /usr/src/php-4.3.4.
%
 
"Scott Maclure" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...

Hi Andrew,

You really can't find any clearer instructions than:

http://uk.php.net/manual/en/install.apache.php

Example 3-4 nails the upgrade process.

Why not try installing apache+php on another server and see? That would give you the confidence you need for live.

Scott

-----Original Message-----
From: Andrew Vaughan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 11, 2004 8:05 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INSTALL] Upgrading to 4.3.4


Hey everyone,

Sorry if this dilemma seems a bit redundant, but I really need help with
this.  Here is a link to the phpinfo() for my server:

http://pnut.weatherlord.com/phpinfo.php

As you can see, I am currently running on PHP 4.0.6 on top of Apache 1.3.22.
I need to upgrade the PHP (and the apache server if needed) as soon as
possible, but this is a delicate server and I do not want to chance screwing
up any settings or files.

If anyone could help me out and lead me through the steps to upgrade PHP,
I'd be really gracious.  If you need more information, just ask and I'll see
if I can't find it for you (yes, I have root access to the dedicated
server).

Anyway, thanks in advance,
Andrew

Reply via email to