« Return to Thread: Running a C program

Re: Running a C program

by NeillHog :: Rate this Message:

Reply to Author | View in Thread

Sébastien Lorquet wrote:
..... or run a on-slug-board gcc adapted to your slug.
Sebastien's help was very useful.
I have now managed to compile the program that I want to use on the slug and it appears to have compiled.
When I try to start it, I get a message as follows
# ./vcontrold-arm
./vcontrold-arm: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory


The author of the program told me that I needed to have the header files for libxml2 installed.
Maybe this is my problem. Could any one help me with instructions on how to install the header files?
Or point me at suitable instructions.

I have already done ipkg install libxml2 but I don't think that installed any header files.


Thank you!
Neill

 « Return to Thread: Running a C program