Skip to Content.
Sympa Menu

freetds - Re: PHP/tds issue - partial

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Michael Kimsal <michael AT tapinternet.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: PHP/tds issue - partial
  • Date: Thu, 14 Sep 2000 23:36:54 -0400


I feel really ridiculous about this - rasmus AND brian giving me directions,
and I still can't get it to work.

I've done a make clean on both php and freetds

freetds I did
./configure --enable-msdblib --with-tdsver=4.2
make
make install

php I did
./configure --enable-debug --with-sybase=/usr/local/freetds --with-gd (extra
misc
things)
make
Then copy the php binary to /usr/local/bin/php

I run my php from command line, and get it to hang part way thru.
ps ax | grep sock.php
Get the PID

gdb program PID

I get in, type "where full"
and I get what I posted before - a bunch on lines saying 'no symbol table'.

Is there a step or flag I'm missing someplace?



Brian Bruns wrote:

> Ok, just checked, the proper way is to do ./configure --enable-debug ...
>
> Brian
>
> On Thu, 14 Sep 2000, Michael Kimsal wrote:
>
> > Ugh...
> >
> > I did a make clean of PHP 4 and recompiled with exporting CFLAGS=-g
> > No luck. Does anyone else know how to get PHP to use the symbol table?
> > (or whatever the terminology should be?!) ;)
> >
> >
> >
>





Archive powered by MHonArc 2.6.24.

Top of Page