Re: [newbie] How to fix php error on mandrake ?

2003-08-22 Thread HaywireMac
On Thu, 21 Aug 2003 20:39:13 -0700 (PDT)
Kurniawan Mitchell [EMAIL PROTECTED] uttered:

 I have 2 Linux Mandrake CD. In which CD ? and how to
 find the correct package to install ?
 
 Assume I do not have the software (CD) where about I
 can find the package resources ? ( any web link to
 find specific package)

1. Go here and configure all your souces:

http://plf.zarb.org/~nanardon/index.php

2. then as root, urpmi flex and urpmi bison

actually, i think you can just do urpmi flex bison to do both at the
same time.

-- 
HaywireMac
Registered Linux user #282046
Homepage: nodex.sytes.net
++
My theology, briefly, is that the universe was dictated but not signed.
-- Christopher Morley

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] How to fix php error on mandrake ?

2003-08-21 Thread Kurniawan Mitchell
I have this error during php installation and I can
not figure it out ? Can anyone give me a hand ? THX

[EMAIL PROTECTED] php-4.3.1]# ./configure --with-mysql
--with-apache=../apache_1.3
.26 --with-gettext
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... i686-pc-linux-gnu
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 if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
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 parser  s.
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line
2482: lex: command not found
configure: error: cannot find output from lex; giving
up


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to fix php error on mandrake ?

2003-08-21 Thread Bryan Phinney
On Thursday 21 August 2003 07:37 pm, Kurniawan Mitchell wrote:

 checking lex output file root... ./configure: line
 2482: lex: command not found
 configure: error: cannot find output from lex; giving
 up

The configure script is looking for the /bin/lex command, that file is 
included in the flex package.  

excerpt:  The flex program generates scanners. Scanners are programs which can 
recognize lexical patterns in text. Flex takes pairs of regular expressions 
and C code as input and generates a C source file as output. 

You need to install the development packages before you can compile 
applications on your machine.  You should install the flex package and any 
others that the configure or compile scripts ask for.
-- 
Bryan Phinney
Software Test Engineer


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to fix php error on mandrake ?

2003-08-21 Thread HaywireMac
On Thu, 21 Aug 2003 16:37:25 -0700 (PDT)
Kurniawan Mitchell [EMAIL PROTECTED] uttered:

 I have this error during php installation and I can
 not figure it out ? Can anyone give me a hand ? THX

looks like you need bison and flex, if you have your software sources
configured properly, you should be able to do this through urpmi.

-- 
HaywireMac
Registered Linux user #282046
Homepage: nodex.sytes.net
++
And ever has it been known that love knows not its own depth until the
hour of separation.
-- Kahlil Gibran

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to fix php error on mandrake ?

2003-08-21 Thread Kurniawan Mitchell
I have 2 Linux Mandrake CD. In which CD ? and how to
find the correct package to install ?

Assume I do not have the software (CD) where about I
can find the package resources ? ( any web link to
find specific package)

THX
--- HaywireMac [EMAIL PROTECTED] wrote:
 On Thu, 21 Aug 2003 16:37:25 -0700 (PDT)
 Kurniawan Mitchell [EMAIL PROTECTED] uttered:
 
  I have this error during php installation and I
 can
  not figure it out ? Can anyone give me a hand ?
 THX
 
 looks like you need bison and flex, if you have your
 software sources
 configured properly, you should be able to do this
 through urpmi.
 
 -- 
 HaywireMac
 Registered Linux user #282046
 Homepage: nodex.sytes.net
 ++
 And ever has it been known that love knows not its
 own depth until the
 hour of separation.
   -- Kahlil Gibran
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com