ODBC port_program_executable_not_found

Jeff Einhorn jmeinhorn@REDACTED
Mon Nov 7 15:42:11 CET 2005


The odbcserver is not built. Does it not compile for 64bit OS's yet?

ifeq ($(findstring win32,$(TARGET)),win32) EI_LIB = -lerl_interface_md
-lei_md ENTRY_OBJ=$(ERL_TOP)/erts/obj/$(TARGET)/port_entry.o
PORT_ENTRY_POINT=erl_port_entry
ENTRY_LDFLAGS=-entry:$(PORT_ENTRY_POINT)
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

[jeinhorn@REDACTED odbc]$ export ERL_TOP=/usr/local/src/otp_src_R10B-8
[jeinhorn@REDACTED odbc]$ make
=== Entering application odbc
make[1]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/src'
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
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
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
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
make[1]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/src'
make[1]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'
make -f x86_64-unknown-linux-gnu/Makefile TYPE=debug
make[2]: Entering directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'
make[2]: Nothing to be done for `opt'.
make[2]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'
make[1]: Leaving directory `/usr/local/src/otp_src_R10B-8/lib/odbc/c_src'
=== Skipping subdir doc/src, it is missing === Leaving application odbc

Thanks for your time,

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20051107/98d38a9e/attachment.htm>


More information about the erlang-questions mailing list