<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all!<br>
<br>
Is there any source of precompiled libresmgr.so.1 library?<br>
<br>
My system (i) desperately needs it for my soundcard to function....<br>
.... and also to start csound 5.10, which i recently installed.
Actually csound do not require libresmgr.so.1, but performing some
actions with it's files makes it believe that it (csound) needs it
(libresmgr). Here's the situation:<br>
I installed csound from the binary packages (i386) from sorceforge, but
it won't start, saying this:<br>
<font color="#000000"><tt>[root@Corelia linux_f32]# csound<br>
/usr/local/bin/bin/csound: error while loading shared libraries: <b>libportaudio.so.2</b>:
cannot open shared object file: No such file or directory<br>
<br>
[root@Corelia bin]# ldd csound<br>
    linux-gate.so.1 =>  (0x00d7e000)<br>
    libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x0072d000)<br>
    libpthread.so.0 => /lib/libpthread.so.0 (0x00a7b000)<br>
    libm.so.6 => /lib/libm.so.6 (0x00bd1000)<br>
    <b>libportaudio.so.2 => not found</b><br>
    libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x0096d000)<br>
    libasound.so.2 => /lib/libasound.so.2 (0x00110000)<br>
  <b>  liblo.so.0 => not found<br>
    libcsound.so.5.2 => not found</b><br>
    libdl.so.2 => /lib/libdl.so.2 (0x004ee000)<br>
    libc.so.6 => /lib/libc.so.6 (0x001f2000)<br>
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000)<br>
    libogg.so.0 => /usr/lib/libogg.so.0 (0x00df5000)<br>
    /lib/ld-linux.so.2 (0x00559000)<br>
    libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000)<br>
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000)<br>
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00366000)<br>
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00376000)<br>
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0057c000)<br>
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000)<br>
    librt.so.1 => /lib/librt.so.1 (0x00477000)<br>
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00793000)<br>
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00c68000)<br>
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000)<br>
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00481000)<br>
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00b90000)<br>
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00eea000)<br>
    libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000)<br>
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00484000)<br>
<b>#No libresmgr as we see is wanted<br>
</b></tt></font><font color="#000000">... but all the libraries,
required by csound (for now) was found in the lib directory of
installer archive, so i copied them, add their new path to one new conf
file i created in /etc/ld.so.conf.d and ran ldconfig to rebuild cache.
And after that, when i tried to launch csound i get this:<br>
</font><font color="#000000"><tt>/usr/local/bin/bin/csound: error while
loading shared libraries: <b>libresmgr.so.1</b>:
cannot open shared object file: No such file or directory<br>
<br>
[root@Corelia bin]# ldd csound<br>
    linux-gate.so.1 =>  (0x003a6000)<br>
    libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x00df5000)<br>
    libpthread.so.0 => /lib/libpthread.so.0 (0x0067b000)<br>
    libm.so.6 => /lib/libm.so.6 (0x0082e000)<br>
    libportaudio.so.2 => /usr/local/lib/libportaudio.so.2
(0x00228000)<br>
    libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x00110000)<br>
    libasound.so.2 => /usr/local/lib/libasound.so.2 (0x00250000)<br>
    liblo.so.0 => /usr/local/lib/liblo.so.0 (0x001d8000)<br>
    libcsound.so.5.2 => /usr/local/lib/libcsound.so.5.2 (0x009e6000)<br>
    libdl.so.2 => /lib/libdl.so.2 (0x00cfd000)<br>
    libc.so.6 => /lib/libc.so.6 (0x003a7000)<br>
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000)<br>
    /lib/ld-linux.so.2 (0x00780000)<br>
    libjack.so.0 => /usr/local/lib/libjack.so.0 (0x001bb000)<br>
    librt.so.1 => /lib/librt.so.1 (0x00faa000)<br>
    libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000)<br>
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000)<br>
    libXext.so.6 => /usr/lib/libXext.so.6 (0x001e4000)<br>
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00b48000)<br>
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x008e1000)<br>
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000)<br>
    <b>libresmgr.so.1 => not found</b><br>
    libogg.so.0 => /usr/lib/libogg.so.0 (0x001f4000)<br>
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00313000)<br>
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0051b000)<br>
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000)<br>
    libXau.so.6 => /usr/lib/libXau.so.6 (0x001fa000)<br>
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x001d6000)<br>
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x001fd000)<br>
    libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000)<br>
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00219000)<br>
<b>#There it goes, and from this moment after the next reboot alsa
rejects to start and requires libresmgr.so.1 too<br>
<br>
</b></tt></font><font color="#000000">Please let me know if my problem
solvable without compiling new libresmgr, because i'm afraid that task
is too complicated for me now<br>
</font>
</body>
</html>