Comment 1 for bug 1163611

Revision history for this message
raveit65 (raveit65) wrote :

by the way, i need to edit cmake files by hand after cmake configure and generate, to change the path of the backends from /lib/compizconfig to /lib64/compizconfig for arch x86_64.
All other libs are installed to /usr/lib64 automaticly.
Without changing this, starting ccsm result in following error.

[rave@mother ~]$ ccsm
compizconfig - Error: dlopen: /usr/lib64/compizconfig/backends/libgconf.so: cannot open shared object file: No such file or directory
compizconfig - Warning: unable to open backend gconf, falling back to ini
compizconfig - Error: dlopen: /usr/lib64/compizconfig/backends/libini.so: cannot open shared object file: No such file or directory
compizconfig - Error: failed to open any backends, aborting
Aborted (core dumped)

But maybe i didn't setup the right cmake configure options in cmake-gui.