Hallo!
da der System-Check vom Gallery2-Installationsscript die FILE-Directive der
PHP-Installation (4.3.10) bemängelt, wollte ich gerne auf 4.3.11 updaten.
Doch irgendwas scheint mit dem Ports-System auf nem Server hier nicht ganz zu
stimmen. (Da auf einem anderen der Build ohne Fehler durchläuft)
# cd /usr/ports/lang/php4
# make clean; make
[...]
===> Vulnerability check disabled, database not found
[...]
Zend/zend_strtod.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lcrypt -lcrypt -lm -lcrypt -lcrypt -o sapi/cli/php
ext/standard/basic_functions.lo(.text+0x5610): In function
`php_simple_ini_parser_cb':
: undefined reference to `__isfinite'
ext/standard/basic_functions.lo(.text+0x58cd): In function
`php_ini_parser_cb_with_sections':
: undefined reference to `__isfinite'
ext/standard/basic_functions.lo(.text+0x5b10): In function
`php_ini_parser_cb_with_sections':
: undefined reference to `__isfinite'
ext/standard/math.lo(.text+0x13a4): In function `zif_is_finite':
: undefined reference to `__isfinite'
ext/standard/type.lo(.text+0xaf2): In function `zif_is_numeric':
: undefined reference to `__isfinite'
Zend/zend_operators.lo(.text+0x37c): more undefined references to `__isfinite'
follow
*** Error code 1
Stop in /usr/ports/lang/php4/work/php-4.3.11.
*** Error code 1
Stop in /usr/ports/lang/php4.
Dann versuchte ich es mit dem Package:
ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/packages/lang/php4-4.3.11.tgz
Doch das passt nicht ganz:
[Sun Apr 24 14:18:53 2005] [warn] Loaded DSO libexec/apache/libphp4.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)
/usr/local/sbin/apachectl startssl: httpd started
Einige Scripte wie phpMyAdmin und phpBB funktionieren, doch bei Gallery passiert
nichts, außer im error-log, da wird reingeschrieben:
child pid 90917 exit signal Segmentation fault (11)
Was kann ich tun, damit PHP wieder aus den Ports gebaut werden kann? (Oder die
Package-Version zum Laufen bringen)
Oskar
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 24 Apr 2005 - 14:31:44 CEST