ich wollte so aus langeweile ma nen ua-clone aufsetzen und hab nen problem.
system is ubuntu, als server hab ich xamp genommen weil da ja alles drin is was man so braucht
so mein prob is folgendes, ich kann ua nicht compilieren da er php nicht findet o.o php is aba installiert da auch ein forum über den rechner leuft.
- Code: Alles auswählen
root@shell-systems:/opt/lampp/htdocs/uga-agga# ./configure
checking for gcc... gcc
checking for C compiler default output file name... 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 for gawk... no
checking for mawk... mawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for php... no
checking for xsltproc... xsltproc
checking for mysql_config... no
configure: error: installation problem: PHP not found
- Code: Alles auswählen
root@shell-systems:/opt/lampp/htdocs/uga-agga/Portal# ./configure
checking for gawk... no
checking for mawk... mawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for php... no
configure: error: installation problem: PHP not found
root@shell-systems:/opt/lampp/htdocs/uga-agga/Portal#
ich hoffe ihr könnt mir helfen
[/code]

