Original Question
The build and install were successful. C2 installed
therefore modified the following files ...
src/makefiles/Makefile.du4
IFLAGS = -I.. -I../support -Olimit 1000 -DVIRTUAL
-DESCUREOSF
LIBES = -lsupport -lresolv -lsecurity
src/config/config.du4
#include <sys/fcntl.h>
Used ...
./build du4
./build install
When I use ftp (with various accounts) I get "530 Login
incorrect. Login failed."
/var/adm/syslog.dated/current/daemon.log reads "cmd failure
- not logged in".
Disabling C2 and recompiling/installing works fine. I have
experienced similar problems with earlier O/Ss i.e. 4.0g.
Where am I going wrong?
Thanks
Frank
Answer
Many thanks to Reg (Regis.Carlier_at_univ-valenciennes.fr
<mailto:Regis.Carlier_at_univ-valenciennes.fr> ) for his speedy and correct
response ...
(using cc - not gcc)
./configure
edit src/Makefile to add -DSECUREOSF to CFLAGS and
-lsecurity to LIBS (must be src/Makefile and not /Makefile)
make
make install
Thanks
Frank
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged. If the reader
of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.
If you have received this communication in error, please
re-send this communication to the sender and delete the
original message or any copy of it from your computer
system.
Received on Thu Jan 24 2002 - 15:44:01 NZDT