On 7/22/07, Farokh Irani <[EMAIL PROTECTED]> wrote:
/usr/local/apache2/bin/apxs -i -n mod_fancy .libs/mod_fancy.so .libs/config.so /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' .libs/mod_fancy.so /usr/local/apache2/modules /usr/local/apache2/build/libtool --mode=install cp .libs/mod_fancy.so /usr/local/apache2/modules/ cp .libs/mod_fancy.so /usr/local/apache2/modules/mod_fancy.so Warning! dlname not found in /usr/local/apache2/modules/mod_fancy.so. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/apache2/modules/mod_fancy.so /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' .libs/config.so /usr/local/apache2/modules /usr/local/apache2/build/libtool --mode=install cp .libs/config.so /usr/local/apache2/modules/ cp .libs/config.so /usr/local/apache2/modules/config.so Warning! dlname not found in /usr/local/apache2/modules/config.so. Assuming installing a .so rather than a libtool archive.
Was this msg truncated? I didn't see the same error as in the start of this thread. It does unfortunately look like you're invoking apxs in such a way as to install two DSO's, not to link two pieces of object code into a single DSO. -- Eric Covener [EMAIL PROTECTED]
