Hello,
I'm new to the list and directfb.
Yesterday I installed the library and the examples. Everything was fine.
I used the configuration and make-scripts to install it.
Now I want to compile my first dfb-app.
Everything is ok. But if I want to start the prog. I get following message:
"error while loading shared libraries: libdirectfb-0.9.so.9: Cannot open
shared object file: No such file or directory"
But all examples work very well.
I compiled my prog with:
gcc `gtk-config --cflags directfb` -o test test.c `gtk-config --libs directfb`
Probably it was
gcc `pkg-config --cflags directfb` -o test test.c `pkg-config --libs directfb`
No errors during compiling. But if I want to start the app...
I'm not the linux-guru... So I can't help myself :(
Any ideas, how I may fix it?
greetings from germany, (i hope you understand my english) ;-)
Stefan
Regards, Claudio
