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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Sun May 05 09:01:30 2024 UTC