tudorturcanu / libfenc

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

abe-setup: error while loading shared libraries: libfenc.so.0: cannot open shared object file: No such file or directory #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
When I run 
    ./configure ABI=32 --enable-optimized
It occurs that :
    m library not found

So, I just run
    1.  ./configure (without ABI=32 --enable-optimized)
    2.   make
    3.   sudo make install

It successed!

However, When I setup using:
   1. abe-setup -m CP
It occurs that:
abe-setup: error while loading shared libraries: libfenc.so.0: cannot open 
shared object file: No such file or directory

I run : locate libfenc.so.0
And get this information:
     installDir/fenc-0.2.0/.libs/libfenc.so.0
     installDir/.libs/libfenc.so.0.0.2
     /usr/local/lib/libfenc.so.0
    /usr/local/lib/libfenc.so.0.0.2

My OS is Linux Mint 16
source code is fenc-0.2.0

Can anybody help? Thank you!

Original issue reported on code.google.com by wlxwol...@gmail.com on 7 Mar 2014 at 5:29

GoogleCodeExporter commented 8 years ago
If you're still experiencing this issue, try;
> export LD_LIBRARY_PATH=/usr/local/lib/

If that works, you may want to add that to your .bashrc or something.

Original comment by ZehnPlus...@gmail.com on 27 Mar 2014 at 9:44