<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
On Sat, 2005-07-09 at 14:31 -0400, Brian Wiese wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#000000">problem now... is I got libotr[1] and otr[2] and did..</FONT></TT><BR>
    <TT><FONT COLOR="#000000">./configure && make && make install  -- for both successfully as root </FONT></TT><BR>
    <TT><FONT COLOR="#000000">(no config options)</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
Did you do sudo make install? make install must be run as the administrative/root user. Since Ubuntu has no root user you must either run the command with sudo or type sudo -s to get a root shell. <BR>
<BR>
./configure && make && sudo make install<BR>
<BR>
Also, if you're interested in building debs, you can easily backport gaim-otr from breezy. I wrote instructions how to do this on the forum. See <A HREF="http://ubuntuforums.org/showthread.php?t=40544&highlight=gaim-otr">http://ubuntuforums.org/showthread.php?t=40544&highlight=gaim-otr</A> . Read the last post.<BR>
<BR>
</BODY>
</HTML>