Re: [PHP] Cannot build ext/mysql together with ext/mysqli and apache2

2004-07-14 Thread Curt Zirzow
I'm not sure why you started a whole new thread on this.. * Thus wrote Jacob Friis Larsen: > I can only make it work, when not compiling php as > a module. > > This works: > ./configure --disable-all --with-mysqli=/usr/bin/mysql_config > --with-mysql=/usr/include/mysql It works because nothing w

Re: [PHP] Cannot build ext/mysql together with ext/mysqli and apache2

2004-07-14 Thread Jacob Friis Larsen
How do you know it did not work? I guess you see some error messages. Could you include them with your description? Below is the output from make. There are lots of errors. I can only send some of them as this list has a limit of 10 bytes. /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0

Re: [PHP] Cannot build ext/mysql together with ext/mysqli and apache2

2004-07-14 Thread Marek Kilimajer
How do you know it did not work? I guess you see some error messages. Could you include them with your description? Jacob Friis Larsen wrote: I can only make it work, when not compiling php as a module. This works: ./configure --disable-all --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr/in

[PHP] Cannot build ext/mysql together with ext/mysqli and apache2

2004-07-14 Thread Jacob Friis Larsen
I can only make it work, when not compiling php as a module. This works: ./configure --disable-all --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr/include/mysql This doesn't: ./configure --disable-all --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr/include/mysql --with-apxs2 I use: Apac