omf2097 / openomf

One Must Fall 2097 Remake
http://www.openomf.org
MIT License
362 stars 35 forks source link

No libenet7 in ubuntu 14.04.2, can you rewrite for libenet2a? #284

Closed zaggynl closed 4 years ago

zaggynl commented 9 years ago

Workaround: cd /usr/lib/x86_64-linux-gnu sudo ln -s libenet.so.2 libenet.so.7

katajakasa commented 9 years ago

Notes from IRC discussion: It seems like we can just switch to libenet2a; will have to check the libenet packaging situation in at least ubuntu and debian. libenet2a and libenet7 packages should contain the same version of libenet, but the library files are named differently.

katajakasa commented 9 years ago

Okay, debian Jessie only has libenet7 available, while Sid has both :/

Rasenberry commented 7 years ago

Confirmed the the following fix worked when compiling from source

tested on ubuntu-mate 16.04 $ sudo apt list libenet* Listing... Done libenet-dev/xenial,now 1.3.12+ds-2 amd64 [installed] libenet-doc/xenial,xenial,now 1.3.12+ds-2 all [installed,automatic] libenet7/xenial,now 1.3.12+ds-2 amd64 [installed] libenet7-dbg/xenial,now 1.3.12+ds-2 amd64 [installed,automatic]

katajakasa commented 4 years ago

libenet7 (which we depend on) should now be standard everywhere. Closing this as deprecated.