Oliver,

Well,I decided to try out some new stuff, and was going to compile PHP 4,
but got stuck at the following when running configure:
checking for flex... no
checking for lex... no
./configure: flex: command not found
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up

What package do I need, to install lex?
Is it in the dev package?



On 3/30/01 5:32 AM, "Oliver Hingst" <[EMAIL PROTECTED]> wrote:

> Hello,
> I have a Cobalt Qube2.
> I have recently compiled Apache 1.3.19, PHP4.0.3pl1 and MySQL 3.23.33.
> Even though, everything compiled normally. I am unable to load PHP4 as a
> DSO. When I run 'apachectl configtest', I get this error:
> 
> Syntax error on line 239 of /etc/httpd/conf/httpd.conf:
> Cannot load /usr/lib/apache/libphp4.so into server:
> /usr/local/mysql/lib/mysql/libmysqlclient.so.10: undefined symbol:
> my_message_no_curses
> 
> What does that mean ?
> 
> I have compiled MySQL with these ./configure options:
> 
> ./configure --disable-assembler --with-low-memory --prefix=/usr/local/mysql
> 
> PHP:
> 
> ./configure --with-apxs \
> --enable-versioning \
> --with-mysql=/usr/local/mysql
> --enable-track-vars \
> --enable-ftp \
> --with-mm=/usr/local/lib \
> --with-zlib \
> --with-xml
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>  http://www.mysql.com/manual.php   (the manual)
>  http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to