I am pretty new to Ubuntu Server. I have installed libevent 1.4.13 from source but I am not exactly sure where the install location is after I do make install.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Where ever the default location is for that source package... Your best bet is to install the package from Ubuntu. apt-get update apt-get install libevent-1.4-2 (Not sure exactly what libevent you need, but there are a few listed in packages.ubuntu.com) |
||||
|
|