@@ -81,25 +81,25 @@ function done(err) {
81
81
82
82
if ( process . platform === 'linux' ) {
83
83
if ( process . arch === 'x64' ) {
84
- clientUrl = 'https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277 .html' ;
84
+ clientUrl = 'https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads .html' ;
85
85
} else {
86
- clientUrl = 'https://www.oracle.com/technetwork/topics/linuxsoft-082809 .html' ;
86
+ clientUrl = 'https://www.oracle.com/database/technologies/instant-client/linux-x86-32-downloads .html' ;
87
87
}
88
88
89
89
log ( '** - Oracle Client libraries (' + arch + ') must be configured with ldconfig or LD_LIBRARY_PATH' ) ;
90
90
log ( '** - To get libraries, install an Instant Client Basic or Basic Light package from' ) ;
91
91
log ( '** ' + clientUrl ) ;
92
92
} else if ( process . platform === 'darwin' ) {
93
- clientUrl = 'https://www.oracle.com/technetwork/topics/ intel-macsoft-096467 .html' ;
93
+ clientUrl = 'https://www.oracle.com/database/technologies/instant-client/macos- intel-x86-downloads .html' ;
94
94
installUrl = 'https://oracle.github.io/node-oracledb/INSTALL.html#instosx' ;
95
95
96
96
log ( '** - Oracle Instant Client Basic or Basic Light package libraries must be in ~/lib or /usr/local/lib' ) ;
97
97
log ( '** Download from ' + clientUrl ) ;
98
98
} else if ( process . platform === 'win32' ) {
99
99
if ( process . arch === 'x64' ) {
100
- clientUrl = 'https://www.oracle.com/technetwork/topics/winx64soft-089540 .html' ;
100
+ clientUrl = 'https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads .html' ;
101
101
} else {
102
- clientUrl = 'https://www.oracle.com/technetwork/topics/winsoft-085727 .html' ;
102
+ clientUrl = 'https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads .html' ;
103
103
}
104
104
105
105
log ( '** - Oracle Client libraries (' + arch + ') must be in your PATH environment variable' ) ;
0 commit comments