När jag skulle kompilera avifile fick jag detta vid ./configure :
checking for Qt library (version >= 200)... no
configure: warning:
*** Could not run Qt test program, checking why...
*** Configure discovered/uses these settings:
*** Qt libraries: /usr/lib/qt-3.1/lib
*** Qt headers: /usr/lib/qt-3.1/include
*** Note:
*** Compilation of Qt utilities also might be turned off (if not wanted).
*** If you are experiencing problems which will not be described
*** bellow please report then on 'avifile@prak.org' mailing list
*** (i.e. some misdetection or omitted path)configure: error:
*** Qt test program compiled, but did not run. This usually means
*** that the run-time linker is not finding Qt library or finding the wrong
*** version of Qt. If it is not finding Qt, you will need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system.
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
*** i.e. bash> export LD_LIBRARY_PATH=/usr/lib/qt-3.1/lib:$LD_LIBRARY_PATH
Jag har testat å exportera det som det står ovan, å fixat i ld.so.conf med ldconfig, men inget funkar, samma fel, vad kan jag göra?
Är newb...