php 4.3.1 ./configure bricht ab
php 4.3.1 ./configure bricht ab
Habe heute versucht, meine PHP-Version auf 4.3.1 upzudaten. OS SuSe 8.1.
Beim ./configure kommt jedoch folgende Fehlermeldung:
...checking lex output file root... ./configure: line 2482: lex: command not found
configure error: cannot find output from lex: giving up
Beim ./configure kommt jedoch folgende Fehlermeldung:
...checking lex output file root... ./configure: line 2482: lex: command not found
configure error: cannot find output from lex: giving up
Re: php 4.3.1 ./configure bricht ab
flex installiert?
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: php 4.3.1 ./configure bricht ab
Nein, war nicht installiert. Habe flex und bison nachinstalliert. ./configure läuft durch. Nun bricht er beim make mit der Fehlermeldung
/bin/sh: line 1: rec2: command not found
make: *** [/install/php-4.3.1/ext/standard/url_scanner_ex.c] Error 127
ab
/bin/sh: line 1: rec2: command not found
make: *** [/install/php-4.3.1/ext/standard/url_scanner_ex.c] Error 127
ab
Re: php 4.3.1 ./configure bricht ab
Warum installierst du überhaupt PHP 4.3.1 statt 4.3.4?
bye
arty
bye
arty
Re: php 4.3.1 ./configure bricht ab
Habe über einige Problem mit 4.3.4 gelesen, da dachte ich mir, ich nehme lieber die 4.3.1. Sollte ich doch lieber die 4.3.4 installieren?
Re: php 4.3.1 ./configure bricht ab
Hi,
bei PHP sollte man immer die neueste stabile Version installieren.
bye
arty
bei PHP sollte man immer die neueste stabile Version installieren.
bye
arty
Re: php 4.3.1 ./configure bricht ab
Habe nun die 4.3.4 installiert, hat ohne Probleme geklappt. Allerdings funktionert die gd-library nicht, obwohl ich sie beim ./configure mit --enable-gd angegeben hat. Woran könnte das liegen?
Re: php 4.3.1 ./configure bricht ab
Ok, danke! Aber nun bringt er beim ./configure den Fehler "libpng.(a|so) not found"
Re: php 4.3.1 ./configure bricht ab
Habe beim ./configure nun --with-gd=/usr angegeben. configure klappt nun, beim make bricht er mit "undefined reference to gdFreeFontCache" ab!
Re: php 4.3.1 ./configure bricht ab
Bei --with-gd bringt er aber die obige Fehlermeldung: libpng.(a|so) not found!
Ich habe zusätzlich zu php-4.3.4 auch noch gd-2.0.22 installiert, da mir dies von einem Bekannten empfohlen wurde. Sollte da vielleicht das Problem liegen, da doch in der php-Version gd schon enthalten ist?
Ich habe zusätzlich zu php-4.3.4 auch noch gd-2.0.22 installiert, da mir dies von einem Bekannten empfohlen wurde. Sollte da vielleicht das Problem liegen, da doch in der php-Version gd schon enthalten ist?
Re: php 4.3.1 ./configure bricht ab
Hast du libPNG installiert?
GD standalone musst du nicht installieren, da es ja in PHP mit drinnen ist.
bye
arty
GD standalone musst du nicht installieren, da es ja in PHP mit drinnen ist.
bye
arty
Re: php 4.3.1 ./configure bricht ab
Die Header-Files waren nicht installiert. ./configure läuft nun durch. Beim make bricht er allerdings ab mit Fehlermeldung
"undefined Reference to 'gdImageBoundsSafe'" und
"undefined Reference to 'gdFreeFontCache'"
"undefined Reference to 'gdImageBoundsSafe'" und
"undefined Reference to 'gdFreeFontCache'"
Re: php 4.3.1 ./configure bricht ab
Hi,
deinstalliere mal das GD und probiers nochmal.
bye
arty
deinstalliere mal das GD und probiers nochmal.
bye
arty
Re: php 4.3.1 ./configure bricht ab
Hab die gd deinstalliert, weiterhin Abbruch von make mit den oben genannten Fehlern.
Re: php 4.3.1 ./configure bricht ab
config.cache gelöscht?
bye
arty
bye
arty
Re: php 4.3.1 ./configure bricht ab
Ich würde eher mit einem sauberem, sprich frischem, Sorcetree neuanfangen...arty wrote:config.cache gelöscht?
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.

