Hi Cody, Are you using the ports system to install tac_plus? If not (yet), try it.
Att, Carlos Eduardo Matos Ellery On Wed, 29 Dec 2004 08:12:47 -0600, Cody Holland <[EMAIL PROTECTED]> wrote: > I'm having some problems installing tac_plus_v9 on a FreeBSD 4.10 > system. When I do the make tac_plus I get: > > cc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" -c > acct.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c authen.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c author.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c choose_authen.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c config.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c do_acct.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c do_author.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c dump.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c encrypt.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c expire.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" -c > md5.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c packet.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c report.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c sendauth.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c tac_plus.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c utils.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" -c > pw.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c hash.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c parse.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c regexp.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c programs.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c enable.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c pwlib.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c default_fn.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c skey_fn.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c default_v0_fn.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c sendpass.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c maxsess.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c tac_pam.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" -c > db.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c db_null.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c db_mysql.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c db_pgsql.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c tcpwrap.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c ldap.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -c time_limit.c > gcc -g -O2 -DFREEBSD -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" > -o generate_passwd generate_passwd.c -lc -lcrypt > gcc -o tac_plus -g -O2 -DFREEBSD > -DTACPLUS_PIDFILE=\"/var/run/tac_plus.pid\" acct.o authen.o author.o > choose_authen.o config.o do_acct.o do_author.o dump.o encrypt.o > expire.o md5.o packet.o report.o sendauth.o tac_plus.o utils.o pw.o > hash.o parse.o regexp.o programs.o enable.o pwlib.o default_fn.o > skey_fn.o default_v0_fn.o sendpass.o maxsess.o tac_pam.o db.o > db_null.o db_mysql.o db_pgsql.o tcpwrap.o ldap.o time_limit.o -lc > -lcrypt > default_fn.o: In function `default_fn': > /var/tmp/tac_plus_v9/default_fn.c:187: undefined reference to `db_acct' > *** Error code 1 > > Stop in /var/tmp/tac_plus_v9. > > When I do a make install I get a: > > mkdir -p /usr/local/bin > mkdir -p /usr/local/sbin > mkdir -p /usr/local/man/man1 > cp tac_plus /usr/local/sbin/ > cp: tac_plus: No such file or directory > *** Error code 1 > > Stop in /var/tmp/tac_plus_v9. > > Any idea what I'm doing wrong? > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > jffnms-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jffnms-users > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
