php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13248 Problems with running methods.
Submitted: 2001-09-11 10:15 UTC Modified: 2007-04-04 20:06 UTC
From: pmain2001 at mail dot ru Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: Linux Mandrake 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 4 = ?
Subscribe to this entry?

 
 [2001-09-11 10:15 UTC] pmain2001 at mail dot ru
I have installed PHP 4.0.6 (downloaded from the current site) as a CGI,  --with-yaz=[DIR] over the linux Mandrake 8.0. Durind the installation there was no problems but when i tried to run PHP/YAZ functions, such as yaz_connect(), the following error ocured:

Fatal error: Call to undefined function: yaz_connect() in /var/www/html/.../2.phtml on line 22

I can't define the problem. Maybe somebody khows what to do.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-11 10:25 UTC] sander@php.net
Can you post the complete configure line?
 [2001-09-11 11:49 UTC] sander@php.net
User input:
---------------------------
I did the following:

./configure --with-mysql --with-yaz=/usr/local/bin
make
make install

that is only options which was appointed by me in a process of compilation.
---------------------------
 [2001-09-11 12:58 UTC] sniper@php.net
--with-yaz=/usr/local

is the correct path. IF you have yaz-config in /usr/local/bin

If it's in /usr/bin then the path is /usr

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 08:01:33 2024 UTC