How to compile libwww on Ubuntu 10.4
Added by RavonTUS about 5 years ago
Greetings,
In the notes we've found, it says unbuntu 10.4 is missing "libwww-dev". It also appears that the name may have changed as well to "w3c-libwww". Here is how to manually install "w3c-libwww".
First download the file from w3c, w3c-libwww-5.4.0.tgz. Now extract it. Open up "Terminal' and go to that folder. Type the following.
- sh ./configure
- sudo make
- sudo make install
After alot of scrolling and hopefully no errors, w3c-libwww will be installed.
-RavonTUS
Replies (1)
RE: How to compile libwww on Ubuntu 10.4 - Added by kervala about 5 years ago
Personnaly, I downloaded these packages (even so I'm using Ubuntu 10.04 it's working fine) :
http://packages.ubuntu.com/karmic/libwww-ssl-dev
http://packages.ubuntu.com/karmic/libssl-dev
http://packages.ubuntu.com/karmic/libwww-ssl0
(1-1/1)