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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 09:01:28 2024 UTC