On Wed, Jun 20, 2012 at 3:30 PM, Sayantan Datta <
kenzo....@gmail.com> wrote:
> On Wed, Jun 20, 2012 at 12:16 PM, Tirtha Chatterjee
> <
tirtha.p....@gmail.com> wrote:
>> On Wed, Jun 20, 2012 at 8:08 AM, Sayantan Datta <
kenzo....@gmail.com> wrote:
>>> i need to use this line in Qt .pro file
>>> LIBS += -lcv -lhighgui
>>>
>>>
>>> now, for that i did need to set the LD_LIBRARY_PATH global variable.
>>> So, i added this line,
>>>
>>> $LD_LIBRARY_PATH:/usr/local/libs; export LD_LIBRARY_PATH
>>
>> I think it should be
>> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
>>
>
> a similar error persists, :(
>
> [root@kenzo450D Desktop]# ldconfig -v > allthefiles.txt
> ldconfig: $LD_LIBRARY_PATH:/usr/local/lib is not a known library type
> ldconfig: Can't stat export LD_LIBRARY_PATH: No such file or directory
I don't think you cannot put that in your .pro file. You need to set