Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken symlink to libpcap in Debian build #5

Closed
edeca opened this issue May 12, 2015 · 2 comments
Closed

Broken symlink to libpcap in Debian build #5

edeca opened this issue May 12, 2015 · 2 comments

Comments

@edeca
Copy link

edeca commented May 12, 2015

A line in the Ubuntu Makefile contains a hard coded reference to libpcap-1.1.1.

cd $(PF_RING_HOME)/userland/libpcap; ./configure; make; cp libpcap* $(HERE)/debian/usr/local/lib/; cd $(HERE)/debian/usr/local/lib/; ln -sf libpcap.so.1.1.1 libpcap.so

At least in my build environment (Debian Wheezy) this isn't correct and I end up with a broken symlink:

drwxr-xr-x root/root         0 2015-05-12 14:55 ./usr/local/lib/
-rw-r--r-- root/root    607240 2015-05-12 14:55 ./usr/local/lib/libpcap.so.1.6.2
lrwxrwxrwx root/root         0 2015-05-12 14:55 ./usr/local/lib/libpcap.so -> libpcap.so.1.1.1
@cardigliano
Copy link
Member

Fixed

@edeca
Copy link
Author

edeca commented May 12, 2015

I see fix in 5381ecf - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants