Subject | RE: [firebird-php] Creating interbase.so extension for RPM based systems |
---|---|
Author | Alan McDonald |
Post date | 2004-06-12T13:48:24Z |
$ tar xvfj php4.3.6.tar.bz2
$ cd php4.3.6
$ ./configure --with-interbase=shared,/opt/interbase
I'm trying to crete the interbase.so file - I've followed the instructions
left here in a couple of places.. I'm doing it with RH9.
When I call the ./configure command (above) I go thru quite a bit of
"checking" but it ends with an
error: cannot find output from lex: giving up
Anyone know what I need to do to make this work?
thanks
Alan
never mind - just another rpm, that's all
Alan
$ cd php4.3.6
$ ./configure --with-interbase=shared,/opt/interbase
I'm trying to crete the interbase.so file - I've followed the instructions
left here in a couple of places.. I'm doing it with RH9.
When I call the ./configure command (above) I go thru quite a bit of
"checking" but it ends with an
error: cannot find output from lex: giving up
Anyone know what I need to do to make this work?
thanks
Alan
never mind - just another rpm, that's all
Alan