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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 + 19 = ?
Subscribe to this entry?

 
 [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: Fri Mar 29 12:01:27 2024 UTC