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

installation issues on Solaris and AIX revisited with 0.32.1

From: Stefan Urbat <stefan.urbat_at_apastron.lb.shuttle.de>
Date: 2003-10-24 18:06:30 CEST

I have not yet checked again on Solaris, but on AIX still two so's in
/usr/local/apr/lib miss the other readable attribute, so it doesn't work
after install without manually giving the o+r chmod command, I guess this
issue persists then on Solaris too.

On AIX the linking/dependency problem persists, but the error message
changed:

exec(): 0509-036 Programm svn kann aufgrund folgender Fehler nicht geladen
werden:
         0509-022 Modul /usr/local/lib/libneon.a(libneon.so.24) kann nicht
geladen werden.
         0509-150 Das abhängige Modul /usr/local/lib/libz.a(libz.so.1)
konnte nicht geladen werden.
         0509-152 Member libz.so.1 nicht gefunden in Archiv

(translated into English: program svn couldn't be loaded due to the
following errors:

...
the dependent modules

/usr/local/lib/libz.a(libz.so.1)

couldn't be loaded,

member libz.so.1 not found in archive)

That is the result, despite I set LIBPATH explicitly to incude
/usr/local/lib, and this is the content of it:

-rw-r--r-- 1 root system 77236 23 Okt 2000 ../../lib/libz.a
lrwxrwxrwx 1 root system 13 23 Okt 11:37 ../../lib/libz.so ->
libz.so.1.1.4
lrwxrwxrwx 1 root system 13 23 Okt 11:37 ../../lib/libz.so.1
-> libz.so.1.1.4
-rwxr-xr-x 1 root system 320328 23 Okt 11:37
../../lib/libz.so.1.1.4

Finally that wasn't an issue with 0.31, but became suddenly one now in
0.32.1 (or maybe it was masked then by another problem).

-- 
Registered Linux-User #169380 on http://counter.li.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 24 18:07:23 2003

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

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