Martin wrote:
> Hmm, what is lex? And why would I need it - or rather why don't I. What
> package is missing?
Lex.
Lex is a tool for generating native C lexical scanners. It's the stuff
gcc and other languages are made of. Boldly PHP, too.
Bye
Rudy
--
PHP Install Mailing List (http://www.
Jaeck Stephan wrote:
> Hello,
>
> I just installed PHP4.0.4 on SuSE Linux 7.2 with Apache.
Yahooo! :-)
> Now I need Oracle database support for PHP.
D'oh! Same problem, SuSE 7.1, Oracle client 8.1.5 on 7.x database, just
solved...
> just do "configure --with-oracle=$ORACLE_HOME" and what w
[EMAIL PROTECTED] wrote:
Check for ORACLE* environment variables
Bye
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi
I'm trying to build php4 on my SuSE 6.4 Linux machine with Oracle OCI8
support.
My Oracle 8.1.5 programmer interface is configured via default GUI
installation. I run configure --with-oci and everything is OK, then
after make I get the error:
/root/php-4.0.6/ext/oci8/php_oci8.h:52: oci.h: N
B. Perrine wrote:
> try --with-oci8=$ORACLE_HOME where $ORACLE_HOME is like
> /u01/app/oracle/product/8.1.6
>
> The file you seek exists : [where is the source]/ext/oci8/php_oci8.h
That's not the file I (ehm... the compiler) was looking for: it is
oci.h, and I think it belongs to Oracle, but ca
Christine wrote:
> "cheking output file root ./configure:lex command not found
> Configure: error cannot find output from lex: giving up".
>
> Php 4.0.6
> Dura flex sed lex: where could this one be coming from ?
> Apache 1.3.17 up and about.
Well, what about installing package (f)lex? ;-)
Flex i
Blinky wrote:
> hi guys!
>
> i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 .
>
> i justed upgraded to apache v1.3.20. everything worked well with the old - already
>installed - php-modules.
> now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and after a 'make
>install
Blinky wrote:
> i compiled it with '--with-apxs' ... :-(
ehm... with --with-apxs and --enable-versioning? :-]
Bye
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrator
Luis Castro wrote:
> Dear php,
> I am facing some problem while compiling PHP with ORACLE. I am using
> unixware 7.0 I have
> already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
> oracle option (no problem present) and when restarting web server i get
> following message:
>
> Sy