On Tue, Sep 24, 2002 at 01:47:52PM +0200, Dirk-Willem van Gulik wrote: > Hmm - I do a normal install > > cd apache-2.0.40 > ./configure --prefix=....../a2 > make && make install > > And then try to install (on Solaris) a module as a .so: > > ../a2/bin/apxs -i -n mod_foo mod_foo.so
I would suggest looking at HEAD rather than 2.0.40 as I made changes to instdso.sh to explicitly handle this case. instdso.sh will now emit a warning rather than error out if you pass it a non-.la file. -- justin
