tcpflow icon indicating copy to clipboard operation
tcpflow copied to clipboard

installation issue on Amazon Linux 1

Open zhenyiy opened this issue 5 years ago • 3 comments

During the sh ./bootstrap.sh step. It complains that it cannot find cairo-devel library. But cairo-devel library is already installed.

configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/tcpflow.1 config.status: creating tcpflow.spec config.status: creating config.h config.status: executing depfiles commands configure: *** You have missing libraries. To install them: configure: *** Red Hat: sudo yum install cairo-devel configure: *** Fedora: sudo dnf install cairo-devel configure: *** Ubuntu: sudo apt-get install libcairo2-dev configure: *** MacOS: sudo port install cairo-devel sudo-sh[root@ip-10-108-0-113]# yum install cairo-devel Loaded plugins: priorities, update-motd, upgrade-helper amzn-main | 2.1 kB 00:00:00 amzn-updates | 2.5 kB 00:00:00 1054 packages excluded due to repository priority protections Package cairo-devel-1.12.14-6.8.amzn1.x86_64 already installed and latest version Nothing to do

zhenyiy avatar Dec 13 '18 22:12 zhenyiy

On what operating system? You should look at the log file to see what check is failing. There is another dependency.

On Dec 13, 2018, at 5:56 PM, zhenyiy [email protected] wrote:

During the sh ./bootstrap.sh step. It complains that it cannot find cairo-devel library. But cairo-devel library is already installed.

configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/tcpflow.1 config.status: creating tcpflow.spec config.status: creating config.h config.status: executing depfiles commands configure: *** You have missing libraries. To install them: configure: *** Red Hat: sudo yum install cairo-devel configure: *** Fedora: sudo dnf install cairo-devel configure: *** Ubuntu: sudo apt-get install libcairo2-dev configure: *** MacOS: sudo port install cairo-devel sudo-sh[root@ip-10-108-0-113]# yum install cairo-devel Loaded plugins: priorities, update-motd, upgrade-helper amzn-main | 2.1 kB 00:00:00 amzn-updates | 2.5 kB 00:00:00 1054 packages excluded due to repository priority protections Package cairo-devel-1.12.14-6.8.amzn1.x86_64 already installed and latest version Nothing to do

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simsong/tcpflow/issues/201, or mute the thread https://github.com/notifications/unsubscribe-auth/ABhTrAG0fy5vmoXZLs2aP7DwxVmH3cqlks5u4tsNgaJpZM4ZSlRl.

simsong avatar Dec 13 '18 23:12 simsong

"Amazon Linux 1" is the os.

hayd avatar Jul 03 '19 21:07 hayd

Can you try version 1.6.1 which was just shipped?

simsong avatar Nov 24 '20 05:11 simsong