Fedora 10 and libresmgr.so.1

Dmitriy danoskov at gmail.com
Sun May 10 17:20:48 UTC 2009


Hi all!

Is there any source of precompiled libresmgr.so.1 library?

My system (i) desperately needs it for my soundcard to function....
.... 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:
I installed csound from the binary packages (i386) from sorceforge, but 
it won't start, saying this:
[root at Corelia linux_f32]# csound
/usr/local/bin/bin/csound: error while loading shared libraries: 
*libportaudio.so.2*: cannot open shared object file: No such file or 
directory

[root at Corelia bin]# ldd csound
    linux-gate.so.1 =>  (0x00d7e000)
    libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x0072d000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00a7b000)
    libm.so.6 => /lib/libm.so.6 (0x00bd1000)
    *libportaudio.so.2 => not found*
    libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x0096d000)
    libasound.so.2 => /lib/libasound.so.2 (0x00110000)
  *  liblo.so.0 => not found
    libcsound.so.5.2 => not found*
    libdl.so.2 => /lib/libdl.so.2 (0x004ee000)
    libc.so.6 => /lib/libc.so.6 (0x001f2000)
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0x00df5000)
    /lib/ld-linux.so.2 (0x00559000)
    libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00366000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00376000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0057c000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000)
    librt.so.1 => /lib/librt.so.1 (0x00477000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00793000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00c68000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00481000)
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00b90000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00eea000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00484000)
*#No libresmgr as we see is wanted
*... 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:
/usr/local/bin/bin/csound: error while loading shared libraries: 
*libresmgr.so.1*: cannot open shared object file: No such file or directory

[root at Corelia bin]# ldd csound
    linux-gate.so.1 =>  (0x003a6000)
    libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x00df5000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x0067b000)
    libm.so.6 => /lib/libm.so.6 (0x0082e000)
    libportaudio.so.2 => /usr/local/lib/libportaudio.so.2 (0x00228000)
    libfltk.so.1.1 => /usr/lib/libfltk.so.1.1 (0x00110000)
    libasound.so.2 => /usr/local/lib/libasound.so.2 (0x00250000)
    liblo.so.0 => /usr/local/lib/liblo.so.0 (0x001d8000)
    libcsound.so.5.2 => /usr/local/lib/libcsound.so.5.2 (0x009e6000)
    libdl.so.2 => /lib/libdl.so.2 (0x00cfd000)
    libc.so.6 => /lib/libc.so.6 (0x003a7000)
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x006ec000)
    /lib/ld-linux.so.2 (0x00780000)
    libjack.so.0 => /usr/local/lib/libjack.so.0 (0x001bb000)
    librt.so.1 => /lib/librt.so.1 (0x00faa000)
    libXft.so.2 => /usr/lib/libXft.so.2 (0x05d9c000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00820000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x001e4000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00b48000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x008e1000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00888000)
    *libresmgr.so.1 => not found*
    libogg.so.0 => /usr/lib/libogg.so.0 (0x001f4000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00313000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x0051b000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x007ee000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x001fa000)
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x001d6000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x001fd000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x006c3000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00219000)
*#There it goes, and from this moment after the next reboot alsa rejects 
to start and requires libresmgr.so.1 too

*Please let me know if my problem solvable without compiling new 
libresmgr, because i'm afraid that task is too complicated for me now
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090510/d15b8fdd/attachment-0001.htm>


More information about the fedora-list mailing list