Skip to Content.
Sympa Menu

freetds - Re: PHP freeTDS dso

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: PHP freeTDS dso
  • Date: Wed, 3 Jul 2002 06:37:13 -0400 (EDT)



libsybdb.so is the freetds library, so it has nothing to do with php per
se. You might check with the PHP folks on how to build the sybase or
sybase-ct modules as dso (they're in ext/sybase and ext/sybase_ct of the
php source respectively). And certainly, report your findings back here and
we can help take those instructions and make them applicable to freetds,
and add them to the documentation too.

Brian

On Wed, 3 Jul 2002, Petr Blaha wrote:

> I Have problem with configuring PHP 4.0.4 with FreeTDS 0.53, I have Linux
> 2.2.16 and I cannot reconfigure PHP without complete reinstalation (PHP is
> preinstalled). PHP is not configured with --with-sybase=/usr/local/src.
> Can I add freetds support to this PHP for example in php.ini like
> extension of library *.so ?
>
> I try to add extensions
> extension=libsybdb.so
> extension=libtds.so
>
> but in my error-log I have this message:
> PHP Warning: Invalid library (maybe not a PHP library) 'libsybdb.so' in
> Unknown on line 0
> PHP Warning: Invalid library (maybe not a PHP library) 'libtds.so' in
> Unknown on line 0
>




  • PHP freeTDS dso, Petr Blaha, 07/03/2002
    • <Possible follow-up(s)>
    • Re: PHP freeTDS dso, Brian Bruns, 07/03/2002

Archive powered by MHonArc 2.6.24.

Top of Page