It's not often I can't find any answer to a question online, but this is one of those times. I'm trying to install an OBDC driver on Linux for Pervasive SQL (PSQL). Does anyone know how or where I can find this?
Thanks!
Depending on the version of Pervasive you're using, the ODBC driver is part of the Client install. For Pervasive PSQL v11, the client is available an RPM or as a TAR for 32 bit or 64 bit at http://www.pervasive.com/database/Home/Products/PSQLv11.aspx with instructions at http://docs.pervasive.com/products/database/psqlv11/wwhelp/wwhimpl/js/html/wwhelp.htm#href=getstart/04nstunx.13.1.html.
UPDATE: As of October 2021, available downloads are at https://esd.actian.com/.
Related
Using Robot Framework
DPI-1047: Cannot locate a 32-bit Oracle Client library:
"C:\Software\Oracle\product\12201_Client64\bin\oci.dll is not the
correct architecture"
Python 3.7.3
cx_Oracle 7.3.0
Robot Framework DatabaseLibrary installed
As you can see we have the 64 bit client installed, RF DatabaseLibrary installed.
Any assistance would be appreciated.
You are probably running the 32-bit version of Python 3.7.3 and this is why it's expecting a 32-bit Oracle driver.
In the cx_Oracle Installation guide:
Download an Oracle 19, 18, 12, or 11.2 “Basic” or “Basic Light” zip
file: 64-bit or 32-bit, matching your Python architecture.
So, your solution is a choice, install an additional version of Python to match the 64 bit Oracle Client or install a 32-bit Oracle client to match your Python setup.
You must have the Oracle Client (32 bit)
Dont't forget to put it in the environment variables.
How does each edition (community, enterprise) support UNIX?
I need general information on UNIX, including SunOS, Solaris, HP-UX, and AIX.
If all versions of Unix are supported, can it also run with the downloaded official versions of Linux from the homepage? Or do I need to get a Unix-only package through separate technical support?
The Installation chapter of the neo4j Operations Manual should be helpful, especially the Linux installation section; and the System requirements section documents the supported versions of Linux.
You just install the desired Linux distribution from its official site.
You can find out more about the different Linux distributions supported and how to download them from: linux installation
I hope this helps.
I'm trying to install the python client for h2o driverless, but get this message when i try to sudo pip install this whl file i got from the PY_CLIENT on the UI. This is the message i get. Does this work only on Linux systems ?
h2oai_client-1.3.1-py3-none-any.whl is not a supported wheel on this platform.
this may be related to your version of pip, please see this other generic question on your error filename.whl is not supported wheel on this platform
DAI does does work on linux systems for a full list of compatible installation platforms please see the user guide: http://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/installing.html
I’m using the Ada programming IDE GNAT Programming Studio (GPS, GPL 2017 release) and I’m having a hard time when I try to use it with STM32F4Disco.
On Linux (Ubuntu 17.10), when I try to open a STM32 project, GPS freezes. No core-dump, no error message. No exception message in .gsp/log but look like it didn't finish loading.
Help will be much appreciated. Thank you
Edit:
I installed GNAT 2017, Spark and arm-elf for Linux from AdaCore website.
Edit 2: I remove my question about GPS on Mac because it might be considered software-hardware questions.
You have to install 32 bits support. On Ubuntu/Debian execute this command:
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
I downloaded spark 1.0.2 and run on Cygwin
sbt/sbt assembly
but I got the error message:
Attempting to fetch sbt
You do not have curl or wget installed, please install sbt manually from http://www.scala-sbt.org/
But I already downloaded & installed sbt-0.13.5.msi from the given download-page. So what am I doing wrong?
sbt must use wget or curl to download additional dependencies, so you need to install these. On every single operating system other than windows these utilities usually come pre installed. Trying to get these to work on windows cygwin will be a pain, as with absalutely everything that isnt something to do with a monolithic GUI that costs a fortune.
I suggest if you wish to be at all productive in your future life you pick an operating system that works well for serious work. Windows only really works well for C# and MS office, serious computing? Big data? Hahahahaha, No!