Feedback #247
CCV 1.2 Linux 64-bit - libfmodex
| Status: | New | Start: | 05/06/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
When running CCV 1.2 in 64-bit Ubuntu, I got an error about libfmodex.so not being found. An easy workaround is to cd to the libs directory under Community_Core_Vision and do:
ln -s libfmodex64.so.4.10.03 libfmodex.so
Worked like a champ for me.
History
Updated by Mathieu Virbel over 4 years ago
Anonymous wrote:
When running CCV 1.2 in 64-bit Ubuntu, I got an error about libfmodex.so not being found. An easy workaround is to cd to the libs directory under Community_Core_Vision and do:
ln -s libfmodex64.so.4.10.03 libfmodex.so
Worked like a champ for me.
Did you use the script to launch CCV ?
Normaly, the libfmodex.so is in the libs directory, which is used for LD_PRELOAD_PATH.
09:10:13 tito@ashaka libs $ pwd
/tmp/ccv-64/libs
09:10:16 tito@ashaka libs $ ls -l libfmodex.so
lrwxrwxrwx 1 tito tito 22 2009-05-06 01:12 libfmodex.so -> libfmodex64.so.4.10.03
Can you check that ?
