Re: [PHP] sybase installation error

2007-08-29 Thread Richard Lynch
It's not finding your Sybase client libraries. Why, how, or where, I dunno... Check config.log and see what it says about Sybase. Also make sure that the Sybase .so library file thingies are where PHP thinks they will be. If they are not, you can sometimes just put a symlink from where PHP is l

[PHP] sybase installation error

2007-08-28 Thread Melanie Pfefer
hi, I am getting an error when I issue 'make' command: ../configure --with-apxs2=/usr/local/apache/bin/apxs --with-sybase-ct=/opt/sybase/OCS-12_5 it finishes with: ld: fatal: library -lsybtcl: not found ld: fatal: File processing errors. No output written to .libs/libphp5.so collect2: ld return

[PHP] Sybase and PHP

2005-06-24 Thread Joe Wollard
After looking through sybase.com and coming up with nothing I thought it might be better to see if anyone has already been down this road: I've got a very old laptop with a tiny little hard drive with very little free space on it. It's being used as a 'rogue' intranet server and doing a suprisingl

Re: [PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread Nilo
efore you wil lneed the sybase_query("commit") line in place to commit the transaction. Mark -Original Message- From: Nilo [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 15:42 To: php-general Cc: lgjunior; Rodolfo Subject: [PHP] PHP + Sybase - "auto_commit disabled" M

RE: [PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread M.A.Bond
t;commit") line in place to commit the transaction. Mark -Original Message- From: Nilo [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 15:42 To: php-general Cc: lgjunior; Rodolfo Subject: [PHP] PHP + Sybase - "auto_commit disabled" My site got it's Sybase 'au

[PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread Nilo
My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT, UPDATE, DELETE) query on ISQL's console I got the correct result, but the same doesn't happen when I run the query via PHP. Check the code below: "; } else { "Erro!"; } //sybase_query("commit"); //if I uncomment 'syb

[PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread Nilo JĂșnior
My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT, UPDATE, DELETE) query on ISQL's console I got the correct result, but the same doesn't happen when I run the query via PHP. Check the code below: "; } else { "Erro!"; } //sybase_query("commit"); //if I uncomment 'syb

Re: [PHP] Sybase and PHP

2003-06-25 Thread Ray Hunter
U just need the sybase client on the linux machine and the file that contains your TNS names... -- BigDog On Wed, 2003-06-25 at 23:26, Michael A Smith wrote: > Hi, > > I want to connect to a Sybase database running on another windoze server > without having to a buy a copy of sybase for linux.

[PHP] Sybase and PHP

2003-06-25 Thread Michael A Smith
Hi, I want to connect to a Sybase database running on another windoze server without having to a buy a copy of sybase for linux. How can I compile PHP to have the sybase functions, but not the local database program. -Michael -- Michael A Smith <[EMAIL PROTECTED]> -- PHP General Mailing List

[PHP] sybase error

2003-03-26 Thread bob pilly
Hi all I have installed php 4.3.2 RC1 with the --with-sybase=/pathtomysysbase dir configure switch. I have had no installation problems but now when i go to load a page with the sybase_connect() function call in it i get the following error: Fatal error: Call to undefined function: sybase_connec

[PHP] Sybase result index invalid

2003-01-06 Thread Matt Cummings
I am having trouble retrieving any type of result using Sybase and PHP. Regardless of function call, I receive the following error: Warning: 1 is not a Sybase result index in /var/apache/ I have successfully executed and retrieved results using the same queries using isql from the command lin

Re: [PHP] Sybase Fetch Array Question

2002-06-24 Thread 1LT John W. Holmes
> Can someone let me know when you call sybase_fetch_array that the internal > row pointer of the sybase result is increased. So that subsequent calls > using sybase_fetch_array will return a result 1 more than the previous > result return? Hey, I just wanted to let you know that when you call s

[PHP] Sybase Fetch Array Question

2002-06-24 Thread B i g D o g
Can someone let me know when you call sybase_fetch_array that the internal row pointer of the sybase result is increased. So that subsequent calls using sybase_fetch_array will return a result 1 more than the previous result return? Okay that was weird B i g D o g -- PHP General Maili

[PHP] Sybase Database CONNECTIVITY!

2002-06-20 Thread Vivek Kumar Agrawal
Hi, How can I connect PHP application on Linux to the Sybase database which is lying on the different machine. Please help me. Regards, Vivek

[PHP] Sybase Segfault

2001-11-15 Thread Richard Lynch
Any Sybase/Mandrake gurus want to help me out?... http://bugs.php.net/?id=14074 -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

[PHP] Sybase Result Paging

2001-10-01 Thread Veniamin Goldin
Hi all ! Does anybody has a solution of paging result for Sybase + PHP ? Like <> Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] sybase on linux RH 7.1?

2001-08-23 Thread Caleb Carvalho
has any1 installed sybase on linux RH 7.1? where can i get a good manual? am getting errors trying to ./startserver -f ./RUN_SYBASE Caleb Carvalho Application Engineer Tier 1 CSO Europe LoadRunner/APM - En

[PHP] sybase database connections and ipchains...

2001-04-18 Thread Robman
Php 4.04pl1 running on a linux box. When putting up some filters for the box, I ran into an interesting issue. I put up the filter to allow all traffic from the php box to the database box. I run isql and get a connect just fine. I run a php report and it dies without connecting to the databas

[PHP] Sybase-CT problem

2001-03-02 Thread Sergio Murillo
I just installed a Sybase_CT module in php 4.0 on a linux machine. I'm trying to move a web site from a buggy and crashy NT box but I'm having trouble with the mssql_result call. This is what i get. Warning: 2 is not a valid Sybase result resource in /var/www/html/crap.php on line 54 Line 54 r

Re: [PHP] Sybase port definition

2001-01-30 Thread Richard Lynch
> I have one problem our sybase uses port 5000 > how can i tel php to send all traffic on this port ? Wild Guesses: Either your "interfaces" file specifies port 5000 for the servername you are using, or you do something like: sybase_connect("servername:5000", 'username', 'password'); -- Visit

[PHP] Sybase port definition

2001-01-29 Thread Sloboda, Jaroslav
Hi folk's I have one problem our sybase uses port 5000 how can i tel php to send all traffic on this port ? thank's jaro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

[PHP] Sybase

2001-01-26 Thread Rick Ridgeway
Can someone give me an example of a simple sybase query page? here is what i have: Here is what I get: Warning: -1 is not a Sybase link index in /www/smurfy/include/clumpysql.php on line 7 Warning: -1 is not a Sybase link index in /www/smurfy/include/clumpysql.php on line 8 -- PHP General

[PHP] Sybase Mysql 3.23 issues.

2001-01-23 Thread Shaun Thomas
I wrote a message earlier about sybase_connect having issues, but it appears it's more than that. We had also recently upgraded to mysql 3.23. After downgrading mysql, sybase went back to normal in all cases. Can't say I can explain it, but that's what happened. Does this mean mysql 3.23 is s