views:

13

answers:

0

Hi everybody,

I've a problem to execute a program with Mono in the terminal, (mono program.exe). An error appears : "System.DllNotFoundException : libpjsipDll.so "

however my library exists and I've setted my 2 environment variables : LD_LIBRARY_PATH and MONO_PATH in the directory where the file is.

I don't understand why this error occured ?

Anyone has an idea ?

I've :

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped (CPU architecture)

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),dynamically linked, not stripped (third-party lib)

I try MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll".

and I obtain an : undefined symbol : Pa_GetErrorText

I try to install PortAudio but I doesn't work always :-(

Thanks in advance.

Narglix