shinyspirtomb / mupen64plus

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

cannot open shared object file: No such file or directory #574

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Operating System (be specific): Fedora 19 w/ Kernel 3.9.5-301
 - Machine type (32-bit or 64-bit): 64-bit
 - Mupen64Plus version: 2.0.0
 - Plugins used: None

Describe the problem:
Attempting to run emulator before installing a front-end, yet it can't seem to 
work.

Installation seemed to go off without a hitch, yet I get this error when trying 
to start it.

[root@new-host-3 mupen64plus-bundle-linux64-2.0]# ./install.sh
Installing Mupen64Plus Binary Bundle to /usr/local
install: creating directory ‘/usr/local/share/mupen64plus’
install: creating directory ‘/usr/local/share/mupen64plus/doc’
install: creating directory ‘/usr/local/share/man/man6’
install: creating directory ‘/usr/local/lib/mupen64plus’
Installation successful.
[root@new-host-3 mupen64plus-bundle-linux64-2.0]# cd \
> 
[root@new-host-3 ~]# mupen64plus
 __  __                         __   _  _   ____  _             
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___ 
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|  
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \  
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/  
             |_|         http://code.google.com/p/mupen64plus/  
Mupen64Plus Console User-Interface Version 2.0.0

UI-Console Error: dlopen('/usr/local/lib/libmupen64plus.so.2') failed: 
/usr/local/lib/libmupen64plus.so.2: cannot open shared object file: No such 
file or directory
UI-Console Error: dlopen('./libmupen64plus.so.2') failed: 
./libmupen64plus.so.2: cannot open shared object file: No such file or directory
UI-Console Error: AttachCoreLib() Error: failed to find Mupen64Plus Core library
[root@new-host-3 ~]# 

Original issue reported on code.google.com by dylan...@gmail.com on 29 Aug 2013 at 12:24

GoogleCodeExporter commented 8 years ago
Please provide the output of 

$ ls -ltr /usr/local/lib/libmupen64plus.so*

Original comment by s...@narfation.org on 29 Aug 2013 at 12:37