TimelordUK
TimelordUK
well its trying to download header files as it wants to build the driver meaning you would need the compiler and header files - this is because when installing the...
go to https://github.com/TimelordUK/node-sqlserver-v8/releases look for [image: image.png] you would have to find out exactly what file name is being used by pre release install and rename the file to that...
can you provide details of what was being done - can you open a connection? - if this is on a query what was the SQL - what platform is...
actually sorry i see it was on open and went down in openssl - this has been extensively doscussed in various issues and is not easy to fix - it...
looking again at a ubunti install - if I run a node process without the LD SSL patch above it crashes and looking at the loaded libs I see below...
if i include crypto it still all looks same from sqlcmd that works and node - this is weirder than i thought ```sh me@me:~/dev/js/v8/node_modules/msnodesqlv8$ lsof -p 7534 | grep -i...
Very interesting thanks a lot for pointing out release notes and relation to ssl
Only reliable solution I have found so far Tom this problem is to install and Build OpenSSL 3.2 from arc code. This is being done on app veyor test server...
here on appveyor script is being run as part of install pre test for node 18 only - test suite then runs https://ci.appveyor.com/project/TimelordUK/node-sqlserver-v8/branch/master/job/7h7u9annw75jj8lp
log from appveyor ```txt omputing checksum with sha256sum [00:00:12] Checksums matched! [00:00:16] Now using node v18.16.0 (npm v9.5.1) [00:00:16] npm install [00:00:22] npm WARN deprecated [email protected]: Please upgrade to version...