php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14907 compiled --with-imap can't connect to sybase server
Submitted: 2002-01-07 07:51 UTC Modified: 2002-01-12 08:12 UTC
From: chenqi at 163 dot net Assigned:
Status: Not a bug Package: Sybase (dblib) related
PHP Version: 4.1.1 OS: linux
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: chenqi at 163 dot net
New email:
PHP Version: OS:

 

 [2002-01-07 07:51 UTC] chenqi at 163 dot net
compiled --with-imap can't connect to sybase server

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-07 07:58 UTC] mfischer@php.net
Bogus unless you provide more information (see bugs do's and don'ts).
 [2002-01-12 08:12 UTC] chenqi at 163 dot net
I install sybase 11.0.0.3 in /opt/sybase
I want use php to connect to sybase and I use webmail based on php
So I compile php use ./configure --with-apxs=/usr/sbin/apxs --with-sybase=/opt/sybase  --with-enable-track-vars --with-imap
but sybase_connect return -1
use ./configure --with-apxs=/usr/sbin/apxs --with-sybase=/opt/sybase  --with-enable-track-vars 
It's OK
But I use ./configure --with-apxs=/usr/sbin/apxs --with-sybase=/usr/local/freetds  --with-enable-track-vars --with-imap
It's OK
So I think --with-imap conflict with --with-sybase
I compiled php on Redhat 6.2 and 7.1 ,all have problems
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 22:01:27 2024 UTC