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

How to install firebird driver #47

Closed
devdems opened this issue Mar 10, 2016 · 4 comments
Closed

How to install firebird driver #47

devdems opened this issue Mar 10, 2016 · 4 comments
Assignees

Comments

@devdems
Copy link

devdems commented Mar 10, 2016

Hi,

has anyone installed driver for Firebird in official docker?

I did it like that, but i don't see the driver inside DF.

RUN apt-get source php5
RUN find / -name "configure"
RUN cd /php5-5.6.17+dfsg/ext/pdo_firebird/ phpize
RUN ln -s /usr/include/php5 /usr/include/php
RUN git clone https://github.com/jbq/php5.git /tmp/git
RUN cp -a /tmp/git/ext/json /php5-5.6.17+dfsg/ext/
RUN /php5-5.6.17+dfsg/configure
RUN make
RUN make install
RUN echo "extension=pdo_firebird.so" >> /etc/php5/mods-available/pdo.ini

@drewpearce drewpearce changed the title How to install firebird driver in docker How to install firebird driver Mar 10, 2016
@drewpearce
Copy link

drewpearce commented Mar 10, 2016

I am changing this to be a request for firebirdsql support.
Feature request filed. DF-658

@devdems
Copy link
Author

devdems commented Mar 11, 2016

I checked install modules and it looks like firebird is installed.

root@06ee81f0eed0:/opt/dreamfactory# php -m | grep Firebird
PDO_Firebird

But in the dropdown in DF i don't see it.

@drewpearce
Copy link

That's just the PHP driver. It still needs to be built as a supported database type within DreamFactory.

@drewpearce drewpearce self-assigned this Jun 3, 2016
@drewpearce
Copy link

Firebird SQL support was added in the 2.6.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants