Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +0000:
> Hello all,
> For linking to shared libraries, is "libstdc++.so" required in gcc. 

Both svn and httpd are written in C, not in C++.  I would expect C++
stdlibs to not be required for C projects. (but perhaps on your system
svn gets compiled as C++ code, for some reason)

> My install path only shows :
> ~:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3 -->
> $ ls
> include  libstdc++.a  libstdc++.a-gdb.py  ppc64  pthread
> just the static library. 
> Could this be why mod_dav_svn.so cannot be built?

If this is the problem, it would affect all httpd modules, not just
mod_*_svn.  Are you able to compile, link, and load (with LoadModule)
a Hello World httpd module in your environment?

Cheers,

Daniel

Reply via email to