Question: External Shared Library Not Found

With Maple15.01 on a x86_64 linux box running Fedora 14, I get the following error when trying to run a basic comand from LinearAlgebra:

> with(LinearAlgebra);
> R := RandomMatrix(4, 4):
> Eigenvalues(R);
Error, (in ifactor/SmallFactors/ext) external library libmodLA.so could not be found/used

Could someone please tell me what the required environment setup is so that Maple can find and use the external shared libraries? The library it is complaining about above exists in the maple15/bin.X86_64_LINUX directory and I have tried settig the LD_LIBRARY_PATH explicitly but it made no difference. I have been unable to find any similar problems on the web.

Thanks.

Please Wait...