salut
je viens d'installer opencv1.1.0 sur fedora 9 pour eviter plus de precision voici comment j'ai installer
[CODE]
#./configure --prefix=/home/moi/intel/opencv-1.1.0
#make
#make install
#ldconfig
[/CODE]
apres j'ai compiler un example comme suit:
[CODE] g++ camshiftdemo.c -o camshift -I /home/moi/intel/opencv-1.1.0/include/opencv -L /home/moi/intel/opencv-1.1.0/lib -lm -lcv -lcvaux -lhighgui
[/CODE]
et pas de probleme ca compile
mais quand je lance l'execution de ./camshift j'ai cette erreure:[CODE]error while loading shared libraries libcv.so.2: cannot open shared object file: no such file or directory[/CODE]
pourtant dans /home/moi/intel/opencv-1.1.0/lib je vois bien libcv.so.2
comment puisje regler ce probleme s'il vous plait
autrefois avec la version 1.0.0.8 ca marchait impecable mais je l'ai perdu et en téléchargent sur sourceforge je ne vois que 1.1 je sais pas si c'est aussi la cause?