Skip to Content.
Sympa Menu

freetds - core dump w/php, imap & freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Casey Letzia" <casey AT creditguard.org>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: core dump w/php, imap & freetds
  • Date: Fri, 7 Jun 2002 12:18:31 -0400


Greetings,

After doing the following:

cd /usr/local/src/freetds-0.53
./configure --prefix=/usr/local/freetds
--with-tdsver=4.2
--enable-dbmfix
make
make install

cd /etc
echo /usr/local/freetds/lib >>ld.so.conf
cd /sbin
./ldconfig

cd /usr/local/src/php-4.0.6
./configure --with-imap=../imap-2001a/c-client (contains lib and include
dirs)
--enable-track-vars
--with-sybase=/usr/local/freetds
#edit /usr/local/src/php-4.0.6/ext/sybase/config.m4
#change dbopen to tdsdbopen
make
make install

cd /usr/local/src/php-4.0.6
cp php.ini-dist /usr/local/lib/php.ini
cd /usr/local/lib/php.ini
#uncomment sybase.interface file
and edit to read =/usr/local/freetds

my good friend the programmer tells me that php works, imap works, but the
core dumps when trying to attach to MSSQL.

I've checked the interfaces file, and we are using the same user account
information that is successfully opening a connection from our
appache,php, and freetds box.

As always, your help is greatly appreciated.

Regards,
Casey




Archive powered by MHonArc 2.6.24.

Top of Page