Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

problem sa instalacijom php-a na linuxu

[es] :: PHP :: problem sa instalacijom php-a na linuxu

[ Pregleda: 1169 | Odgovora: 1 ]

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

maliX
ivan malik
bgd/ srbija i crna gora

Član broj: 1796
Poruke: 67
*.drenik.net

ICQ: 47807731
Sajt: www.xajckop.co.yu


Profil

icon problem sa instalacijom php-a na linuxu27.06.2004. u 12:50

pored svih upustava na netu, nisam uspeo da instaliram php pod linuxom. probao sam sa raznim verzijama (4.23; 4.3.6; 4.3.7) ali uvek dobijam istu poruku:
Code:

loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... none needed
checking whether compiler supports -R... no
checking whether compiler supports -Wl,-rpath,... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... gawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2746: lex: command not found
configure: error: cannot find output from lex; giving up
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.


verzija gcc-a je 3.3.1

da nije mozda u tome problem?

linux: SuSE 9.0
Hu is having fun :)
Nevaspitanje nije opravdanje
27.06.2004. u 12:50 

Goran Rakić
Beograd

Moderator
Član broj: 999
Poruke: 2787
*.29.eunet.yu

Jabber: grakic@jabber.org
Sajt: blog.goranrakic.com


Profil

icon Re: problem sa instalacijom php-a na linuxu27.06.2004. u 23:47
Kao što piše moraš instalirati flex. Pronađi na net-u ili u nekom RPM-u sa diska distribucije i instaliraj.

Code:

[goran@slack9 goran]$ which lex flex
/usr/bin/lex
/usr/bin/flex
[goran@slack9 goran]$ /usr/bin/flex --version
/usr/bin/flex version 2.5.4


http://sr.openoffice.org — slobodan kancelarijski paket, zamena za MS Office, na srpskom i engleskom, legalno bez troškova licenciranja
27.06.2004. u 23:47 

[es] :: PHP :: problem sa instalacijom php-a na linuxu

[ Pregleda: 1169 | Odgovora: 1 ]

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.