mptcpd icon indicating copy to clipboard operation
mptcpd copied to clipboard

lack of 'ell' package

Open yuyujunjiang opened this issue 3 years ago • 2 comments

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?

yuyujunjiang avatar Sep 25 '22 14:09 yuyujunjiang

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 avatar Sep 25 '22 18:09 ossama-othman

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

ossama-othman avatar Oct 03 '22 22:10 ossama-othman