Skip to Content.
Sympa Menu

freetds - RE: [freetds] php 4.3RC2 + freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] php 4.3RC2 + freetds
  • Date: Thu, 5 Dec 2002 11:35:02 -0500

> From: Tom Sillence [mailto:tom.sillence AT enfocast.com]
> Sent: December 5, 2002 11:06 AM
>
> Has anyone got freetds working with php 4.3? I'm using the
> latest freetds snapshot.
>
> php4.2.3 + freetds ct-lib: works fine.
> php4.3rc2 + freetds ct-lib: apache segfaults as soon as I
> call mssql_pconnect.
> php4.3rc2 + freetds dblib: php compiles but apache won't start:
>
> simpsons:/home/toms/php-4.3.0RC2 # apachectl start
> Syntax error on line 8 of /etc/httpd/suse_loadmodule.conf:
> Cannot load /usr/lib/apache/libphp4.so into server:
> /usr/lib/apache/libphp4.so:
> undefined symbol: DBSETLUSER
^^^^^^^^^^
Maybe you need to recompile apache? Somehow, you're picking up the wrong
include file.

As of 0.60, FreeTDS does not export DBSETLUSER; it exports only lowercase
symbols. If apache is compiled with FreeTDS's current sybdb.h, it won't
define DBSETLUSER except as a macro.

Grist for the FAQ, methinks.

HTH.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page