Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes:

> On Tue, 24 Sep 2002, Sander Striker wrote:
> 
> > Nope.  It is intented to remove any leading directory components.
> 
> 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

unless something has changed very recently, apxs with Apache 2.0 is
intended to be passed the name of the .la file, not the .so file

in general, the module author will know where the .la file was built
by apxs -c but will not know the exact name of the .so file (which
could be .libs/mod_foo.so or .libs/libmod_foo.so or
.libs/libmod_foo.sl or who knows what else)

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to