Skip to Content.
Sympa Menu

freetds - RE: [freetds] PHP-4.3.0 MSSQL and 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.3.0 MSSQL and FreeTDS
  • Date: Mon, 6 Jan 2003 10:00:30 -0500

> From: Aliet Santiesteban Sifontes [mailto:alietss AT yahoo.com]
> Sent: January 6, 2003 12:00 AM
>
> I built succesfully the new mssql extension
> trought freetds-0.60 from yesterday snapshot, on a
> RedHat 8.0.92 box with httpd-2.0.40-14, php-4.3.0, but
> the apache server crash when starts, this is the error
> log...
> /usr/sbin/httpd: relocation error:
> /usr/lib/php4/mssql.so: undefined symbol: dbinit

Path problem. The runtime linker doesn't find the FreeTDS library and thus
cannot resolve the dbinit() function call. That might be a function of how
you configured php.

Try "ldd /usr/lib/php4/mssql.so" to see the directory for the FreeTDS
library. Then convince your runtime linker to look there. See "ldconfig
and LD_LIBRARY_PATH" in the User Guide for more detailed advice.

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