Hey folks, compiling for Oracle 10g. Got the libsqlora8, net-snmp, and curl compiled fine. Using the config line:
./configure --enable-server --with-oracle=/usr/local --with-net-snmp=/opt/freeware/bin/net-snmp-config --with-libcurl=/usr/local/bin/curl-config
The configure runs fine and the Make Install runs quite a ways through the process until it stops on this output....
ld: 0711-317 ERROR: Undefined symbol: .sqlo_close
ld: 0711-317 ERROR: Undefined symbol: .sqlo_open
ld: 0711-317 ERROR: Undefined symbol: .sqlo_geterror
ld: 0711-317 ERROR: Undefined symbol: .sqlo_fetch
ld: 0711-317 ERROR: Undefined symbol: .sqlo_values
ld: 0711-317 ERROR: Undefined symbol: .sqlo_exec
ld: 0711-317 ERROR: Undefined symbol: .sqlo_init
ld: 0711-317 ERROR: Undefined symbol: .sqlo_connect
ld: 0711-317 ERROR: Undefined symbol: .sqlo_set_autocommit
ld: 0711-317 ERROR: Undefined symbol: .sqlo_finish
ld: 0711-317 ERROR: Undefined symbol: .sqlo_alloc_lob_desc
ld: 0711-317 ERROR: Undefined symbol: .sqlo_prepare
ld: 0711-317 ERROR: Undefined symbol: .sqlo_bind_by_pos
ld: 0711-317 ERROR: Undefined symbol: .sqlo_free_lob_desc
ld: 0711-317 ERROR: Undefined symbol: .sqlo_execute
ld: 0711-317 ERROR: Undefined symbol: .sqlo_lob_write_buffer
ld: 0711-317 ERROR: Undefined symbol: .sqlo_commit
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Can anyone help with this? Anyone else using Oracle for their DB?
./configure --enable-server --with-oracle=/usr/local --with-net-snmp=/opt/freeware/bin/net-snmp-config --with-libcurl=/usr/local/bin/curl-config
The configure runs fine and the Make Install runs quite a ways through the process until it stops on this output....
ld: 0711-317 ERROR: Undefined symbol: .sqlo_close
ld: 0711-317 ERROR: Undefined symbol: .sqlo_open
ld: 0711-317 ERROR: Undefined symbol: .sqlo_geterror
ld: 0711-317 ERROR: Undefined symbol: .sqlo_fetch
ld: 0711-317 ERROR: Undefined symbol: .sqlo_values
ld: 0711-317 ERROR: Undefined symbol: .sqlo_exec
ld: 0711-317 ERROR: Undefined symbol: .sqlo_init
ld: 0711-317 ERROR: Undefined symbol: .sqlo_connect
ld: 0711-317 ERROR: Undefined symbol: .sqlo_set_autocommit
ld: 0711-317 ERROR: Undefined symbol: .sqlo_finish
ld: 0711-317 ERROR: Undefined symbol: .sqlo_alloc_lob_desc
ld: 0711-317 ERROR: Undefined symbol: .sqlo_prepare
ld: 0711-317 ERROR: Undefined symbol: .sqlo_bind_by_pos
ld: 0711-317 ERROR: Undefined symbol: .sqlo_free_lob_desc
ld: 0711-317 ERROR: Undefined symbol: .sqlo_execute
ld: 0711-317 ERROR: Undefined symbol: .sqlo_lob_write_buffer
ld: 0711-317 ERROR: Undefined symbol: .sqlo_commit
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Can anyone help with this? Anyone else using Oracle for their DB?

Comment