Não li todo o artigo... mas acho que lá não diz o seguinte.... tem que gerar os rpm como &quot;não&quot; root....<br>baixa os pacotes diretamente do site do courier<span style="font-weight: bold;">...<br><br><span style="font-weight: bold;">
A</span>baixo a explicação de como compilar como &quot;não&quot; root<br><span style="font-weight: bold;"><span style="font-weight: bold;">Cria um usuário... com qqr nome... joga os arquivos bz2 dentro da pasta home dele e segue o tutorial abaixo...
</span><br><br><span style="font-weight: bold; font-family: courier new,monospace;"><span style="font-weight: bold;">### </span>Cria as pastas necessárias</span><br></span></span><pre style="font-family: courier new,monospace;">
<font size="2"><br>mkdir $HOME/rpm<br>mkdir $HOME/rpm/SOURCES<br>mkdir $HOME/rpm/SPECS<br>mkdir $HOME/rpm/BUILD<br>mkdir $HOME/rpm/SRPMS<br>mkdir $HOME/rpm/RPMS<br>mkdir $HOME/rpm/RPMS/i386<br><br><span style="font-weight: bold;">
### Edita o enviroment</span><br><br>echo &quot;%_topdir    $HOME/rpm&quot; &gt;&gt; $HOME/.rpmmacros</font><span style="font-family: courier new,monospace;"><br><br><span style="font-weight: bold;">### Depois compila o pacote normalmente
</span><br><br>rpm -ta courier-authlib.???.tar.bz2</span><br></pre><br>Espero ter ajudado... e depois me avisa se conseguiu...<br><br>Rafael.<br><br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">
Valdir</b> &lt;<a href="mailto:josevaldirg@gmail.com">josevaldirg@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Pessoal,&nbsp;&nbsp;já faz alguns dias que estou tentando passar um passo a frente<br>para configurar um Servidor de E-mail seguindo este artigo<br><a href="http://centosbr.org/site/artigos/item.php?itemid=181">http://centosbr.org/site/artigos/item.php?itemid=181
</a><br><br>Só que estou sendo barrado na instalação do courier-authlib.<br><br>Veja só se tento copilar usando o comando rpmbuild -ta<br>courier-authlib-0.58.tar.bz2,&nbsp;&nbsp;aparece os erro abaixo.<br><br>erro: Installed (but unpackaged) file(s) found:
<br>/usr/lib/libltdl.a<br>/usr/lib/libltdl.la<br>/usr/lib/libltdl.so<br>/usr/lib/libltdl.so.3<br>/usr/lib/libltdl.so.3.1.0<br><br><br>Erros de criação do RPM:<br>Installed (but unpackaged) file(s) found:<br>/usr/lib/libltdl.a
<br>/usr/lib/libltdl.la<br>/usr/lib/libltdl.so<br>/usr/lib/libltdl.so.3<br>/usr/lib/libltdl.so.3.1.0<br><br><br>Se tento copilar na forma padrão usando os comandos<br>./configure<br>make<br>make install<br><br>Depoos de algus&nbsp;&nbsp;segundo rodadno o ./configure aparece o erro abaixo,
<br><br>checking for courier-config... no<br>configure: WARNING: === I think you are trying to run this configure script<br>configure: WARNING: === on Red Hat/Fedora. You&#39;re doing too much work!<br>configure: WARNING: === It&#39;s much faster to create installable binary RPMs
<br>configure: WARNING: === like this: <a href="http://www.courier-mta.org/FAQ.html#rpm">http://www.courier-mta.org/FAQ.html#rpm</a><br>configure: WARNING: === When you do this you may find that RPM will tell you<br>configure: WARNING: === to install some other software first, before trying
<br>to<br>configure: WARNING: === build this one, and even tell you the name of RPMs<br>you<br>configure: WARNING: === need to install from the distribution CD. That&#39;s<br>much<br>configure: WARNING: === easier than trying to figure out the same from some
<br>configure: WARNING: === cryptic error message.<br>configure: WARNING:<br>configure: WARNING: === Even if you don&#39;t intend to use everything you need<br>to<br>configure: WARNING: === have in order to build via RPM, you should still do
<br>as<br>configure: WARNING: === you&#39;re told. All the extra stuff (LDAP, SQL, etc...)<br>configure: WARNING: === goes into RPM sub-packages, which do not need to be<br>configure: WARNING: === installed.<br>configure: WARNING: === But, if you insist, you can simply add
<br>&#39;--with-redhat&#39;<br>configure: WARNING: === parameter to this configure script and not see this<br>configure: WARNING: === error message. You should also do this when<br>upgrading<br>configure: WARNING: === and you didn&#39;t use RPM with the older version.
<br>configure: error: ... in either case you better know what you&#39;re doing!<br><br><br>O que devo fazer?<br><br>Abraço<br><br>_______________________________________________<br>CentOS-pt-br mailing list<br><a href="mailto:CentOS-pt-br@centos.org">
CentOS-pt-br@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos-pt-br">http://lists.centos.org/mailman/listinfo/centos-pt-br</a><br></blockquote></div><br>