PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PHP-GTK unter SuSE 9.0 installieren?



sowatt
10-02-2004, 06:48
Hallo,
da ich in der SuFu nichts gefunden habe muss ich doch mal Fragen ob schon jemand
die php-gtk 1.0.0 Version unter SuSE 9.0 installiert bekommen hat?
Ich bekomme, nach erfolgreichem ./builconf beim ./configure folgende Ausgabe:
code start
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr/share
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM
checking for PHP extension directory... /usr/share/extensions/no-debug-non-zts-20020429
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for gawk... gawk
checking for PHP-GTK support... yes, shared
checking for gawk... (cached) gawk
checking for PHP executable in /usr/share/bin... configure: error: Could not locate PHP executable
code ende

Das Verzeichnis existiert bei mir auch nicht, mein PHP befindet sich in /usr/bin/.
Deshalb meine Frage. Ich möchte nicht einfach einen Symlink setzen ohne zu wissen was
ich da mache.

Wenn mir da jemand auf die Sprünge helfen könnte wäre ich doch sehr dankbar.

Vielen Dank
MfG
sowatt

mehlvogel
10-02-2004, 16:18
./configure --help

da ist bestimmt ne Option bei mit der du die php Executable angeben kannst, dort muss dann natürlich /usr/bin oder wo sie bei dir auch immer liegt hin.