The odbcserver is not built.  Does it not compile for 64bit OS's yet?<br>
<br>
ifeq ($(findstring win32,$(TARGET)),win32) EI_LIB = -lerl_interface_md
-lei_md ENTRY_OBJ=$(ERL_TOP)/erts/obj/$(TARGET)/port_entry.o<br>
PORT_ENTRY_POINT=erl_port_entry<br>
ENTRY_LDFLAGS=-entry:$(PORT_ENTRY_POINT)<br>
WIN32_TARGET = $(WIN_BIN_DIR)/odbcserver.exe EXE_TARGET =
$(WIN32_TARGET) else ifneq ($(BITS64),yes) EI_LIB = -lerl_interface
-lei UNIX_TARGET = $(BIN_DIR)/odbcserver EXE_TARGET = $(UNIX_TARGET)
endif endif<br>
<br>
[jeinhorn@ares odbc]$ export ERL_TOP=/usr/local/src/otp_src_R10B-8<br>
[jeinhorn@ares odbc]$ make<br>
=== Entering application odbc<br>
make[1]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/src'<br>
erlc -W   +debug_info -I../include
-D'SERVER_SOFTWARE="odbc/2.0.4"' 
+'{parse_tr                             
ansform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.0.4"}'
-o../ebi                             
n odbc.erl<br>
erlc -W   +debug_info -I../include
-D'SERVER_SOFTWARE="odbc/2.0.4"' 
+'{parse_tr                             
ansform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.0.4"}'
-o../ebi                             
n odbc_app.erl<br>
erlc -W   +debug_info -I../include
-D'SERVER_SOFTWARE="odbc/2.0.4"' 
+'{parse_tr                             
ansform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.0.4"}'
-o../ebi                             
n odbc_sup.erl<br>
sed -e 's;%VSN%;2.0.4;' odbc.app.src > ../ebin/odbc.app sed -e 's;%VSN%;2.0.4;' odbc.appup.src > ../ebin/odbc.appup<br>
make[1]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/src'<br>
make[1]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'<br>
make -f x86_64-unknown-linux-gnu/Makefile TYPE=debug<br>
make[2]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'<br>
make[2]: Nothing to be done for `opt'.<br>
make[2]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'<br>
make[1]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'<br>
=== Skipping subdir doc/src, it is missing === Leaving application odbc<br>
<br>
Thanks for your time,<br>
<br>
Jeff