Hey there.
I'm trying to install custom php extensions such as:
mssql (pure as is, for php 5.4)
pdo dblib
pdo odbc
and ODBC
i've created a custom configure.php54 file and added:
--with-freetds-bin \
--with-freetds-dev \
--with-freetds-common \
--with-mssql \
--with-odbc \
--with-pdo-odbc \
--with-pdo-dblib \
but i'm receiving this error while trying to build it:
"
checking for MSSQL support via FreeTDS... yes
configure: error: Cannot find FreeTDS in known installation directories
*** There was an error while trying to configure php. Check the configure file"
kinda new to directadmin, any help? thanks guys.
I'm trying to install custom php extensions such as:
mssql (pure as is, for php 5.4)
pdo dblib
pdo odbc
and ODBC
i've created a custom configure.php54 file and added:
--with-freetds-bin \
--with-freetds-dev \
--with-freetds-common \
--with-mssql \
--with-odbc \
--with-pdo-odbc \
--with-pdo-dblib \
but i'm receiving this error while trying to build it:
"
checking for MSSQL support via FreeTDS... yes
configure: error: Cannot find FreeTDS in known installation directories
*** There was an error while trying to configure php. Check the configure file"
kinda new to directadmin, any help? thanks guys.