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

lack of 'ell' package #265

Open
yuyujunjiang opened this issue Sep 25, 2022 · 2 comments
Open

lack of 'ell' package #265

yuyujunjiang opened this issue Sep 25, 2022 · 2 comments
Labels
question Further information is requested

Comments

@yuyujunjiang
Copy link

Sorry to bother you.
When I built mptcpd-0.7 and ran ./configure, it showed `configure: error: Package requirements (ell >= 0.27) were not met:

No package 'ell' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
`
I know it caused by lacking of 'ell', but I don't know how to install it.
Can you help me?

@ossama-othman ossama-othman added the question Further information is requested label Sep 25, 2022
@ossama-othman
Copy link
Member

Hi,

An ELL is package available in most Linux distributions these days. For example, installing the libell-dev package on Debian/Ubuntu based distributions and libell-devel on Fedora/RedHat based distributions will provide the missing ELL dependency for mptcpd.

Alternatively, you can build and install ELL from source by cloning the ELL git repository, i.e.:

git://git.kernel.org/pub/scm/libs/ell/ell.git
https://git.kernel.org/pub/scm/libs/ell/ell.git
https://kernel.googlesource.com/pub/scm/libs/ell/ell.git

Once you clone ELL just run the usual Autoconf based build and install instructions, e.g.

./bootstrap
./configure
make install

Lastly, mptcpd 0.7 is quite old. The latest version is mptcpd 0.11, available on mptcpd releases page.

@ossama-othman
Copy link
Member

Do you have any other concerns? If not, I'd like to close this issue. Thanks!

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

No branches or pull requests

2 participants