php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4511 able to connect sybase v11.0.1 but not v11.5.1
Submitted: 2000-05-18 21:04 UTC Modified: 2000-07-24 20:15 UTC
From: xjs at stu dot edu dot cn Assigned:
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 4.0 Release Candidate 2 OS: SUNOS 5.6
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: xjs at stu dot edu dot cn
New email:
PHP Version: OS:

 

 [2000-05-18 21:04 UTC] xjs at stu dot edu dot cn
The php4.0RC2 in my computer(SUNOS 5.6) is able to connect with sybase 11.0.1, but unable to connect with sybase 11.5.1
How do I deal with such a problem?

Static installation as follows:

gunzip -c apache_1.3.12.tar.gz | tar xvf -
gunzip -c php-4.0RC2.tar.gz | tar xvf -
cd apache_1.3.12
./configure --prefix=/usr/local/apache
cd ../php-4.0RC2
./configure --prefix=/usr/local/apache \
            --with-apache=../apache_1.3.12 \
            --with-sybase-ct=/sybase \
            --with-config-file-path=/usr/local/include \
            --enable-track-vars

make
make install
cd ../apache_1.3.12
./configure --prefix=/usr/local/apache \
    --activate-module=src/modules/php4/libphp4.a
make
make install



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-22 03:57 UTC] joey at cvs dot php dot net
What happens when you try to connect to 11.5.1? I am connecting to 11.5.1
and 11.9.2 on both Solaris 2.6 and linux, so it works, we just have to figure
out why yours doesn't, so I am setting this to "suspended", so we can track
it down.
 [2000-07-24 20:15 UTC] joey@php.net
No feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC