php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3294 Missing .h files when install with sybase support
Submitted: 2000-01-24 09:37 UTC Modified: 2000-01-25 04:43 UTC
From: kfchusir at hongkong dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.14 OS: SunOS
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: kfchusir at hongkong dot com
New email:
PHP Version: OS:

 

 [2000-01-24 09:37 UTC] kfchusir at hongkong dot com
Hello,

I encounter a problem when I install php3 with sybase support. I follow
the quick install instruction in the INSTALL file.
% ./configure --with-sybase --with-apache=../apache --enable-track-vars
% make

I got the following error mesg when make.
------------------------
In file included from internal_functions.c:61:
functions/php3_sybase.h:83: sybfront.h: No such file or directory
functions/php3_sybase.h:84: sybdb.h: No such file or directory
functions/php3_sybase.h:85: syberror.h: No such file or directory
make: *** [internal_functions.o] Error 1
------------------------

I search the whole directory tree and can't find these 3 files. Is there
any missing? Or I miss some steps? Anyone can give help on this issue?
Thank you very much.

Regards,
kfchu


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-25 04:28 UTC] kfchusir at hongkong dot com
Solved.
 [2000-01-25 04:43 UTC] eschmid at cvs dot php dot net
Bug closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 23:01:28 2024 UTC