minscay / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Beta version - can't find core library #307

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution:Fedora 11
- Machine type: (32-bit or 64-bit)
 - Mupen64Plus version: v1.99.1
- Plugins used:
    'Mupen64Plus OpenGL Video Plugin by Rice' v1.99.1
    'Mupen64Plus SDL Audio Plugin' v1.99.1
    'Mupen64Plus SDL Input Plugin' v1.99.1
    'Hacktarux/Azimer High-Level Emulation RSP Plugin' v1.99.1

Describe the problem:

With default installation location Mupen64plus fails to start with the
following error messages - 
dlopen('libmupen64plus.so.2') error: libmupen64plus.so.2: cannot open
shared object file: No such file or directory
dlopen('./libmupen64plus.so.2') error: ./libmupen64plus.so.2: cannot open
shared object file: No such file or directory
AttachCoreLib() Error: failed to find Mupen64Plus Core library

Please provide any additional information below.

Workaround is to create link in /usr/local/lib
    libmupen64plus.so.2 -> libmupen64plus.so.2.0.0
and add environment variable
    LD_LIBRARY_PATH=/usr/local/lib

Original issue reported on code.google.com by fred.ode...@rogers.com on 19 Dec 2009 at 1:19

GoogleCodeExporter commented 8 years ago
The core module makefile now runs 'ldconfig' during 'make install', which should
automatically create this symbolic link.

Original comment by richard...@gmail.com on 14 Jan 2010 at 5:31

GoogleCodeExporter commented 8 years ago
Still not fixed for me.

Original comment by braxblas...@gmail.com on 23 Jul 2011 at 6:56

GoogleCodeExporter commented 8 years ago
This is wrong. We discussed this in IRC and you have a different problem 
because you used the non-ubuntu build on a ubuntu system.

Original comment by s...@narfation.org on 23 Jul 2011 at 7:58