Skip to Content.
Sympa Menu

freetds - PHP 'make' fails with RH 7.2/tds.53/PHP4.1.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "cat" <cat AT netcustomer.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: PHP 'make' fails with RH 7.2/tds.53/PHP4.1.2
  • Date: Thu, 4 Apr 2002 13:57:39 -0800


RH 7.2
TDS .53
PHP 4.1.2
Apache 1.3.20

After paying close attention to the Guide and a lot of emails on the subject
(been on the list 6 months), I get a failure at the end of the PHP 'make'
that I can't seem to debug. It is 'make'-ing at PHP src root, trying to link
libphp4.so, and falls apart:

gcc: /usr/lib/libsybdb.so: No such file or directory
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/root/php-4.1.2'
make: *** [all-recursive] Error 1

this is after I config PHP with:

"./configure --with-interbase=/opt/interbase --with-sybase=/usr/local/freetd
s --with-apxs=/usr/local/apache/bin/apxs"

TDS was lately config with (taken from an email someone sent it):

"./configure --with-tdsver=4.2 --prefix=/usr/local/freetds --enable-msdblib
--enable-dbmfix --enable-shared"

I tried a number of other configs for TDS, including -with-sybase-ct, but
that had its own, if similar, problem. I currently run Interbase but need to
access MSSQL. Removing the Interbase switch of course does not improve the
situation.

[PHP 'makes' just fine without the TDS switches. I've managed to kill a
working (non-production) app server playing around with this :-) ]

I feel like I'm leaving out a step somewhere, but I'll be dipped if I can
see where. Creative guesses are welcome.

TIA

Catamount Woodmansee






  • PHP 'make' fails with RH 7.2/tds.53/PHP4.1.2, cat, 04/04/2002

Archive powered by MHonArc 2.6.24.

Top of Page