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
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
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
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
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
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
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
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.
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
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
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
> 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
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
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
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
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]
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 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
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
> 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
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
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
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
23 matches
Mail list logo