Hello all,

The problem is the same with qpopper 4.0.4 and the last 4.0.5

I work on FreeBSD 4.7. with sendmail 8.12.8

Here is the installation problem :

I do a configure :
./configure --disable-check-pw-max --enable-shy --disable-specialauth
--prefix=/usr/local/qpopper-4.0.5 --enable-spool-dir=/var/mail
--enable-temp-drop-dir=/var/mail/tmp --enable-standalone
--enable-server-mode --enable-keep-temp-drop
--> It works

I do make : 
--> It works

I do make install :
--> and the problems appear :
make install
/usr/bin/install -c -m 0644 -o root ./man/popper.8
/usr/local/qpopper-4.0.5/man/man8/
install: /usr/local/qpopper-4.0.5/man/man8/: No such file or directory
*** Error code 71

--> I'm obliged to do a : mkdir -p /usr/local/qpopper-4.0.5/man/man8/

And then, i do make install again :
/usr/bin/install -c -m 0644 -o root ./man/popper.8
/usr/local/qpopper-4.0.5/man/man8/
echo "Installed man/popper.8 as /usr/local/qpopper-4.0.5/man/man8/popper.8"
Installed man/popper.8 as /usr/local/qpopper-4.0.5/man/man8/popper.8
/usr/bin/install -c -m 0644 -o root ./man/popauth.8
/usr/local/qpopper-4.0.5/man/man8/
echo "Installed man/popauth.8 as
/usr/local/qpopper-4.0.5/man/man8/popauth.8"
Installed man/popauth.8 as /usr/local/qpopper-4.0.5/man/man8/popauth.8
cd ./popper  && make install
cd ../mmangle && make all
cd ../common && make all
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 
../common/libcommon.a(maillock.o): In function `Qmaillock':
/public/programs/qpopper4.0.5/common/maillock.c:592: warning: tempnam()
possibly used unsafely; consider using mkstemp()
/usr/bin/install -c -s -m 0755 -o root popper
/usr/local/qpopper-4.0.5/sbin/popper
install: /usr/local/qpopper-4.0.5/sbin/popper: No such file or directory
*** Error code 71

Stop in /public/programs/qpopper4.0.5/popper.
*** Error code 1

--> I'm obliged to do a : mkdir /usr/local/qpopper-4.0.5/sbin/
And then i do a make install again and it works.

I do know this problem is not important, but if it could be solved, it will
be nice.

Thanks for all your works.

Stephane 

Reply via email to