-
Notifications
You must be signed in to change notification settings - Fork 375
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
Comments
@ukypayne [EDIT]: Seems like you are trying to use the drivers on Rasbian. We do not support Rasbian OS. |
Any suggestion of how I could get it to work? Will you ever support Raspian since it is Debian based? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: