php-install Digest 23 Feb 2003 12:23:13 -0000 Issue 1260
Topics (messages 10156 through 10159):
mod_php breaks CGI POST
10156 by: Jason Carreira
PHP 4.3.0 install libtool failure on Tru64 5.1
10157 by: Buz Dreyer
problems with imagettftext()
10158 by: Frank Schlicht
10159 by: Jonas Geiregat
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I've got php-4.0.6-15 installed as an RPM on a Redhat 7.1 system with
Apache as an RPM (apache-1.3.27-2 - I originally had Apache 1.3.22, but
upgraded to see if it would fix this) and I'm having the weirdest
problem. For some reason, when mod_php is set to load in the httpd.conf
file, it breaks POSTing to CGIs. GET requests to CGIs (and this is both
Perl CGIs and compiled C CGIs like qmailadmin) work fine, but when POSTs
are sent, no parameters get through to the CGI.
Has anyone seen this before? I've been banging my head against this one
for quite some time now, and really have NO idea (although I'm not
really an experienced sys admin).
Any help would be VERY much appreciated,
Jason Carreira
--- End Message ---
--- Begin Message ---
Server: Compaq Alphaserver DS20 using Tru64 Unix 5.1a (Rev. 1885)
Configure works with this command:
CC="/usr/bin/cc" ./configure
--with-mysql --with-apxs=/data2/www/bin/apxs
The "make" process fails with this problem:
/bin/ksh libtool --silent --mode=link /usr/bin/cc -export-dynamic -g
-avoid-version -module -L/usr/local/mysql/lib -R /usr/local/mysql/lib
ext/ctype/ctype.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 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 regex/regcomp.lo
regex/regexec.lo regex/regerror.lo regex/regfree.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_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/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lmysqlclient -lm -o sapi/cli/php
ld:
Can't read file: ext/ctype/ctype.lo (Successful)
*** Exit 1
Stop.
This process is being done as root and an ls -l shows that the file does
indeed exist and is readable:
-rw-r--r-- 1 root 500 1 Feb 22 20:32 ./ext/ctype/ctype.lo
I have tried re-configuring and re-making several different times but
have not made any progress.
All suggestions would be appreciated.
Thanks,
Buz Dreyer, UC IPM, University of California, Davis
--- End Message ---
--- Begin Message ---
Hello,
I upgraded from 4.2.3 to 4.3.1 and have problems with the
imagettftext() function. If I call these function the browser show the
error that the connection is broken. But if I delete the line with
the function in my script, all things works fine. In version 4.2.3
imagettftext() ha no problems.
I compiled PHP like this:
./configure --with-mysql --with-apache=../apache --enable-track-vars
--with-jpeg-dir=/usr/local --with-gd --with-gd-dir=/usr --with-ttf
--enable-gd-native-ttf --with-zlib --enable-gd-imgstrttf
Thanks
Frank
--
Frank Schlicht (mailto:[EMAIL PROTECTED])
--- End Message ---
--- Begin Message ---
Frank Schlicht heeft geschreven:
Hello,
I upgraded from 4.2.3 to 4.3.1 and have problems with the
imagettftext() function. If I call these function the browser show the
error that the connection is broken. But if I delete the line with
the function in my script, all things works fine. In version 4.2.3
imagettftext() ha no problems.
I compiled PHP like this:
./configure --with-mysql --with-apache=../apache --enable-track-vars
--with-jpeg-dir=/usr/local --with-gd --with-gd-dir=/usr --with-ttf
--enable-gd-native-ttf --with-zlib --enable-gd-imgstrttf
Thanks
Frank
You need to compile php with gd and freetype support
I also compiled gd with freetype support but not sure if that was needed
check out http://kemu.ath.cx/info.php to see how I compiled php with gd
and freetype support
--- End Message ---