php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8954 compiling with sybase-ct fails
Submitted: 2001-01-27 16:52 UTC Modified: 2002-10-30 01:00 UTC
Votes:2
Avg. Score:3.0 ± 2.0
Reproduced:0 of 1 (0.0%)
From: jr at hyphen dot org Assigned: joey (profile)
Status: No Feedback Package: Sybase-ct (ctlib) related
PHP Version: 4.0.4pl1 OS: solaris 2.7
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: jr at hyphen dot org
New email:
PHP Version: OS:

 

 [2001-01-27 16:52 UTC] jr at hyphen dot org
doing a make fails with the following output:

ld: fatal: library -lsybtcl: not found
ld: fatal: library -lcomn: not found
ld: fatal: library -lcs: not found
ld: fatal: library -lsybtcl: not found
ld: fatal: library -lcomn: not found
ld: fatal: library -lcs: not found
ld: fatal: File processing errors. No output written to php
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1

the configure command used is:

./configure --with-mysql --with-sybase-ct=/usr/local/freetds --with-dom

mysql, freetds, and libxml have all been installed properly.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-31 13:22 UTC] joey@php.net
This is because you are trying to use FreeTDS.
PHP's configure scheme expects the Sybase libraries.
IIRC, the FreeTDS guys have a patch for this. You should
look around thier site or ask on their list.

Leave this bug open, but reclassify...we really should
support FreeTDS someday.
 [2001-05-14 12:04 UTC] joey@php.net
I am planning on getting to this during the month of June.
Maybe around 4.0.8 or so?
 [2002-10-14 22:51 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-30 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC