Re: Clean Install on Ubuntu Natty Fails
"idmsago" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Okay... after commenting out the line it complained about (as recommended on a Spanish and a German site), cmake worked fine. But I replicated my Socket issue. After cmake worked, I did $ sudo apt-get install libevent-dev [ which told me I already had the latest version, but to check ] $ ls /usr/lib/libevent* /usr/lib/libevent-1.4.so.2 /usr/lib/libevent-1.4.so.2.1.3 /usr/lib/libevent.a /usr/lib/libevent_core-1.4.so.2 /usr/lib/libevent_core-1.4.so.2.1.3 /usr/lib/libevent_core.a /usr/lib/libevent_core.so /usr/lib/libevent_extra-1.4.so.2 /usr/lib/libevent_extra-1.4.so.2.1.3 /usr/lib/libevent_extra.a /usr/lib/libevent_extra.so /usr/lib/libevent.so [ In case I nerfed something with the failed cmake: ] $ cd .. $ rm -rf build $ mkdir build && cd build $ cmake .. $ make $ sudo make install [For avoidance of doubt, the ldconfig settings are...] $ more /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf $ more /etc/ld.so.conf.d/libc.conf # libc default configuration /usr/local/lib $ sudo ldconfig $ io Io 20090105 Io> Socket Exception: Object does not respond to 'Socket' --------- Object Socket Command Line 1 What does IoSocket need?