[PHP-DEV] linking librarys into php4 extensions

2002-07-03 Thread Ron Lange
Hi, I have set additional headers and AC_ADD_LIBRARY_WITH_PATH in the config.m4 of my extension to link with external libs. The php 'make --with-extension --with-apache=[pathtoapache]' builds w/o errors, but at the following apache 'configure --activate-module=src/modules/php4/libphp4.a' I get

Re: [PHP-DEV] linking librarys into php4 extensions

2002-07-03 Thread David Eriksson
On Wed, 3 Jul 2002, Ron Lange wrote: > Hi, > I have set additional headers and AC_ADD_LIBRARY_WITH_PATH in the config.m4 > of my extension to link with external libs. The php 'make --with-extension > --with-apache=[pathtoapache]' builds w/o errors, but at the following > apache 'configure --ac

Re: [PHP-DEV] linking librarys into php4 extensions

2002-07-04 Thread Ron Lange
Hi David, thanks a lot! Regards Ron -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php