Re: Problems using convert function
Posted: 2008-08-10T21:38:49-07:00
Either your libraries are not installed in a stanard location, or you have the library path (LD_LIBRARY_PATH or equivelent) set so it does not find the librarys. Use the 'ldd' to check what librarys a program wants, and what library the system finds for that request.