php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23118 dbsetlname relocation error
Submitted: 2003-04-08 16:41 UTC Modified: 2003-04-08 19:54 UTC
From: ascott at hemlock dot com Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 4.3.2RC1 OS: Linux RedHat 8.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ascott at hemlock dot com
New email:
PHP Version: OS:

 

 [2003-04-08 16:41 UTC] ascott at hemlock dot com
Compile freetds 0.61 with ./configure --prefix=/usr/local/freetds --with-tdsver=7 --enable msdlib
make
make check 
make install

Everything works ok.

Compile php-4.3.2RC1 with ./configure --with-apache=../apache --with-mssql=/usr/local/freetds --with-mysql=/usr/local/mysql --enable-track-vars
make
make install

Compile Apache-1.3.27 with ./configure --with-layout=Apache --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a
make
make install


All of the above make cleanly and install cleanly.  However, whenever I try to access a page with mssql functions in, the  following error is displayed in the error_log file..

/usr/local/apache/bin/httpd: relocation error: /usr/local/apache/bin/httpd: undefined symbol: dbsetlname


However MySQL functions do work.

I tried to compile a version of php & apache with no mysql support and just mssql support but i get the same error.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-08 17:22 UTC] ascott at hemlock dot com
Started from scratch on new system and works.
 [2003-04-08 19:54 UTC] sniper@php.net
Not PHP bug -> bogus.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC