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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 04:01:36 2025 UTC