Re: [PHP-DB] database connectivity problem

2005-02-02 Thread Martin Norland
Adams, Jonathan K. [C] wrote:
Thanks Martin...
You were right... I had to make Apache run as sybase (gasp!)
for it to work
really funky but it works...
Probably better to figure out where the permissions are needed (no doubt 
somewhere in the filesystem) and see about adding one or the other to 
the group.  suExec might also be of some worth.

I'm sure there are solutions other than running apache as user sybase.
Still - glad it's working for you at least!
Cheers,
--
- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent 
those of St. Jude Children's Research Hospital.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP-DB] database connectivity problem

2005-02-02 Thread Adams, Jonathan K. [C]
Thanks Martin...

You were right... I had to make Apache run as sybase (gasp!)
for it to work


really funky but it works...

-Original Message-
From: Martin Norland [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 01, 2005 3:53 PM
To: 'php-db@lists.php.net'
Cc: 'php-db@lists.php.net'
Subject: Re: [PHP-DB] database connectivity problem


Adams, Jonathan K. [C] wrote:
> Here is the error: "Warning: sybase_connect() [function.sybase-connect]:
> Sybase: Unable to allocate connection record
> 
> My configuration - The database is Sybase ASE 12.0 running on Solaris 8
> The webserver is Apache 1.3.33 with PHP 5 running Solaris 9
> 
> The sybase libraries are shared via NFS, which is how I built the
apache

Well, that error certainly doesn't look like it can't see the libraries 
- it looks more like it can't write somewhere.  Are you sure there is 
sufficient memory for the script [perhaps increase memory_limit in 
php.ini], and that wherever php might need to store the connection 
record externally (if applicable) is writable?

Unfortunately - you may not be alone:
http://bugs.php.net/bug.php?id=30721
http://bugs.php.net/bug.php?id=17489

Cheers,
-- 
- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent 
those of St. Jude Children's Research Hospital.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] database connectivity problem

2005-02-01 Thread Martin Norland
Adams, Jonathan K. [C] wrote:
Here is the error: "Warning: sybase_connect() [function.sybase-connect]:
Sybase: Unable to allocate connection record
My configuration - The database is Sybase ASE 12.0 running on Solaris 8
The webserver is Apache 1.3.33 with PHP 5 running Solaris 9
The sybase libraries are shared via NFS, which is how I built the apache
Well, that error certainly doesn't look like it can't see the libraries 
- it looks more like it can't write somewhere.  Are you sure there is 
sufficient memory for the script [perhaps increase memory_limit in 
php.ini], and that wherever php might need to store the connection 
record externally (if applicable) is writable?

Unfortunately - you may not be alone:
http://bugs.php.net/bug.php?id=30721
http://bugs.php.net/bug.php?id=17489
Cheers,
--
- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent 
those of St. Jude Children's Research Hospital.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php