When I run ./configure ABI=32 --enable-optimizedIt occurs that :
m library not found
So, I just run
./configure (without ABI=32 --enable-optimized)
make
sudo make install
It successed!
However, When I setup using:
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!