Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4373  / 2 Years ago, fri, march 4, 2022, 5:27:03

I am trying to setup Openconnect Server on my Ubuntu VPS and first I have to compile it, but everytime i run ./configure I get 2 errors:



configure: WARNING: ***
*** libprotobuf-c was not found.
***
checking for libev... no
configure: error: ***
*** libev4 was not found.
***


When I try to install libprotobuf-c I get the following output



root@MY_VPS_NAME:~# apt install libprotobuf-c
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libprotobuf-c


and when I try to install libev4 I get the following output:



root@MY_VPS_NAME:~# apt install libev4
Reading package lists... Done
Building dependency tree
Reading state information... Done
libev4 is already the newest version.
The following packages were automatically installed and are no longer required:
linux-headers-3.19.0-15 linux-headers-3.19.0-15-generic linux-image-3.19.0-15-generic linux-image-extra-3.19.0-15-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
root@MY_VPS_NAME:~#


VPS is Running: ubuntu-15.04-x86_64
Thanks,
~WC


More From » 15.04

 Answers
0

The protobuf package is called libprotobuf-c1 nowdays. The libev4 is there, if you can not install it, you have generic repository problems.

Your Ubuntu 15.04 is outdated, please upgrade to 15.10. This may be the cause of missing packages.


[#16430] Saturday, March 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
taigysel

Total Points: 33
Total Questions: 136
Total Answers: 114

Location: Singapore
Member since Wed, Jan 13, 2021
3 Years ago
;