<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems installing qpopper 4.0.3 on redhat 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668577#M89859</link>
    <description>Thanks a lot for your input Mark, really helpfull. But now I have another problem, as you may noticed I'm a newbie on linux so I will be in need of reading a lot of resources, practicing a lot and also asking questions to the masters. I ran:&lt;BR /&gt;./configure --enable-apops=/etc/pop.auth --enable-popuid=pop&lt;BR /&gt;&lt;BR /&gt;those options are listed in the qpopper manual for installing the APOP so I can build the 'popauth' command. So, that part ran ok, then you have to run 'make' and it worked ok. So finally you run 'make install' and that's supposed to copy the 'popper' and 'popauth' command. For me, the output from the 'make install' seems fine for me, but later that, when I go and look for the 'popauth' executables, those are not there. Here's the output, what you think about it please??&lt;BR /&gt;&lt;BR /&gt;[root@sendmail popper]# make install&lt;BR /&gt;cd ../mmangle &amp;amp;&amp;amp; make all&lt;BR /&gt;make[1]: Entering directory `/home/qpopper4.0.3/mmangle'&lt;BR /&gt;make[1]: Nothing to be done for `all'.&lt;BR /&gt;make[1]: Leaving directory `/home/qpopper4.0.3/mmangle'&lt;BR /&gt;cd ../common &amp;amp;&amp;amp; make all&lt;BR /&gt;make[1]: Entering directory `/home/qpopper4.0.3/common'&lt;BR /&gt;make[1]: Nothing to be done for `all'.&lt;BR /&gt;make[1]: Leaving directory `/home/qpopper4.0.3/common'&lt;BR /&gt;gcc   pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o pop_init.&lt;BR /&gt;o pop_last.o pop_list.o pop_log.o pop_lower.o pop_msg.o pop_parse.o pop_pass.o p&lt;BR /&gt;op_quit.o pop_rset.o pop_send.o pop_stat.o pop_updt.o pop_user.o pop_xtnd.o pop_&lt;BR /&gt;xmit.o popper.o pop_bull.o xtnd_xlst.o pop_uidl.o mktemp.o pop_rpop.o pop_apop.o&lt;BR /&gt; md5.o pop_auth.o pop_pope.o pop_extend.o scram.o hmac.o base64.o pop_util.o get&lt;BR /&gt;_sub_opt.o msg_ptr.o drac.o pop_config.o pop_tls.o pop_tls_openssl.o pop_tls_ssl&lt;BR /&gt;plus.o sslplus_utils.o main.o pop_cache.o genpath.o -o popper ../mmangle/libmang&lt;BR /&gt;le.a         -I../common ../common/libcommon.a         -lcrypt&lt;BR /&gt;../common/libcommon.a(maillock.o): In function `Qmaillock':&lt;BR /&gt;/home/qpopper4.0.3/common/maillock.c:278: the use of `tempnam' is dangerous, bet&lt;BR /&gt;ter use `mkstemp'&lt;BR /&gt;/usr/bin/install -c -s -m 0755 -o root popper /usr/local/sbin/popper&lt;BR /&gt;echo "Installed popper as /usr/local/sbin/popper"&lt;BR /&gt;Installed popper as /usr/local/sbin/popper&lt;BR /&gt;if [ "x" != "x" ]; then     cd ../password &amp;amp;&amp;amp; make install ;fi&lt;BR /&gt;if [ "x" != "x" ]; then     /usr/bin/install -c -s -m 4755 -o pop -g 0                 /usr/local/sbin/;     echo "Installed popauth as /usr/local/sbin/ "          "with uid pop";     /usr/local/sbin/ -init -safe; fi&lt;BR /&gt;&lt;BR /&gt;[root@sendmail popper]# chown pop /usr/local/lib/popauth&lt;BR /&gt;chown: getting attributes of `/usr/local/lib/popauth': No such file or directory&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Feb 2002 14:54:48 GMT</pubDate>
    <dc:creator>Julian Rodriguez</dc:creator>
    <dc:date>2002-02-21T14:54:48Z</dc:date>
    <item>
      <title>Problems installing qpopper 4.0.3 on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668575#M89857</link>
      <description>Hi mates, &lt;BR /&gt;&lt;BR /&gt;I'm trying to put to work POP3 Auth by using qpopper 4.0.3, I already downloaded the file and decompressed it since there's no rpm available for the linux distro i'm using (RedHat 7.2 with kernel 2.4.9-21) &lt;BR /&gt;&lt;BR /&gt;So, the problem is when i run ./configure from the folder where i decompressed the files i'm having the following error: &lt;BR /&gt;&lt;BR /&gt;[root@sendmail qpopper4.0.3]# ./configure &lt;BR /&gt;loading cache ./config.cache &lt;BR /&gt;checking whether make sets ${MAKE}... yes &lt;BR /&gt;checking for gcc... no &lt;BR /&gt;checking for cc... no &lt;BR /&gt;configure: error: no acceptable cc found in $PATH &lt;BR /&gt;[root@sendmail qpopper4.0.3]# &lt;BR /&gt;&lt;BR /&gt;any help please???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 21:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668575#M89857</guid>
      <dc:creator>Julian Rodriguez</dc:creator>
      <dc:date>2002-02-20T21:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing qpopper 4.0.3 on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668576#M89858</link>
      <description>Julian, the message means that your c compiler gcc, is AWOL. &lt;BR /&gt;&lt;BR /&gt;I, too am running RH 7.2 with the new(er) kernel, but I didn't have any trouble with qpopper compiling. &lt;BR /&gt;&lt;BR /&gt;If you have the install CDs, the C compiler files are on the first CD, and you should be able to just install right from there. &lt;BR /&gt;&lt;BR /&gt;mount /mnt/cdrom&lt;BR /&gt;cd /mnt/cdrom/RedHat/RPM&lt;BR /&gt;ll |grep gcc&lt;BR /&gt;and then &lt;BR /&gt;rpm -ivh &lt;WHOLE bunch="" of="" files=""&gt;.rpm&lt;BR /&gt;&lt;BR /&gt;As rpm checks the files, it should find whether you need to install anything else first. Getting the install order right is a bit of an art.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Mark&lt;/WHOLE&gt;</description>
      <pubDate>Thu, 21 Feb 2002 02:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668576#M89858</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-02-21T02:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing qpopper 4.0.3 on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668577#M89859</link>
      <description>Thanks a lot for your input Mark, really helpfull. But now I have another problem, as you may noticed I'm a newbie on linux so I will be in need of reading a lot of resources, practicing a lot and also asking questions to the masters. I ran:&lt;BR /&gt;./configure --enable-apops=/etc/pop.auth --enable-popuid=pop&lt;BR /&gt;&lt;BR /&gt;those options are listed in the qpopper manual for installing the APOP so I can build the 'popauth' command. So, that part ran ok, then you have to run 'make' and it worked ok. So finally you run 'make install' and that's supposed to copy the 'popper' and 'popauth' command. For me, the output from the 'make install' seems fine for me, but later that, when I go and look for the 'popauth' executables, those are not there. Here's the output, what you think about it please??&lt;BR /&gt;&lt;BR /&gt;[root@sendmail popper]# make install&lt;BR /&gt;cd ../mmangle &amp;amp;&amp;amp; make all&lt;BR /&gt;make[1]: Entering directory `/home/qpopper4.0.3/mmangle'&lt;BR /&gt;make[1]: Nothing to be done for `all'.&lt;BR /&gt;make[1]: Leaving directory `/home/qpopper4.0.3/mmangle'&lt;BR /&gt;cd ../common &amp;amp;&amp;amp; make all&lt;BR /&gt;make[1]: Entering directory `/home/qpopper4.0.3/common'&lt;BR /&gt;make[1]: Nothing to be done for `all'.&lt;BR /&gt;make[1]: Leaving directory `/home/qpopper4.0.3/common'&lt;BR /&gt;gcc   pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o pop_init.&lt;BR /&gt;o pop_last.o pop_list.o pop_log.o pop_lower.o pop_msg.o pop_parse.o pop_pass.o p&lt;BR /&gt;op_quit.o pop_rset.o pop_send.o pop_stat.o pop_updt.o pop_user.o pop_xtnd.o pop_&lt;BR /&gt;xmit.o popper.o pop_bull.o xtnd_xlst.o pop_uidl.o mktemp.o pop_rpop.o pop_apop.o&lt;BR /&gt; md5.o pop_auth.o pop_pope.o pop_extend.o scram.o hmac.o base64.o pop_util.o get&lt;BR /&gt;_sub_opt.o msg_ptr.o drac.o pop_config.o pop_tls.o pop_tls_openssl.o pop_tls_ssl&lt;BR /&gt;plus.o sslplus_utils.o main.o pop_cache.o genpath.o -o popper ../mmangle/libmang&lt;BR /&gt;le.a         -I../common ../common/libcommon.a         -lcrypt&lt;BR /&gt;../common/libcommon.a(maillock.o): In function `Qmaillock':&lt;BR /&gt;/home/qpopper4.0.3/common/maillock.c:278: the use of `tempnam' is dangerous, bet&lt;BR /&gt;ter use `mkstemp'&lt;BR /&gt;/usr/bin/install -c -s -m 0755 -o root popper /usr/local/sbin/popper&lt;BR /&gt;echo "Installed popper as /usr/local/sbin/popper"&lt;BR /&gt;Installed popper as /usr/local/sbin/popper&lt;BR /&gt;if [ "x" != "x" ]; then     cd ../password &amp;amp;&amp;amp; make install ;fi&lt;BR /&gt;if [ "x" != "x" ]; then     /usr/bin/install -c -s -m 4755 -o pop -g 0                 /usr/local/sbin/;     echo "Installed popauth as /usr/local/sbin/ "          "with uid pop";     /usr/local/sbin/ -init -safe; fi&lt;BR /&gt;&lt;BR /&gt;[root@sendmail popper]# chown pop /usr/local/lib/popauth&lt;BR /&gt;chown: getting attributes of `/usr/local/lib/popauth': No such file or directory&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 14:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-installing-qpopper-4-0-3-on-redhat-7-2/m-p/2668577#M89859</guid>
      <dc:creator>Julian Rodriguez</dc:creator>
      <dc:date>2002-02-21T14:54:48Z</dc:date>
    </item>
  </channel>
</rss>

