You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stefan Urbat <st...@apastron.lb.shuttle.de> on 2003/10/24 16:06:30 UTC

installation issues on Solaris and AIX revisited with 0.32.1

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