Skip to Content.
Sympa Menu

freetds - Re: ld.so.1: ns-httpd: fatal: relocation- error :libsybdb.so.1: symbol g_tds_err_handler: referenced symbol not found

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: ld.so.1: ns-httpd: fatal: relocation- error :libsybdb.so.1: symbol g_tds_err_handler: referenced symbol not found
  • Date: Fri, 1 Nov 2002 16:51:03 -0500


> From: mbagepll AT memphis.edu [mailto:mbagepll AT memphis.edu]
> Sent: November 1, 2002 4:08 PM
>
> Configuration initialization failed: Error running init function
> load-modules: dlopen of /opt/local/iplanet/server6-web/
> bin/libphp4.so failed (ld.so.1: ns-httpd: fatal: relocation
> error: file
> /opt/local/iplanet/server6-web/bin/libphp4.so: symbol DBSETLUSER:
> referenced symbol not found)

PHP is requesting DBSETLUSER; FreeTDS exports dbsetlname. See
include/sybdb.h:

#define DBSETLUSER(x,y) dbsetlname((x), (y), DBSETUSER)

I suspect you have to build PHP with the header files that came with the
version of FreeTDS it's using.

This change was made after the 0.60 release.

--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