[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Need help on compiling and installing subversion 0.33.1 server on solaris 2.8

From: Yang Tj-ATY010 <ATY010_at_motorola.com>
Date: 2003-11-26 18:50:12 CET

Greeting,

As usual, I am coming to this list becuase I have problem ;)
I am using depended pacakges from http://thewrittenword.com as my building
foundation. TWW is not doing the packaging becuase of this "0.33.1"
number.

1. Configuation option
 CC=cc ./configure LDFLAGS="-R/opt/TWWfsw/libdb40/lib" --prefix=${INSTALL_PREFIX} \
--with-berkeley-db=/opt/TWWfsw/libdb40 \
--with-apxs=/opt/TWWfsw/apache2048/bin/apxs \
--with-neon=/opt/TWWfsw/neon024 \
--with-apr=/opt/TWWfsw/apache2048/bin/apr-config --with-apr-util=/opt/TWWfsw/apache2048

2. Compiling went ok with Sun workshop compiler

3. But when doing a "gmake install"

<snip>
-mode=relink cc -g -DNEON_ZLIB -R/opt/TWWfsw/libdb40/lib -L/opt/TWWfsw/openldap2123/lib -L/opt/TWWfsw/libdb40/lib -L/opt/TWWfsw/libexpat/lib -rpath /opt/TWWfsw/apache2048/modules -avoid-version -module -o mod_dav_svn.la activity.lo deadprops.lo liveprops.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la -lsocket @inst_prefix_dir@)
/usr/ccs/bin/ld -G -h mod_dav_svn.so -o .libs/mod_dav_svn.so .libs/activity.o .libs/deadprops.o .libs/liveprops.o .libs/log.o .libs/merge.o .libs/mod_dav_svn.o .libs/repos.o .libs/update.o .libs/util.o .libs/version.o -R/opt/TWWfsw/subversion0331/lib -R/opt/TWWfsw/libdb40/lib -R/opt/TWWfsw/libopenssl097/lib:/opt/TWWfsw/libexpat/lib:/opt/TWWfsw/openldap2123/lib:/opt/TWWfsw/libdb40/lib:/opt/TWWfsw/zlib11/lib -R/opt/TWWfsw/openldap2123/lib:/opt/TWWfsw/libsasl21/lib:/opt/TWWfsw/libdb41/lib:/opt/TWWfsw/libopenssl097/lib -R/opt/TWWfsw/libdb41/lib:/opt/TWWfsw/libopenssl097/lib -L/opt/TWWfsw/apache2048/lib -L/opt/build/subversion-0.33.1/subversion/libsvn_subr/.libs -L/opt/build/subversion-0.33.1/subversion/libsvn_delta/.libs -L/opt/TWWfsw/libdb41/lib -L/opt/TWWfsw/libsasl21/lib -L/opt/TWWfsw/libopenssl097/lib -L/opt/TWWfsw/tcpwrap/lib -L/opt/build/subversion-0.33.1/subversion/libsvn_fs/.libs -L/opt/TWWfsw/openldap2123/lib -L/opt/TWWfsw/libdb40/lib -L/opt/TWWfsw/libexpat/lib -L/opt!
 /TWWfsw/subversion0331/lib -lsvn_repos-1 -lsvn_fs-1 -lsvn_delta-1 -lsvn_subr-1 -lsocket -lc
cp .libs/mod_dav_svn.soT /opt/TWWfsw/apache2048/modules/mod_dav_svn.so
chmod +x /opt/TWWfsw/apache2048/modules/mod_dav_svn.so
cp .libs/mod_dav_svn.lai /opt/TWWfsw/apache2048/modules/mod_dav_svn.la
cp .libs/mod_dav_svn.a /opt/TWWfsw/apache2048/modules/mod_dav_svn.a
ranlib /opt/TWWfsw/apache2048/modules/mod_dav_svn.a
chmod 644 /opt/TWWfsw/apache2048/modules/mod_dav_svn.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/TWWfsw/apache2048/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /opt/TWWfsw/apache2048/modules/mod_dav_svn.so
apxs:Error: Config file /etc/opt/TWWfsw/apache2048/httpd.prefork.conf not found.
gmake: *** [install-mods-shared] Error 1
      error: error executing script
root@ilad208>

4. I am not up to date with apache 2.0, looks like my compiling
   of apache 2.0.48 need some adjusting.

thanks for your pointer

tj

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 18:59:06 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.