Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install SQLSRV on Raspian. Error #441

Closed
ukypayne opened this issue Jun 16, 2017 · 4 comments
Closed

Can't install SQLSRV on Raspian. Error #441

ukypayne opened this issue Jun 16, 2017 · 4 comments

Comments

@ukypayne
Copy link

I'm having a problem executing sudo pecl install sqlsrv-4.0.8. It runs and gets to the MAKE portion of the install, and then eventually gives me "make: *** [conn.lo] Error 1 "

It shows me 7 different issues, the first being

'/tmp/pear/temp/sqlsrv/shared/intsafe.h:58:29: error: conflicting declaration 'typedef windowsULong_t DWORD'
typedef windowsULong_t DWORD;
^'

The carrot is shown under the first D in the last "DWORD;".

Any thoughts?? Complete code below.

https://pastebin.com/FLp8vG4Y

@ulvii
Copy link
Contributor

ulvii commented Jun 16, 2017

Hi @ukypayne ,

We currently build and test the drivers for Ubuntu 15, Ubuntu 16, RHEL7, Debian8. You can try to install the latest version sudo pecl install sqlsrv-4.2.0preview. See #437 for instructions to compile the source manually.

@meet-bhagdev
Copy link
Contributor

meet-bhagdev commented Jun 21, 2017

@ukypayne [EDIT]: Seems like you are trying to use the drivers on Rasbian. We do not support Rasbian OS.

@ukypayne
Copy link
Author

Any suggestion of how I could get it to work? Will you ever support Raspian since it is Debian based?

@ulvii
Copy link
Contributor

ulvii commented Jun 22, 2017

@ukypayne have you tried the instructions above? You can also download the Debian8 binaries from releases page and see if they work on Raspbian.

@ulvii ulvii closed this as completed Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants