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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pmain2001 at mail dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC