php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12806 ldap compile.
Submitted: 2001-08-17 07:41 UTC Modified: 2001-08-17 09:21 UTC
From: johan dot vikerskog at ecs dot ericsson dot se Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: Solaris 8
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: johan dot vikerskog at ecs dot ericsson dot se
New email:
PHP Version: OS:

 

 [2001-08-17 07:41 UTC] johan dot vikerskog at ecs dot ericsson dot se
When i compile PHP without ldap everything works GREAT.
But when i add:
--with-ldap="ldap directory"

I get this error message when running make:
my_getwd.c:58: #error "No way to get current directory"

I have tried many different things but nothing seems to solve this.
I tried different versions of both ldap and php but no progress at all so far.

My config file looks like this:
./configure --prefix=$phpinstallpath \
--with-apache=$apachesrc \
--enable-track-vars \
--with-ldap=/export/scratch/apps3/ldap \
--with-config-file-path=$phpinipath

//Johan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-17 09:21 UTC] sniper@php.net
Please don't submit bug reports. I still don't think
this is a bug but a problem with your system.

After you have solved those and it still doesn't compile,
then you can submit a bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 14:01:31 2024 UTC