libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] Shared library error


From: gagan
Subject: Re: [libredwg] Shared library error
Date: Thu, 9 May 2013 07:49:13 +0530

On 5/9/13, Hamish <address@hidden> wrote:
> Gaganjyot wrote:
>> No. I guess, Libredwg is not able to open libredwg.so.0
>> shared library file :(.
>> Any Ideas why is this happening ?
>> I gave command to compile testSVG.c
>> gcc -g -o testSVG testSVG.c -lredwg -lm
>> It gets compiled but when I run it, also gives error as
>>
>> ./testSVG: error while loading shared libraries:
>> libredwg.so.0: cannot
>> open shared object file: No such file or directory
>
> silly question perhaps, but does libredwg.so.0 exist? where is
> it? e.g. if in /usr/local/bin/ make sure you can find that
> path in /etc/ld.so.conf[.d/], and rerun ldconfig as root to add
> it to the library search path.

Oh Thanks! This helped me. Actually the path given was correct but not
activated. So I ran ldconfig and it worked like charm :)

-- 
Thanks
Gaganjyot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]