PHP/tds issue - partial
Michael Kimsal
michael at tapinternet.com
Thu Sep 14 23:36:54 EDT 2000
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?!) ;)
> >
> >
> >
>
More information about the FreeTDS
mailing list