LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Why i m getting the following error message "make[3]: *** [tcl_ovsec_kadm.o] Error 1" (https://www.linuxquestions.org/questions/linux-software-2/why-i-m-getting-the-following-error-message-make%5B3%5D-%2A%2A%2A-%5Btcl_ovsec_kadm-o%5D-error-1-a-299549/)

shanu 03-09-2005 07:22 AM

Why i m getting the following error message "make[3]: *** [tcl_ovsec_kadm.o] Error 1"
 
HI all,

While installing the openldap on RHEL 3 i need to install kerberos krb-5.14. I used the following command:

./configure
make

After execution of the make command i received the following error message:

tcl_ovsec_kadm.c:1978: syntax error before '*' token
tcl_ovsec_kadm.c:1979: warning: no previous prototype for `Tcl_ovsec_kadm_init'
tcl_ovsec_kadm.c: In function `Tcl_ovsec_kadm_init':
tcl_ovsec_kadm.c:1982: `interp' undeclared (first use in this function)
tcl_ovsec_kadm.c:1983: `TCL_GLOBAL_ONLY' undeclared (first use in this function)
tcl_ovsec_kadm.c:1996: warning: implicit declaration of function `Tcl_CreateCommand'
make[3]: *** [tcl_ovsec_kadm.o] Error 1
make[3]: Leaving directory `/ldap/krb5-1.4/src/kadmin/testing/util'
make[2]: *** [all-recurse] Error 1
make[2]: Leaving directory `/ldap/krb5-1.4/src/kadmin/testing'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/ldap/krb5-1.4/src/kadmin'
make: *** [all-recurse] Error 1

These are few last lines of the output of the make command.

Plz help me out if anyone can resolve this problem....

foo_bar_foo 03-10-2005 11:54 AM

always study the output of ./configure --help espaecially for something as complex as slap and slurp

i think the solution is
./configure --without-tcl
or install tk/tcl


All times are GMT -5. The time now is 10:59 AM.