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

svn --version crashes on solaris ... (version 14.1)

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-08-16 18:25:52 CEST

i have 2 problems on solaris:
1. svn --version crashes
2. ssl does not work, and zlib is not found on configure
   (and even if i did disable-shared, enable-static,
   everything seems to be dynamically loaded ... as long
   as it works, i don't care ...)
---------------------------------
the details to 1.
---------------------------------

i did:
svn --version
(core dumped)
dbx svn core

and now i'm not sure what dbx wants me to tell with this:

To suppress this message, add the following line to your .dbxrc file:

        dbxenv suppress_startup_message 6.2
Reading svn
core file header read successfully
Reading ld.so.1
Reading libdb-4.0.so
Reading libm.so.1
Reading libsocket.so.1
Reading libnsl.so.1
Reading libaprutil.so.0
Reading libexpat.so.0
Reading libapr.so.0
Reading libsendfile.so.1
Reading librt.so.1
Reading libresolv.so.2
Reading libdl.so.1
Reading libneon.so.21
Reading libxml2.so.2
Reading libthread.so.1
Reading libc.so.1
Reading libmp.so.2
Reading libaio.so.1
Reading libz.so.1
Reading libc_psr.so.1
Reading en_US.so.2
detected a multithreaded program
t@1 (l@1) terminated by signal SEGV (no mapping at the fault address)
0xfec33084: strlen+0x0080: ld [%o1], %o2
Current function is apr_getopt_long
  240 len = strlen(opts[i].name);
(/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx)

i compiled apache 2.0.40 and used for svn:

./configure --prefix=/home/local --with-berkeley-db=/home/local
--with-zlib=/home/local/lib --with-apxs=/home/local/bin/apxs
--with-apr=/home/local --with-apr-util=/home/local
--with-libs=/home/local --with-ssl --enable-static --disable-shared

---------------------------------
the details to 2.
---------------------------------

svn co https://.. does not work (it works from the w2k box):
svn: Bad URL passed to RA layer
svn: Unrecognized URL scheme: https://server/svnrep/test

i'm using openssl-0.9.7-stable-SNAP-20020814, cause 0.9.6.x does not
compile ...

neon config says (in the svn directory, a softlink to the orig neon
source) - remark that zlib is NOT found:
Configuration for building neon 0.21.3:

  Install prefix: /home/local
  Compiler: cc
  XML Parser: libxml 2.4.23
  SSL library: OpenSSL
  zlib support: zlib disabled
  Build libraries: Shared=no, Static=yes

if i do configure in the original neon source dir, the result is:
Configuration for building neon 0.21.3:

  Install prefix: /home/local/neon
  Compiler: cc
  XML Parser: libxml 2.4.23
  SSL library: OpenSSL
  zlib support: found in -lz
  Build libraries: Shared=no, Static=yes

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 16 18:26:27 2002

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.