At 8:42 PM -0700 1/22/02, root wrote: >HI, > >I am currenlty runing RH 7.1 running a 2.4.17 modular kernel. I have >installed Postfix's latest realese on the system that runs in a chrooted >jail. It >all works fine sending and receiving. After I did the > CFLAGE='-O9" ./configure --enable-specialauth --enable-servermode > >and then make, make seemed to stop at this point: > >cd ./popper && make all >make[1]: Entering directory `/var/tmp/qpopper4.0.3/popper' >cd ../mmangle && make all >make[2]: Entering directory `/var/tmp/qpopper4.0.3/mmangle' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/var/tmp/qpopper4.0.3/mmangle' >cd ../common && make all >make[2]: Entering directory `/var/tmp/qpopper4.0.3/common' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/var/tmp/qpopper4.0.3/common' >gcc pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o >pop_init.o pop_last.o pop_list.o pop_log.o pop_lower.o pop_msg.o >pop_parse.o pop_pass.o pop_quit.o pop_rset.o pop_send.o pop_stat.o >pop_updt.o pop_user.o pop_xtnd.o pop_xmit.o popper.o pop_bull.o >xtnd_xlst.o pop_uidl.o mktemp.o pop_rpop.o pop_apop.o md5.o pop_auth.o >pop_pope.o pop_extend.o scram.o hmac.o base64.o pop_util.o get_sub_opt.o > >msg_ptr.o drac.o pop_config.o pop_tls.o pop_tls_openssl.o >pop_tls_sslplus.o sslplus_utils.o main.o pop_cache.o genpath.o -o popper > >../mmangle/libmangle.a \ > -I../common ../common/libcommon.a \ > -lcrypt >make[1]: Leaving directory `/var/tmp/qpopper4.0.3/popper' > >../common/libcommon.a(maillock.o): In function `Qmaillock': >maillock.o(.text+0x185): the use of `tempnam' is dangerous, better use >`mkstemp'
That's just a warning. > >It may have not been in that order. I had to do a cut and paste joh. >I did the make install and after I tired to start the daemon I got the >following: > >Jan 20 16:00:16 dopey /usr/local/sbin/popper[4603]: Unable to obtain >socket and address of client: Socket operation on non-socket (88) In most cases this means you tried to run Qpopper from a command line or script instead of inetd or its ilk, and didn't compile for standalone mode. > >Any help would be appreicated. Thanks in advance. > >Trevor --
