dpi-enabled-ovs icon indicating copy to clipboard operation
dpi-enabled-ovs copied to clipboard

How to build your project?

Open IonelaO opened this issue 7 years ago • 7 comments

Hi, Could you tell me how to build your project? I work on it since two days, and with no results.

Thank you in advance

IonelaO avatar Apr 19 '17 08:04 IonelaO

Hi,

It has been many months since I have tried compiling this project. I can try though. What specific error messages you are getting? As far as I remember, compilation shouldn't be complex.

kspviswa avatar May 02 '17 12:05 kspviswa

Finally, I compiled the project, but when I try to execute "ovs-vswitchd --dpi-engine=/mypath/libdpi-kspviswa.so" it gives me an error: "undefined symbol: DpiWriteLog". Could you help me to solve this error?

Thank you

IonelaO avatar May 02 '17 15:05 IonelaO

Use nm -C < name of lib > | grep < symbol > to see if the symbol is really undefined.

If so, post build log of the DPI lib. I will take a look.

On 02-May-2017 8:47 PM, "IonelaO" [email protected] wrote:

Finally, I compiled the project, but when I try to execute "ovs-vswitchd --dpi-engine=/mypath/libdpi-kspviswa.so" it gives me an error: "undefined symbol: DpiWriteLog". Could you help me to solve this error?

Thank you

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kspviswa/dpi-enabled-ovs/issues/3#issuecomment-298664385, or mute the thread https://github.com/notifications/unsubscribe-auth/AHIULy1za5Uwdz1bsIEGIbw2F9A79ureks5r10czgaJpZM4NBYeo .

kspviswa avatar May 02 '17 15:05 kspviswa

When I run the command above it gives me this: "U DpiWriteLog", but I don't understand what build log to post.

IonelaO avatar May 02 '17 18:05 IonelaO

Hi there, can any of you help me. I am having similar issues here. I don't think I have compiled the project correctly. I cannot see the --dpi-engine option in ovs-vswichtd --help

shahzad46 avatar May 02 '19 04:05 shahzad46